ports/devel/py-test-runner/Makefile

24 lines
419 B
Makefile

COMMENT= deprecated fixture to invoke py.test as distutils command
MODPY_EGG_VERSION= 6.0.1
DISTNAME= pytest-runner-${MODPY_EGG_VERSION}
PKGNAME= ${DISTNAME:S/py/py-/}
CATEGORIES= devel
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/python
RUN_DEPENDS= devel/py-test${MODPY_FLAVOR}
MODPY_PI= Yes
MODPY_PYBUILD= setuptools_scm
FLAVORS= python3
FLAVOR= python3
# needs unported deps
NO_TEST= Yes
.include <bsd.port.mk>