Index: head/security/py-rsa/files/patch-setup.py =================================================================== --- head/security/py-rsa/files/patch-setup.py (revision 446011) +++ head/security/py-rsa/files/patch-setup.py (nonexistent) @@ -1,12 +0,0 @@ ---- setup.py.orig 2016-01-13 08:43:51 UTC -+++ setup.py -@@ -42,6 +42,9 @@ setup(name='rsa', - install_requires=[ - 'pyasn1 >= 0.1.3', - ], -+ tests_require=[ -+ 'unittest2', -+ ], - entry_points={'console_scripts': [ - 'pyrsa-priv2pub = rsa.util:private_to_public', - 'pyrsa-keygen = rsa.cli:keygen', Property changes on: head/security/py-rsa/files/patch-setup.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/py-rsa/Makefile =================================================================== --- head/security/py-rsa/Makefile (revision 446011) +++ head/security/py-rsa/Makefile (revision 446012) @@ -1,26 +1,27 @@ # Created by: Kubilay Kocak # $FreeBSD$ PORTNAME= rsa -PORTVERSION= 3.3 +PORTVERSION= 3.4.2 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= Pure-Python RSA implementation LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.3:devel/py-pyasn1 +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes do-test: - @cd ${WRKSRC} && ${PYTHON_CMD} run_tests.py + @cd ${WRKSRC} && ${PYTHON_CMD} -m nose .include Index: head/security/py-rsa/distinfo =================================================================== --- head/security/py-rsa/distinfo (revision 446011) +++ head/security/py-rsa/distinfo (revision 446012) @@ -1,2 +1,3 @@ -SHA256 (rsa-3.3.tar.gz) = 03f3d9bebad06681771016b8752a40b12f615ff32363c7aa19b3798e73ccd615 -SIZE (rsa-3.3.tar.gz) = 33449 +TIMESTAMP = 1500216181 +SHA256 (rsa-3.4.2.tar.gz) = 25df4e10c263fb88b5ace923dd84bf9aa7f5019687b5e55382ffcdb8bede9db5 +SIZE (rsa-3.4.2.tar.gz) = 40956 Index: head/security/py-rsa/pkg-descr =================================================================== --- head/security/py-rsa/pkg-descr (revision 446011) +++ head/security/py-rsa/pkg-descr (revision 446012) @@ -1,5 +1,5 @@ Python-RSA is a pure-Python RSA implementation. It supports encryption and decryption, signing and verifying signatures, and key generation according to PKCS#1 version 1.5. -WWW: http://stuvel.eu/rsa +WWW: https://stuvel.eu/rsa