26 lines
416 B
Makefile
26 lines
416 B
Makefile
|
COMMENT = test utilities working with files and commands
|
||
|
|
||
|
MODPY_EGG_VERSION = 0.6.0
|
||
|
DISTNAME = testpath-${MODPY_EGG_VERSION}
|
||
|
PKGNAME = py-${DISTNAME}
|
||
|
REVISION = 0
|
||
|
|
||
|
CATEGORIES = devel
|
||
|
|
||
|
HOMEPAGE = https://github.com/jupyter/testpath
|
||
|
|
||
|
# MIT
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES = lang/python
|
||
|
|
||
|
MODPY_PI = Yes
|
||
|
MODPY_PYTEST = Yes
|
||
|
|
||
|
FLAVORS = python3
|
||
|
FLAVOR = python3
|
||
|
|
||
|
MODPY_PYBUILD = flit_core
|
||
|
|
||
|
.include <bsd.port.mk>
|