mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
23 lines
453 B
Makefile
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>
|