ports/devel/py-testpath/Makefile

26 lines
416 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
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>