mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
21 lines
383 B
Makefile
21 lines
383 B
Makefile
COMMENT = hack to explicitly set up and tear down fixtures
|
|
|
|
MODPY_DISTV = 0.2.0
|
|
DISTNAME = pytest-subtesthack-${MODPY_DISTV}
|
|
PKGNAME = py-test-subtesthack-${MODPY_DISTV}
|
|
REVISION = 4
|
|
|
|
CATEGORIES = devel
|
|
|
|
# Public Domain
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
NO_TEST = Yes
|
|
|
|
RUN_DEPENDS = devel/py-test
|
|
|
|
.include <bsd.port.mk>
|