mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
![Rainer Hurling](/assets/img/avatar_default.png)
Move test target to pytest framework Changelog: https://github.com/minrk/wurlitzer/blob/main/CHANGELOG.md#303 Reported by: portscout, Repology
26 lines
664 B
Makefile
26 lines
664 B
Makefile
PORTNAME= wurlitzer
|
|
PORTVERSION= 3.0.3
|
|
CATEGORIES= misc python
|
|
MASTER_SITES= CHEESESHOP
|
|
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>
|