Edit

IABSD.fr/ports/math/py-cftime/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2026-01-07 14:15:43
    Hash : b1a44143
    Message : drop BDEP on math/py-oldest-supported-numpy; it's deprecated upstream and upstreams for these have already dropped their dependency

  • math/py-cftime/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>