diff options
author | koobs <koobs@FreeBSD.org> | 2017-06-04 22:44:33 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2017-06-04 22:44:33 +0800 |
commit | 9f295881e0438c6f766bedad583ab0503aa8a720 (patch) | |
tree | 02ecef297dba1786f7feba7920ffede23ca8467b /dns/py-idna | |
parent | df6047d45b31b0a1896398520a212bb867b88924 (diff) | |
download | freebsd-ports-gnome-9f295881e0438c6f766bedad583ab0503aa8a720.tar.gz freebsd-ports-gnome-9f295881e0438c6f766bedad583ab0503aa8a720.tar.zst freebsd-ports-gnome-9f295881e0438c6f766bedad583ab0503aa8a720.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
Diffstat (limited to 'dns/py-idna')
-rw-r--r-- | dns/py-idna/Makefile | 8 | ||||
-rw-r--r-- | dns/py-idna/distinfo | 5 |
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 |