- Update to 2.9.9
- While here, switch to new test framework PR: 212511 Submitted by: neel@neelc.org (maintainer)
This commit is contained in:
parent
c629125657
commit
ad6ef12cc0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421618
2 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= pyprind
|
PORTNAME= pyprind
|
||||||
PORTVERSION= 2.9.8
|
PORTVERSION= 2.9.9
|
||||||
CATEGORIES= misc
|
CATEGORIES= misc
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -26,7 +26,7 @@ OPTIONS_DEFINE= PSUTIL
|
||||||
PSUTIL_DESC= Support monitoring CPU and memory usage
|
PSUTIL_DESC= Support monitoring CPU and memory usage
|
||||||
PSUTIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=0.5.1:sysutils/py-psutil
|
PSUTIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=0.5.1:sysutils/py-psutil
|
||||||
|
|
||||||
test: build
|
do-test:
|
||||||
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
|
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1465130692
|
TIMESTAMP = 1473379703
|
||||||
SHA256 (PyPrind-2.9.8.tar.gz) = f07dd20388a0d21838112deeb70b1705a9ebfeb8859c5741433126e4efb439b2
|
SHA256 (PyPrind-2.9.9.tar.gz) = 83fca8b860a1e6481416fbde3cd59b825867870f00939946abe6cd1c6039feb3
|
||||||
SIZE (PyPrind-2.9.8.tar.gz) = 10154
|
SIZE (PyPrind-2.9.9.tar.gz) = 10749
|
||||||
|
|
Loading…
Reference in a new issue