Files
ports/math/py-cftime/Makefile
T
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

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>