mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
27 lines
569 B
Makefile
27 lines
569 B
Makefile
COMMENT= subprocess.run replacement that captures and displays output
|
|
|
|
MODPY_DISTV= 0.4.2
|
|
DISTNAME= subprocess_tee-${MODPY_DISTV}
|
|
PKGNAME= py-subprocess-tee-${MODPY_DISTV}
|
|
REVISION= 0
|
|
|
|
HOMEPAGE= https://github.com/pycontribs/subprocess-tee
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PYBUILD= setuptools_scm
|
|
MODPY_PI= Yes
|
|
# this needs unported "molecule", and ansible, maybe also pytest-plus
|
|
MODPY_PYTEST_ARGS= -k 'not test_molecule'
|
|
|
|
TEST_DEPENDS= devel/py-enrich \
|
|
devel/py-test-cov \
|
|
devel/py-test-xdist
|
|
|
|
.include <bsd.port.mk>
|