aboutsummaryrefslogtreecommitdiff
path: root/dns/py-idna
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2017-06-04 14:44:33 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2017-06-04 14:44:33 +0000
commit85ee08557394395cf4ae8cd8afbaabd679b331f0 (patch)
tree02ecef297dba1786f7feba7920ffede23ca8467b /dns/py-idna
parent1ac9d76eb2783ef563e9cded49cc9415c85ab238 (diff)
downloadports-85ee08557394395cf4ae8cd8afbaabd679b331f0.tar.gz
ports-85ee08557394395cf4ae8cd8afbaabd679b331f0.zip
dns/py-idna: Update to 2.5
- Update PORTVERSION and distinfo checksum (2.5) - Enable concurrent version installation - Mark package architecture independent https://github.com/kjd/idna/blob/v2.5/HISTORY.rst
Notes
Notes: svn path=/head/; revision=442563
Diffstat (limited to 'dns/py-idna')
-rw-r--r--dns/py-idna/Makefile8
-rw-r--r--dns/py-idna/distinfo5
2 files changed, 8 insertions, 5 deletions
diff --git a/dns/py-idna/Makefile b/dns/py-idna/Makefile
index 5cbaaf1746bd..4e7383794faa 100644
--- a/dns/py-idna/Makefile
+++ b/dns/py-idna/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= idna
-PORTVERSION= 2.0
+PORTVERSION= 2.5
CATEGORIES= dns python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,8 +10,10 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Internationalized Domain Names in Applications (IDNA)
-USES= python
-USE_PYTHON= autoplist distutils
+USES= python # Actually, 2.6-2.7,3.3-3.6
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
diff --git a/dns/py-idna/distinfo b/dns/py-idna/distinfo
index 67e147b4fe87..3892fed6c802 100644
--- a/dns/py-idna/distinfo
+++ b/dns/py-idna/distinfo
@@ -1,2 +1,3 @@
-SHA256 (idna-2.0.tar.gz) = 16199aad938b290f5be1057c0e1efc6546229391c23cea61ca940c115f7d3d3b
-SIZE (idna-2.0.tar.gz) = 135150
+TIMESTAMP = 1496221751
+SHA256 (idna-2.5.tar.gz) = 3cb5ce08046c4e3a560fc02f138d0ac63e00f8ce5901a56b32ec8b7994082aab
+SIZE (idna-2.5.tar.gz) = 130211