openbsd-ports/devel/py-test-doctestplus/Makefile
2022-11-13 15:28:14 +00:00

30 lines
573 B
Makefile

COMMENT= pytest plugin with advanced doctest features
MODPY_EGG_VERSION= 0.12.1
DISTNAME= pytest-doctestplus-${MODPY_EGG_VERSION}
PKGNAME= ${DISTNAME:S/py/py-/}
REVISION= 0
CATEGORIES= devel
HOMEPAGE= https://github.com/astropy/pytest-doctestplus
# BSD
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD= setuptools_scm
FLAVOR= python3
FLAVORS= python3
RUN_DEPENDS= devel/py-test${MODPY_FLAVOR}
TEST_DEPENDS= devel/py-test-remotedata${MODPY_FLAVOR} \
math/py-numpy${MODPY_FLAVOR} \
textproc/py-sphinx${MODPY_FLAVOR}
.include <bsd.port.mk>