diff options
-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 |