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 | |
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)
-rw-r--r-- | misc/py-pyprind/Makefile | 6 | ||||
-rw-r--r-- | misc/py-pyprind/pkg-descr | 10 |
2 files changed, 8 insertions, 8 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: diff --git a/misc/py-pyprind/pkg-descr b/misc/py-pyprind/pkg-descr index bdca117552da..a7ede678ff1d 100644 --- a/misc/py-pyprind/pkg-descr +++ b/misc/py-pyprind/pkg-descr @@ -1,7 +1,7 @@ -The PyPrind (Python Progress Indicator) module provides a progress bar -and a percentage indicator object that let you track the progress of a -loop structure or other iterative computation. Typical applications -include the processing of large data sets to provide an intuitive -estimate at runtime about the progress of the computation. +The PyPrind (Python Progress Indicator) module provides a progress bar and a +percentage indicator object that let you track the progress of a loop structure +or other iterative computation. Typical applications include the processing of +large data sets to provide an intuitive estimate at runtime about the progress +of the computation. WWW: https://github.com/rasbt/pyprind |