science/py-netCDF4: Update version 1.3.1=>1.5.7
PR: 259042 Reported by: wen Relnotes: https://github.com/Unidata/netcdf4-python/releases/tag/v1.5.7rel
This commit is contained in:
parent
28366c3827
commit
57c617781d
2 changed files with 8 additions and 9 deletions
|
@ -1,10 +1,9 @@
|
|||
# Created by: Wen Heping <wenheping@gmail.com>
|
||||
|
||||
PORTNAME= netCDF4
|
||||
PORTVERSION= 1.3.1
|
||||
PORTVERSION= 1.5.7
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSIONSUFFIX= rel
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= science python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
@ -16,13 +15,14 @@ LICENSE= MIT
|
|||
BUILD_DEPENDS= ${PYNUMPY}
|
||||
LIB_DEPENDS= libhdf5.so:science/hdf5 \
|
||||
libnetcdf.so:science/netcdf
|
||||
RUN_DEPENDS= ${PYNUMPY}
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
RUN_DEPENDS= ${PYNUMPY} \
|
||||
${PYTHON_PKGNAMEPREFIX}cftime>=0:devel/py-cftime@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist concurrent distutils cython cython_run
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
|
||||
PORTDOCS= *
|
||||
|
@ -43,7 +43,6 @@ post-patch:
|
|||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/netCDF4/_netCDF4*.so
|
||||
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/netcdftime/_netcdftime*.so
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1515614706
|
||||
SHA256 (Unidata-netcdf4-python-v1.3.1rel_GH0.tar.gz) = a1674d281d54af9dd83e38f1be2dabed7de0f1bc8165adcd39c8dfddc4ec20b4
|
||||
SIZE (Unidata-netcdf4-python-v1.3.1rel_GH0.tar.gz) = 554411
|
||||
TIMESTAMP = 1633879759
|
||||
SHA256 (Unidata-netcdf4-python-v1.5.7rel_GH0.tar.gz) = 5673896d1d39d591423abbd4856270cc901b88bdbeaf4ab293bfd7cfd77fe8d5
|
||||
SIZE (Unidata-netcdf4-python-v1.5.7rel_GH0.tar.gz) = 797425
|
||||
|
|
Loading…
Reference in a new issue