diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-09-09 22:09:52 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-09-09 22:09:52 +0800 |
commit | b598a2b715b9dda3a39b81b2645ea9608dca6098 (patch) | |
tree | e5b8558ce627115427b8f35e1a529a2942372998 | |
parent | decc4bf4c496514deaa38b1e971c014fac9b5dd9 (diff) | |
download | freebsd-ports-gnome-b598a2b715b9dda3a39b81b2645ea9608dca6098.tar.gz freebsd-ports-gnome-b598a2b715b9dda3a39b81b2645ea9608dca6098.tar.zst freebsd-ports-gnome-b598a2b715b9dda3a39b81b2645ea9608dca6098.zip |
- Update to 2.9.9
- While here, switch to new test framework
PR: 212511
Submitted by: neel@neelc.org (maintainer)
-rw-r--r-- | misc/py-pyprind/Makefile | 4 | ||||
-rw-r--r-- | misc/py-pyprind/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/misc/py-pyprind/Makefile b/misc/py-pyprind/Makefile index e80b635490b0..45e93d6da606 100644 --- a/misc/py-pyprind/Makefile +++ b/misc/py-pyprind/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pyprind -PORTVERSION= 2.9.8 +PORTVERSION= 2.9.9 CATEGORIES= misc MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -26,7 +26,7 @@ OPTIONS_DEFINE= PSUTIL PSUTIL_DESC= Support monitoring CPU and memory usage PSUTIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=0.5.1:sysutils/py-psutil -test: build +do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include <bsd.port.mk> diff --git a/misc/py-pyprind/distinfo b/misc/py-pyprind/distinfo index b18b4d661ef8..feb78ea03870 100644 --- a/misc/py-pyprind/distinfo +++ b/misc/py-pyprind/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1465130692 -SHA256 (PyPrind-2.9.8.tar.gz) = f07dd20388a0d21838112deeb70b1705a9ebfeb8859c5741433126e4efb439b2 -SIZE (PyPrind-2.9.8.tar.gz) = 10154 +TIMESTAMP = 1473379703 +SHA256 (PyPrind-2.9.9.tar.gz) = 83fca8b860a1e6481416fbde3cd59b825867870f00939946abe6cd1c6039feb3 +SIZE (PyPrind-2.9.9.tar.gz) = 10749 |