mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33: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.
34 lines
627 B
Makefile
34 lines
627 B
Makefile
COMMENT= time and date handling utility functions from netcdf4-python
|
|
|
|
MODPY_DISTV= 1.6.4
|
|
DISTNAME= cftime-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
REVISION= 2
|
|
|
|
CATEGORIES= math
|
|
|
|
HOMEPAGE= https://unidata.github.io/cftime/
|
|
|
|
MAINTAINER= Martin Reindl <martin@catai.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD = setuptools
|
|
MODPY_PI= Yes
|
|
|
|
BUILD_DEPENDS= lang/cython \
|
|
math/py-oldest-supported-numpy \
|
|
math/py-numpy
|
|
|
|
RUN_DEPENDS= lang/cython \
|
|
math/netcdf
|
|
|
|
TEST_DEPENDS= devel/py-test \
|
|
devel/py-test-cov \
|
|
security/py-cryptography \
|
|
security/py-openssl
|
|
|
|
.include <bsd.port.mk>
|