mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +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.
33 lines
590 B
Makefile
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>
|