diff options
author | koobs <koobs@FreeBSD.org> | 2014-03-08 11:55:04 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2014-03-08 11:55:04 +0800 |
commit | d0eefea8da89412585a67917b064767745eec303 (patch) | |
tree | 6655608a9fbaa886881bd84c04cd9dea52ac3e94 /security/py-rsa | |
parent | df8b1bdd79979cbdd0de329e49dc26ae9057453c (diff) | |
download | freebsd-ports-gnome-d0eefea8da89412585a67917b064767745eec303.tar.gz freebsd-ports-gnome-d0eefea8da89412585a67917b064767745eec303.tar.zst freebsd-ports-gnome-d0eefea8da89412585a67917b064767745eec303.zip |
security/py-rsa: Update to 3.1.4, add TESTS option
- Update to 3.1.4
- Add TESTS option
Changes:
* https://bitbucket.org/sybren/python-rsa/commits/tag/version-3.1.4
Diffstat (limited to 'security/py-rsa')
-rw-r--r-- | security/py-rsa/Makefile | 8 | ||||
-rw-r--r-- | security/py-rsa/distinfo | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/security/py-rsa/Makefile b/security/py-rsa/Makefile index c5749a863549..af2fe577048c 100644 --- a/security/py-rsa/Makefile +++ b/security/py-rsa/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rsa -PORTVERSION= 3.1.2 -PORTREVISION= 1 +PORTVERSION= 3.1.4 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,6 +16,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0.1.3:${PORTSDIR}/devel/py-asn1 TEST_DEPENDS:= ${PYTHON_PKGNAMEPREFIX}unittest2>0:${PORTSDIR}/devel/py-unittest2 \ ${RUN_DEPENDS} +OPTIONS_DEFINE= TESTS + +TESTS_DESC= Install tools for unit tests +TESTS_BUILD_DEPENDS= ${TEST_DEPENDS} + USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes diff --git a/security/py-rsa/distinfo b/security/py-rsa/distinfo index b6db5d0a2b78..de35e96f2376 100644 --- a/security/py-rsa/distinfo +++ b/security/py-rsa/distinfo @@ -1,2 +1,2 @@ -SHA256 (rsa-3.1.2.tar.gz) = 66eb8752a1de9b92d7679ea0e1556cf2e4a155161d0024e97e06999041e35f58 -SIZE (rsa-3.1.2.tar.gz) = 35237 +SHA256 (rsa-3.1.4.tar.gz) = e2b0b05936c276b1edd2e1525553233b666df9e29b5c3ba223eed738277c82a0 +SIZE (rsa-3.1.4.tar.gz) = 36181 |