pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/py-netCDF4 math/py-netCDF4: Import version 1.5.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7335eb04f219
branches:  trunk
changeset: 415137:7335eb04f219
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Oct 02 21:14:42 2019 +0000

description:
math/py-netCDF4: Import version 1.5.2

netCDF version 4 has many features not found in earlier versions of
the library, such as hierarchical groups, zlib compression, multiple
unlimited dimensions, and new data types. It is implemented on top of
HDF5. This module implements most of the new features, and can read
and write netCDF files compatible with older versions of the
library. The API is modelled after Scientific.IO.NetCDF, and should be
familiar to users of that module.

Packaged by Kamel Ibn Aziz Derouiche and updated by wiz@ and me.

diffstat:

 math/py-netCDF4/DESCR    |   7 +++++++
 math/py-netCDF4/Makefile |  29 +++++++++++++++++++++++++++++
 math/py-netCDF4/PLIST    |  17 +++++++++++++++++
 math/py-netCDF4/distinfo |   6 ++++++
 4 files changed, 59 insertions(+), 0 deletions(-)

diffs (75 lines):

diff -r 2ac2d3771bda -r 7335eb04f219 math/py-netCDF4/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-netCDF4/DESCR     Wed Oct 02 21:14:42 2019 +0000
@@ -0,0 +1,7 @@
+netCDF version 4 has many features not found in earlier versions of
+the library, such as hierarchical groups, zlib compression, multiple
+unlimited dimensions, and new data types. It is implemented on top of
+HDF5. This module implements most of the new features, and can read
+and write netCDF files compatible with older versions of the
+library. The API is modelled after Scientific.IO.NetCDF, and should be
+familiar to users of that module.
diff -r 2ac2d3771bda -r 7335eb04f219 math/py-netCDF4/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-netCDF4/Makefile  Wed Oct 02 21:14:42 2019 +0000
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2019/10/02 21:14:42 minskim Exp $
+
+DISTNAME=      netCDF4-1.5.2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=n/netCDF4/}
+
+MAINTAINER=    jihbed.research%gmail.com@localhost
+HOMEPAGE=      http://github.com/Unidata/netcdf4-python
+COMMENT=       Object-oriented python interface to netCDF version 4
+LICENSE=       mit
+
+USE_TOOLS+=    pkg-config
+
+SUBST_CLASSES+=                paths
+SUBST_STAGE.paths=     pre-configure
+SUBST_SED.paths+=      -e 's,/usr/local,${PREFIX},g'
+SUBST_FILES.paths+=    setup.py
+SUBST_MESSAGE.paths=   Fixing header search paths.
+
+do-test:
+       ${RUN} cd ${WRKSRC}/test; ${SETENV} ${TEST_ENV} ${PYTHONBIN} run_all.py
+
+.include "../../devel/hdf5/buildlink3.mk"
+.include "../../devel/netcdf/buildlink3.mk"
+.include "../../devel/py-cython/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2ac2d3771bda -r 7335eb04f219 math/py-netCDF4/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-netCDF4/PLIST     Wed Oct 02 21:14:42 2019 +0000
@@ -0,0 +1,17 @@
+@comment $NetBSD: PLIST,v 1.1 2019/10/02 21:14:42 minskim Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/netCDF4/__init__.py
+${PYSITELIB}/netCDF4/__init__.pyc
+${PYSITELIB}/netCDF4/__init__.pyo
+${PYSITELIB}/netCDF4/_netCDF4.so
+${PYSITELIB}/netCDF4/utils.py
+${PYSITELIB}/netCDF4/utils.pyc
+${PYSITELIB}/netCDF4/utils.pyo
+bin/nc3tonc4
+bin/nc4tonc3
+bin/ncinfo
diff -r 2ac2d3771bda -r 7335eb04f219 math/py-netCDF4/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-netCDF4/distinfo  Wed Oct 02 21:14:42 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/10/02 21:14:42 minskim Exp $
+
+SHA1 (netCDF4-1.5.2.tar.gz) = 30a5fed1e3fbcb8e29924ace96977604550d7e74
+RMD160 (netCDF4-1.5.2.tar.gz) = c2bf3efa8cba996f1cbd52d6a096e578ecd1a68f
+SHA512 (netCDF4-1.5.2.tar.gz) = 35a69737da25a641f84f1c730826d4e5c548c633a700601d734a56ff8c1c1b157e4914bb5f9ac0c08bf58bd8a8d5a00dbb43f23d429ba98e30d666c9d1edf498
+Size (netCDF4-1.5.2.tar.gz) = 801015 bytes



Home | Main Index | Thread Index | Old Index