Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Oct 2012 11:07:31 +0000 (UTC)
From:      Sofian Brabez <sbz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305196 - in head/security/py-paramiko: . files
Message-ID:  <201210031107.q93B7VUl015943@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbz
Date: Wed Oct  3 11:07:31 2012
New Revision: 305196
URL: http://svn.freebsd.org/changeset/ports/305196

Log:
  - Update to 1.8.0

Modified:
  head/security/py-paramiko/Makefile   (contents, props changed)
  head/security/py-paramiko/distinfo   (contents, props changed)
  head/security/py-paramiko/files/patch-setup.py   (contents, props changed)
  head/security/py-paramiko/pkg-plist   (contents, props changed)

Modified: head/security/py-paramiko/Makefile
==============================================================================
--- head/security/py-paramiko/Makefile	Wed Oct  3 11:06:43 2012	(r305195)
+++ head/security/py-paramiko/Makefile	Wed Oct  3 11:07:31 2012	(r305196)
@@ -1,12 +1,8 @@
-# Ports collection makefile for:      paramiko
-# Date created:               4 Feb   2006
-# Whom:                       Ulf Lilleengen
-#
+# Created by:                       Ulf Lilleengen
 # $FreeBSD$
-#
 
 PORTNAME=	paramiko
-PORTVERSION=	1.7.7.2
+PORTVERSION=	1.8.0
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +11,6 @@ MAINTAINER=	sbz@FreeBSD.org
 COMMENT=	A python library for making SSH2 connections
 
 LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/Crypto/__init__.py:${PORTSDIR}/security/py-pycrypto
 
@@ -30,7 +25,7 @@ post-install:
 	@(cd ${WRKSRC}/demos && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
 .endif
 
-regression-test:
+regression-test: build
 	@(cd ${WRKSRC} && ${PYTHON_CMD} test.py)
 
 .include <bsd.port.mk>

Modified: head/security/py-paramiko/distinfo
==============================================================================
--- head/security/py-paramiko/distinfo	Wed Oct  3 11:06:43 2012	(r305195)
+++ head/security/py-paramiko/distinfo	Wed Oct  3 11:07:31 2012	(r305196)
@@ -1,2 +1,2 @@
-SHA256 (paramiko-1.7.7.2.tar.gz) = 576f63f4d109450afe8c11a8fb4796cd3b7ebe47e938a427a39b6e5e5e7aa4c0
-SIZE (paramiko-1.7.7.2.tar.gz) = 821072
+SHA256 (paramiko-1.8.0.tar.gz) = dcdb8fa3059bf58ca7e3801a51df5d1707159b366ec0c0c7c2bb9008d08800f8
+SIZE (paramiko-1.8.0.tar.gz) = 809025

Modified: head/security/py-paramiko/files/patch-setup.py
==============================================================================
--- head/security/py-paramiko/files/patch-setup.py	Wed Oct  3 11:06:43 2012	(r305195)
+++ head/security/py-paramiko/files/patch-setup.py	Wed Oct  3 11:07:31 2012	(r305196)
@@ -1,20 +1,19 @@
---- ./setup.py.orig	2011-05-31 12:57:26.000000000 +0200
-+++ ./setup.py	2011-05-31 13:01:30.000000000 +0200
-@@ -33,14 +33,9 @@
+--- ./setup.py.orig	2012-10-03 11:45:35.000000000 +0200
++++ ./setup.py	2012-10-03 11:46:32.000000000 +0200
+@@ -37,14 +37,8 @@
  #ez_setup.use_setuptools()
  
  import sys
 -try:
 -    from setuptools import setup
 -    kw = {
--        'install_requires': 'pycrypto >= 2.1',
+-        'install_requires': 'pycrypto >= 2.1, != 2.4',
 -    }
 -except ImportError:
 -    from distutils.core import setup
 -    kw = {}
-+
 +from distutils.core import setup
 +kw = {}
  
  if sys.platform == 'darwin':
- 	import setup_helper
+     import setup_helper

Modified: head/security/py-paramiko/pkg-plist
==============================================================================
--- head/security/py-paramiko/pkg-plist	Wed Oct  3 11:06:43 2012	(r305195)
+++ head/security/py-paramiko/pkg-plist	Wed Oct  3 11:07:31 2012	(r305196)
@@ -105,6 +105,7 @@
 %%PYTHON_SITELIBDIR%%/paramiko/win_pageant.pyo
 @dirrm %%PYTHON_SITELIBDIR%%/paramiko
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo_keygen.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo_server.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo_sftp.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo_simple.py



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210031107.q93B7VUl015943>