1d16718648
Python library for decoding time units and variable values in a netCDF file conforming to the Climate and Forecasting (CF) netCDF conventions.
24 lines
714 B
Makefile
24 lines
714 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/07/01 15:57:35 adam Exp $
|
|
|
|
DISTNAME= cftime-1.1.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= time python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cftime/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/Unidata/cftime
|
|
COMMENT= Time-handling functionality
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
|
|
|
|
# This pulls too many unnecessary dependencies.
|
|
#PYSETUPTESTTARGET= pytest
|
|
|
|
do-test:
|
|
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} test
|
|
|
|
.include "../../devel/py-cython/buildlink3.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../math/py-numpy/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|