aboutsummaryrefslogtreecommitdiff
path: root/security/py-rsa
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2014-03-08 03:55:04 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2014-03-08 03:55:04 +0000
commiteb335a657c8c0d2ceda8d00119ec2e06cdbb4332 (patch)
tree6655608a9fbaa886881bd84c04cd9dea52ac3e94 /security/py-rsa
parent9232597bf3ac9b7733c17dc82605a5c77a824e29 (diff)
downloadports-eb335a657c8c0d2ceda8d00119ec2e06cdbb4332.tar.gz
ports-eb335a657c8c0d2ceda8d00119ec2e06cdbb4332.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
Notes
Notes: svn path=/head/; revision=347447
Diffstat (limited to 'security/py-rsa')
-rw-r--r--security/py-rsa/Makefile8
-rw-r--r--security/py-rsa/distinfo4
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