Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Feb 2014 16:25:22 +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: r343118 - in head/security/py-paramiko: . files
Message-ID:  <201402061625.s16GPMUT015524@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbz
Date: Thu Feb  6 16:25:21 2014
New Revision: 343118
URL: http://svnweb.freebsd.org/changeset/ports/343118
QAT: https://qat.redports.org/buildarchive/r343118/

Log:
  - Update to 1.12.1

Modified:
  head/security/py-paramiko/Makefile
  head/security/py-paramiko/distinfo
  head/security/py-paramiko/files/patch-setup.py

Modified: head/security/py-paramiko/Makefile
==============================================================================
--- head/security/py-paramiko/Makefile	Thu Feb  6 16:25:15 2014	(r343117)
+++ head/security/py-paramiko/Makefile	Thu Feb  6 16:25:21 2014	(r343118)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	paramiko
-PORTVERSION=	1.11.0
+PORTVERSION=	1.12.1
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,8 @@ COMMENT=	Python SSH2 protocol library
 
 LICENSE=	GPLv2
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto \
+		${PYTHON_PKGNAMEPREFIX}ecdsa>0:${PORTSDIR}/security/py-ecdsa
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
@@ -20,11 +21,11 @@ PYDISTUTILS_AUTOPLIST=	yes
 
 EXAMPLESDIR=	${PREFIX}/share/examples/py-${PORTNAME}
 
-.include <bsd.port.options.mk>
+OPTIONS_DEFINE=	EXAMPLES
 
 post-install:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
-	@(cd ${WRKSRC}/demos && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR})
+	(cd ${WRKSRC}/demos && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
 
 regression-test: extract
 	@(cd ${WRKSRC} && ${PYTHON_CMD} test.py)

Modified: head/security/py-paramiko/distinfo
==============================================================================
--- head/security/py-paramiko/distinfo	Thu Feb  6 16:25:15 2014	(r343117)
+++ head/security/py-paramiko/distinfo	Thu Feb  6 16:25:21 2014	(r343118)
@@ -1,2 +1,2 @@
-SHA256 (paramiko-1.11.0.tar.gz) = d46fb8af4c4ffca3c55c600c17354c7c149d8c5dcd7cd6395f4fa0ce2deaca87
-SIZE (paramiko-1.11.0.tar.gz) = 842743
+SHA256 (paramiko-1.12.1.tar.gz) = 792d3735ef91c2f54c1afc8c18341c7a707bfcec19d2d29da76c2758dbd79e8c
+SIZE (paramiko-1.12.1.tar.gz) = 860531

Modified: head/security/py-paramiko/files/patch-setup.py
==============================================================================
--- head/security/py-paramiko/files/patch-setup.py	Thu Feb  6 16:25:15 2014	(r343117)
+++ head/security/py-paramiko/files/patch-setup.py	Thu Feb  6 16:25:21 2014	(r343118)
@@ -1,13 +1,15 @@
---- ./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 @@
+--- ./setup.py.orig	2014-02-06 14:49:52.000000000 +0100
++++ ./setup.py	2014-02-06 14:51:23.000000000 +0100
+@@ -37,16 +37,8 @@
  #ez_setup.use_setuptools()
  
  import sys
 -try:
 -    from setuptools import setup
 -    kw = {
--        'install_requires': 'pycrypto >= 2.1, != 2.4',
+-        'install_requires': ['pycrypto >= 2.1, != 2.4',
+-                             'ecdsa',
+-                             ],
 -    }
 -except ImportError:
 -    from distutils.core import setup



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