Files
2026-05-14 07:29:59 +00:00

23 lines
453 B
Makefile

COMMENT= Python module for decorators, wrappers and monkey patching
MODPY_DISTV= 2.1.2
DISTNAME= wrapt-${MODPY_DISTV}
PKGNAME= py-${DISTNAME}
CATEGORIES= devel
# https://github.com/GrahamDumpleton/wrapt
HOMEPAGE= https://wrapt.readthedocs.org/en/latest/
WANTLIB += pthread ${MODPY_WANTLIB}
# BSD
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PYBUILD= setuptools
MODPY_PI= Yes
MODPY_PYTEST_ARGS= --ignore tests/conftest.py
.include <bsd.port.mk>