ports/devel/py-unittest-parallel/Makefile

24 lines
688 B
Makefile

PORTNAME= unittest-parallel
PORTVERSION= 1.7.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= unittest_parallel-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Parallel unit test runner with coverage support
WWW= https://github.com/craigahobbs/unittest-parallel
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=5.1:devel/py-coverage@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>