Files
ports/math/py-patsy/Makefile
T
sthen 898fe94620 bump py-numpy consumers. at least those which have compiled modules using
numpy are no longer ABI-compatible following the update to numpy 2.x.
this may over-bump slightly, but I've seen problems with at least pandas
and scipy, and identifying others individually is too time-consuming.
2025-05-20 12:10:49 +00:00

25 lines
398 B
Makefile

COMMENT= Python package for describing statistical models
MODPY_DISTV= 1.0.1
DISTNAME= patsy-${MODPY_DISTV}
PKGNAME= py-${DISTNAME}
CATEGORIES= math
REVISION= 1
HOMEPAGE= https://github.com/pydata/patsy
# BSD
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD= setuptools
RUN_DEPENDS= math/py-numpy
TEST_DEPENDS= devel/py-test-cov \
math/py-scipy
.include <bsd.port.mk>