Index: head/misc/py-pyprind/Makefile =================================================================== --- head/misc/py-pyprind/Makefile (revision 527305) +++ head/misc/py-pyprind/Makefile (revision 527306) @@ -1,32 +1,32 @@ # $FreeBSD$ PORTNAME= pyprind PORTVERSION= 2.11.2 CATEGORIES= misc 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 LICENSE_FILE= ${WRKSRC}/LICENSE 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: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Index: head/misc/py-pyprind/pkg-descr =================================================================== --- head/misc/py-pyprind/pkg-descr (revision 527305) +++ head/misc/py-pyprind/pkg-descr (revision 527306) @@ -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