ports/devel/py-test-runner/Makefile

25 lines
419 B
Makefile
Raw Normal View History

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