diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-02-27 06:33:20 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-02-27 06:33:20 +0800 |
commit | ac9e64f20caf0be87311a7f88ca3ea759383f7e4 (patch) | |
tree | a40c9328b5d54e3fc9e7c97573bb30e275acf2bf /misc | |
parent | d7c692879634a1ce690363f10eddc2bb2665b251 (diff) | |
download | freebsd-ports-graphics-ac9e64f20caf0be87311a7f88ca3ea759383f7e4.tar.gz freebsd-ports-graphics-ac9e64f20caf0be87311a7f88ca3ea759383f7e4.tar.zst freebsd-ports-graphics-ac9e64f20caf0be87311a7f88ca3ea759383f7e4.zip |
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)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/py-pyprind/Makefile | 6 | ||||
-rw-r--r-- | misc/py-pyprind/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/py-pyprind/Makefile b/misc/py-pyprind/Makefile index 97935d79276..c621d9aff6e 100644 --- a/misc/py-pyprind/Makefile +++ b/misc/py-pyprind/Makefile @@ -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 diff --git a/misc/py-pyprind/distinfo b/misc/py-pyprind/distinfo index 8695b20f4f0..715b6fedbea 100644 --- a/misc/py-pyprind/distinfo +++ b/misc/py-pyprind/distinfo @@ -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 |