diff options
author | koobs <koobs@FreeBSD.org> | 2016-03-07 12:36:25 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2016-03-07 12:36:25 +0800 |
commit | 8612985e2df967f33b88550bbd14c358ad1299df (patch) | |
tree | e5bc5d23442cfe1ba89e167c51115ba535aec421 | |
parent | fdb6cf72a79f12c5938938dcb318a9c7bc37d1d3 (diff) | |
download | freebsd-ports-gnome-8612985e2df967f33b88550bbd14c358ad1299df.tar.gz freebsd-ports-gnome-8612985e2df967f33b88550bbd14c358ad1299df.tar.zst freebsd-ports-gnome-8612985e2df967f33b88550bbd14c358ad1299df.zip |
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)
-rw-r--r-- | devel/py-six/Makefile | 8 | ||||
-rw-r--r-- | devel/py-six/distinfo | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/devel/py-six/Makefile b/devel/py-six/Makefile index 15d38bb99762..f5d410dc691a 100644 --- a/devel/py-six/Makefile +++ b/devel/py-six/Makefile @@ -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}pytest>0:${PORTSDIR}/devel/py-pytest 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> diff --git a/devel/py-six/distinfo b/devel/py-six/distinfo index 0b2045c39070..bf2b03be9335 100644 --- a/devel/py-six/distinfo +++ b/devel/py-six/distinfo @@ -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 |