25 lines
658 B
Makefile
25 lines
658 B
Makefile
PORTNAME= wurlitzer
|
|
PORTVERSION= 3.0.3
|
|
CATEGORIES= misc python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= rhurlin@FreeBSD.org
|
|
COMMENT= Capture C-level output in context managers
|
|
WWW= https://github.com/minrk/wurlitzer
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYNUMPY}
|
|
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}codecov>0:devel/py-codecov@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR}
|
|
|
|
USES= python:3.6+ pytest
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
PYTEST_ARGS= test.py
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|