mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
20 lines
324 B
Makefile
20 lines
324 B
Makefile
COMMENT= test utilities working with files and commands
|
|
|
|
MODPY_DISTV= 0.6.0
|
|
DISTNAME= testpath-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
REVISION= 3
|
|
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= https://github.com/jupyter/testpath
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= flit_core
|
|
MODPY_PI= Yes
|
|
|
|
.include <bsd.port.mk>
|