pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-netCDF4
Module Name: pkgsrc
Committed By: minskim
Date: Wed Oct 2 21:14:42 UTC 2019
Added Files:
pkgsrc/math/py-netCDF4: DESCR Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/py-netCDF4/DESCR \
pkgsrc/math/py-netCDF4/Makefile pkgsrc/math/py-netCDF4/PLIST \
pkgsrc/math/py-netCDF4/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/math/py-netCDF4/DESCR
diff -u /dev/null pkgsrc/math/py-netCDF4/DESCR:1.1
--- /dev/null Wed Oct 2 21:14:42 2019
+++ pkgsrc/math/py-netCDF4/DESCR Wed Oct 2 21:14:42 2019
@@ -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.
Index: pkgsrc/math/py-netCDF4/Makefile
diff -u /dev/null pkgsrc/math/py-netCDF4/Makefile:1.1
--- /dev/null Wed Oct 2 21:14:42 2019
+++ pkgsrc/math/py-netCDF4/Makefile Wed Oct 2 21:14:42 2019
@@ -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"
Index: pkgsrc/math/py-netCDF4/PLIST
diff -u /dev/null pkgsrc/math/py-netCDF4/PLIST:1.1
--- /dev/null Wed Oct 2 21:14:42 2019
+++ pkgsrc/math/py-netCDF4/PLIST Wed Oct 2 21:14:42 2019
@@ -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
Index: pkgsrc/math/py-netCDF4/distinfo
diff -u /dev/null pkgsrc/math/py-netCDF4/distinfo:1.1
--- /dev/null Wed Oct 2 21:14:42 2019
+++ pkgsrc/math/py-netCDF4/distinfo Wed Oct 2 21:14:42 2019
@@ -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