Date: Thu, 27 Feb 2020 21:26:58 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527306 - head/misc/py-pyprind Message-ID: <202002272126.01RLQwew007022@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Feb 27 21:26:58 2020 New Revision: 527306 URL: https://svnweb.freebsd.org/changeset/ports/527306 Log: Reset maintainership - While I'm here, take maintainership PR: 244455 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) Modified: head/misc/py-pyprind/Makefile head/misc/py-pyprind/pkg-descr Modified: head/misc/py-pyprind/Makefile ============================================================================== --- head/misc/py-pyprind/Makefile Thu Feb 27 21:26:52 2020 (r527305) +++ head/misc/py-pyprind/Makefile Thu Feb 27 21:26:58 2020 (r527306) @@ -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-n ${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: Modified: head/misc/py-pyprind/pkg-descr ============================================================================== --- head/misc/py-pyprind/pkg-descr Thu Feb 27 21:26:52 2020 (r527305) +++ head/misc/py-pyprind/pkg-descr Thu Feb 27 21:26:58 2020 (r527306) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002272126.01RLQwew007022>