Files
sthen b1a44143e7 drop BDEP on math/py-oldest-supported-numpy; it's deprecated upstream
and upstreams for these have already dropped their dependency
2026-01-07 14:15:43 +00:00

32 lines
560 B
Makefile

COMMENT= time and date handling utility functions from netcdf4-python
MODPY_DISTV= 1.6.5
DISTNAME= cftime-${MODPY_DISTV}
PKGNAME= py-${DISTNAME}
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-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>