Files
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

33 lines
590 B
Makefile

COMMENT= download data from remote data services (such as THREDDS)
MODPY_DISTV= 0.10.0
DISTNAME= siphon-${MODPY_DISTV}
PKGNAME= py-${DISTNAME}
CATEGORIES= net
REVISION= 2
HOMEPAGE= https://unidata.github.io/siphon/
MAINTAINER= Martin Reindl <martin@catai.org>
# BSD
PERMIT_PACKAGE= Yes
MODPY_PYBUILD= setuptools_scm
MODPY_PI= Yes
MODULES= lang/python
RUN_DEPENDS+= devel/py-protobuf \
math/py-numpy \
math/py-pandas \
www/py-beautifulsoup4 \
www/py-requests
TEST_DEPENDS= devel/py-coveralls \
devel/py-test-cov \
math/py-netcdf4 \
www/py-vcrpy
.include <bsd.port.mk>