Index: branches/2016Q1/security/py-rsa/Makefile =================================================================== --- branches/2016Q1/security/py-rsa/Makefile (revision 408021) +++ branches/2016Q1/security/py-rsa/Makefile (revision 408022) @@ -1,31 +1,27 @@ # Created by: Kubilay Kocak # $FreeBSD$ PORTNAME= rsa -PORTVERSION= 3.1.4 -PORTREVISION= 1 +PORTVERSION= 3.3 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:${PORTSDIR}/devel/py-pyasn1 -TEST_DEPENDS:= ${PYTHON_PKGNAMEPREFIX}unittest2>0:${PORTSDIR}/devel/py-unittest2 \ - ${RUN_DEPENDS} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}unittest2>0:${PORTSDIR}/devel/py-unittest2 -OPTIONS_DEFINE= TESTS - -TESTS_DESC= Install tools for unit tests -TESTS_BUILD_DEPENDS= ${TEST_DEPENDS} - USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils -regression-test: build +NO_ARCH= yes + +do-test: @cd ${WRKSRC} && ${PYTHON_CMD} run_tests.py .include Index: branches/2016Q1/security/py-rsa/distinfo =================================================================== --- branches/2016Q1/security/py-rsa/distinfo (revision 408021) +++ branches/2016Q1/security/py-rsa/distinfo (revision 408022) @@ -1,2 +1,2 @@ -SHA256 (rsa-3.1.4.tar.gz) = e2b0b05936c276b1edd2e1525553233b666df9e29b5c3ba223eed738277c82a0 -SIZE (rsa-3.1.4.tar.gz) = 36181 +SHA256 (rsa-3.3.tar.gz) = 03f3d9bebad06681771016b8752a40b12f615ff32363c7aa19b3798e73ccd615 +SIZE (rsa-3.3.tar.gz) = 33449 Index: branches/2016Q1/security/py-rsa/files/patch-setup.py =================================================================== --- branches/2016Q1/security/py-rsa/files/patch-setup.py (revision 408021) +++ branches/2016Q1/security/py-rsa/files/patch-setup.py (revision 408022) @@ -1,9 +1,12 @@ ---- ./setup.py.orig 2013-09-26 22:34:41.233363167 +1000 -+++ ./setup.py 2013-09-26 22:34:50.192985862 +1000 -@@ -42,5 +42,5 @@ - 'pyrsa-encrypt-bigfile = rsa.cli:encrypt_bigfile', - 'pyrsa-decrypt-bigfile = rsa.cli:decrypt_bigfile', - ]}, -- -+ zip_safe=False, - ) +--- 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', Index: branches/2016Q1 =================================================================== --- branches/2016Q1 (revision 408021) +++ branches/2016Q1 (revision 408022) Property changes on: branches/2016Q1 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r408021