svn commit: r442563 - head/dns/py-idna

Kubilay Kocak koobs at FreeBSD.org
Sun Jun 4 14:44:34 UTC 2017


Author: koobs
Date: Sun Jun  4 14:44:33 2017
New Revision: 442563
URL: https://svnweb.freebsd.org/changeset/ports/442563

Log:
  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

Modified:
  head/dns/py-idna/Makefile
  head/dns/py-idna/distinfo

Modified: head/dns/py-idna/Makefile
==============================================================================
--- head/dns/py-idna/Makefile	Sun Jun  4 14:34:18 2017	(r442562)
+++ head/dns/py-idna/Makefile	Sun Jun  4 14:44:33 2017	(r442563)
@@ -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 at 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

Modified: head/dns/py-idna/distinfo
==============================================================================
--- head/dns/py-idna/distinfo	Sun Jun  4 14:34:18 2017	(r442562)
+++ head/dns/py-idna/distinfo	Sun Jun  4 14:44:33 2017	(r442563)
@@ -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


More information about the svn-ports-all mailing list