1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00

Update to 2.11.2

- While I'm here, fix version requirement of *_DEPENDS

Changes:	https://github.com/rasbt/pyprind/releases
		https://github.com/rasbt/pyprind/blob/master/CHANGELOG.md
PR:		226201
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-02-26 22:33:20 +00:00
parent 5b0e312db5
commit adf4114742
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463095
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pyprind
PORTVERSION= 2.11.1
PORTVERSION= 2.11.2
CATEGORIES= misc
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -14,7 +14,7 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}psutil>=0.5.1:sysutils/py-psutil@${FLAVOR}
${PYTHON_PKGNAMEPREFIX}psutil>=3.2.0:sysutils/py-psutil@${FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
@ -24,7 +24,7 @@ NO_ARCH= yes
OPTIONS_DEFINE= PSUTIL
PSUTIL_DESC= Support monitoring CPU and memory usage
PSUTIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=0.5.1:sysutils/py-psutil@${FLAVOR}
PSUTIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=3.2.0:sysutils/py-psutil@${FLAVOR}
do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1496602099
SHA256 (PyPrind-2.11.1.tar.gz) = d277923dfe3bde7d28cffa6cd334977ff8c7a4c71e217e8052b9084fc76191b4
SIZE (PyPrind-2.11.1.tar.gz) = 10902
TIMESTAMP = 1519578761
SHA256 (PyPrind-2.11.2.tar.gz) = c46cab453b805852853dfe29fd933aa88a2a516153909c695b098e9161a9e675
SIZE (PyPrind-2.11.2.tar.gz) = 11134