Files

24 lines
387 B
Makefile
Raw Permalink Normal View History

2025-01-19 14:08:46 +00:00
COMMENT= Python package for describing statistical models
2017-02-24 21:51:36 +00:00
2025-11-29 10:40:39 +00:00
MODPY_DISTV = 1.0.2
2025-01-19 14:08:46 +00:00
DISTNAME= patsy-${MODPY_DISTV}
PKGNAME= py-${DISTNAME}
CATEGORIES= math
HOMEPAGE= https://github.com/pydata/patsy
2017-02-24 21:51:36 +00:00
# BSD
2025-01-19 14:08:46 +00:00
PERMIT_PACKAGE= Yes
2017-02-24 21:51:36 +00:00
2025-01-19 14:08:46 +00:00
MODULES= lang/python
2017-02-24 21:51:36 +00:00
2025-01-19 14:08:46 +00:00
MODPY_PI= Yes
MODPY_PYBUILD= setuptools
2017-02-24 21:51:36 +00:00
2025-01-19 14:08:46 +00:00
RUN_DEPENDS= math/py-numpy
2024-02-15 00:15:52 +00:00
2025-01-19 14:08:46 +00:00
TEST_DEPENDS= devel/py-test-cov \
math/py-scipy
2017-02-24 21:51:36 +00:00
.include <bsd.port.mk>