25 lines
428 B
Makefile
25 lines
428 B
Makefile
COMMENT= unittest subTest() support and subtests fixture
|
|
|
|
MODPY_EGG_VERSION= 0.11.0
|
|
|
|
DISTNAME= pytest-subtests-${MODPY_EGG_VERSION}
|
|
PKGNAME= py-${DISTNAME}
|
|
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= https://github.com/pytest-dev/pytest-subtests
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools_scm
|
|
|
|
FLAVOR= python3
|
|
FLAVORS= python3
|
|
|
|
RUN_DEPENDS= devel/py-test${MODPY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|