Files
ports/devel/py-pluggy/Makefile
T
2026-03-16 22:28:25 +00:00

21 lines
344 B
Makefile

COMMENT= plugin and hook calling mechanisms for Python
MODPY_DISTV= 1.6.0
DISTNAME= pluggy-${MODPY_DISTV}
PKGNAME= py-${DISTNAME}
CATEGORIES= devel
REVISION= 0
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD= setuptools_scm
TEST_DEPENDS= devel/py-atomicwrites \
devel/py-test-benchmark
.include <bsd.port.mk>