mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 23:44:01 +02:00
898fe94620
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.
25 lines
398 B
Makefile
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>
|