freebsd-ports/misc/py-pyprind/Makefile
Dmitry Marakasov 77d68471ad */*: rename CHEESESHOP to PYPI in MASTER_SITES
PR:			267994
Differential revision:	D37518
Approved by:		bapt
2023-01-11 18:58:34 +03:00

28 lines
694 B
Makefile

PORTNAME= pyprind
PORTVERSION= 2.11.3
CATEGORIES= misc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyPrind-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python Progress Bar and Percent Indicator Utility
WWW= https://github.com/rasbt/pyprind
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=3.2.0:sysutils/py-psutil@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils nose
NO_ARCH= yes
OPTIONS_DEFINE= PSUTIL
PSUTIL_DESC= Support monitoring CPU and memory usage
PSUTIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=3.2.0:sysutils/py-psutil@${PY_FLAVOR}
.include <bsd.port.mk>