mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
20 lines
338 B
Makefile
20 lines
338 B
Makefile
COMMENT= extensions to the Python unit testing framework
|
|
|
|
MODPY_DISTV= 2.8.7
|
|
DISTNAME= testtools-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
CATEGORIES= devel
|
|
REVISION= 0
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= hatch-vcs
|
|
|
|
# tests need "testscenarios", "testresources"
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|