diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-02-27 21:26:58 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-02-27 21:26:58 +0000 |
commit | 54321f5217faf630c2f21295f1ad322cc60c7e66 (patch) | |
tree | f03eaf214c46755ddf1f5c6af4987aa28cbb673c /misc/py-pyprind/Makefile | |
parent | 6b6bf9bd5aff10c6ef409b0a1b25eb1e3a70281f (diff) | |
download | freebsd-ports-54321f5217faf630c2f21295f1ad322cc60c7e66.zip |
Reset maintainership
- While I'm here, take maintainership
PR: 244455
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
Diffstat (limited to 'misc/py-pyprind/Makefile')
-rw-r--r-- | misc/py-pyprind/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/py-pyprind/Makefile b/misc/py-pyprind/Makefile index ca699ebf2211..f5b614c4b11f 100644 --- a/misc/py-pyprind/Makefile +++ b/misc/py-pyprind/Makefile @@ -7,7 +7,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= PyPrind-${PORTVERSION} -MAINTAINER= neel@neelc.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python Progress Bar and Percent Indicator Utility LICENSE= BSD3CLAUSE @@ -17,13 +17,13 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>=3.2.0:sysutils/py-psutil@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes 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>=3.2.0:sysutils/py-psutil@${PY_FLAVOR} do-test: |