svn commit: r410499 - head/devel/py-six
Kubilay Kocak
koobs at FreeBSD.org
Mon Mar 7 04:36:26 UTC 2016
Author: koobs
Date: Mon Mar 7 04:36:25 2016
New Revision: 410499
URL: https://svnweb.freebsd.org/changeset/ports/410499
Log:
devel/py-six: Update to 1.10.0, Modernize
- Update PORTVERSION and distinfo checksum (1.10.0)
- Enable NO_ARCH (architecture independent)
- Update test target
Changes:
https://bitbucket.org/gutworth/six/src/default/CHANGES
Approved by: koobs (python, with hat)
Modified:
head/devel/py-six/Makefile
head/devel/py-six/distinfo
Modified: head/devel/py-six/Makefile
==============================================================================
--- head/devel/py-six/Makefile Mon Mar 7 04:04:46 2016 (r410498)
+++ head/devel/py-six/Makefile Mon Mar 7 04:36:25 2016 (r410499)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= six
-PORTVERSION= 1.9.0
+PORTVERSION= 1.10.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +18,9 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyt
USES= python
USE_PYTHON= autoplist concurrent distutils
-regression-test: build
- @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v
+NO_ARCH= yes
+
+do-test:
+ @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v
.include <bsd.port.mk>
Modified: head/devel/py-six/distinfo
==============================================================================
--- head/devel/py-six/distinfo Mon Mar 7 04:04:46 2016 (r410498)
+++ head/devel/py-six/distinfo Mon Mar 7 04:36:25 2016 (r410499)
@@ -1,2 +1,2 @@
-SHA256 (six-1.9.0.tar.gz) = e24052411fc4fbd1f672635537c3fc2330d9481b18c0317695b46259512c91d5
-SIZE (six-1.9.0.tar.gz) = 29127
+SHA256 (six-1.10.0.tar.gz) = 105f8d68616f8248e24bf0e9372ef04d3cc10104f1980f54d57b2ce73a5ad56a
+SIZE (six-1.10.0.tar.gz) = 29630
More information about the svn-ports-head
mailing list