pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel
Module Name: pkgsrc
Committed By: adam
Date: Mon Aug 5 20:37:05 UTC 2024
Modified Files:
pkgsrc/devel: Makefile
Added Files:
pkgsrc/devel/py-h5netcdf: DESCR Makefile PLIST distinfo
Log Message:
py-h5netcdf: added version 1.3.0
A Python interface for the netCDF4 file-format that reads and writes local or
remote HDF5 files directly via h5py or h5pyd, without relying on the Unidata
netCDF library.
To generate a diff of this commit:
cvs rdiff -u -r1.4324 -r1.4325 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-h5netcdf/DESCR \
pkgsrc/devel/py-h5netcdf/Makefile pkgsrc/devel/py-h5netcdf/PLIST \
pkgsrc/devel/py-h5netcdf/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.4324 pkgsrc/devel/Makefile:1.4325
--- pkgsrc/devel/Makefile:1.4324 Mon Aug 5 19:27:51 2024
+++ pkgsrc/devel/Makefile Mon Aug 5 20:37:05 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4324 2024/08/05 19:27:51 adam Exp $
+# $NetBSD: Makefile,v 1.4325 2024/08/05 20:37:05 adam Exp $
#
COMMENT= Development utilities
@@ -2630,6 +2630,7 @@ SUBDIR+= py-google-i18n-address
SUBDIR+= py-googleapis-common-protos
SUBDIR+= py-greenlet
SUBDIR+= py-guppy3
+SUBDIR+= py-h5netcdf
SUBDIR+= py-h5py
SUBDIR+= py-hamcrest
SUBDIR+= py-hatch-fancy-pypi-readme
Added files:
Index: pkgsrc/devel/py-h5netcdf/DESCR
diff -u /dev/null pkgsrc/devel/py-h5netcdf/DESCR:1.1
--- /dev/null Mon Aug 5 20:37:05 2024
+++ pkgsrc/devel/py-h5netcdf/DESCR Mon Aug 5 20:37:05 2024
@@ -0,0 +1,3 @@
+A Python interface for the netCDF4 file-format that reads and writes local or
+remote HDF5 files directly via h5py or h5pyd, without relying on the Unidata
+netCDF library.
Index: pkgsrc/devel/py-h5netcdf/Makefile
diff -u /dev/null pkgsrc/devel/py-h5netcdf/Makefile:1.1
--- /dev/null Mon Aug 5 20:37:05 2024
+++ pkgsrc/devel/py-h5netcdf/Makefile Mon Aug 5 20:37:05 2024
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2024/08/05 20:37:05 adam Exp $
+
+DISTNAME= h5netcdf-1.3.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=h/h5netcdf/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://h5netcdf.org/
+COMMENT= netCDF4 via h5py
+LICENSE= modified-bsd
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=42:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=7.0:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+= ${PYPKGPREFIX}-h5py-[0-9]*:../../devel/py-h5py
+DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
+TEST_DEPENDS+= ${PYPKGPREFIX}-netCDF4-[0-9]*:../../math/py-netCDF4
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27 38
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-h5netcdf/PLIST
diff -u /dev/null pkgsrc/devel/py-h5netcdf/PLIST:1.1
--- /dev/null Mon Aug 5 20:37:05 2024
+++ pkgsrc/devel/py-h5netcdf/PLIST Mon Aug 5 20:37:05 2024
@@ -0,0 +1,35 @@
+@comment $NetBSD: PLIST,v 1.1 2024/08/05 20:37:05 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.txt
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/h5netcdf/__init__.py
+${PYSITELIB}/h5netcdf/__init__.pyc
+${PYSITELIB}/h5netcdf/__init__.pyo
+${PYSITELIB}/h5netcdf/_version.py
+${PYSITELIB}/h5netcdf/_version.pyc
+${PYSITELIB}/h5netcdf/_version.pyo
+${PYSITELIB}/h5netcdf/attrs.py
+${PYSITELIB}/h5netcdf/attrs.pyc
+${PYSITELIB}/h5netcdf/attrs.pyo
+${PYSITELIB}/h5netcdf/core.py
+${PYSITELIB}/h5netcdf/core.pyc
+${PYSITELIB}/h5netcdf/core.pyo
+${PYSITELIB}/h5netcdf/dimensions.py
+${PYSITELIB}/h5netcdf/dimensions.pyc
+${PYSITELIB}/h5netcdf/dimensions.pyo
+${PYSITELIB}/h5netcdf/legacyapi.py
+${PYSITELIB}/h5netcdf/legacyapi.pyc
+${PYSITELIB}/h5netcdf/legacyapi.pyo
+${PYSITELIB}/h5netcdf/tests/conftest.py
+${PYSITELIB}/h5netcdf/tests/conftest.pyc
+${PYSITELIB}/h5netcdf/tests/conftest.pyo
+${PYSITELIB}/h5netcdf/tests/pytest.ini
+${PYSITELIB}/h5netcdf/tests/test_h5netcdf.py
+${PYSITELIB}/h5netcdf/tests/test_h5netcdf.pyc
+${PYSITELIB}/h5netcdf/tests/test_h5netcdf.pyo
+${PYSITELIB}/h5netcdf/utils.py
+${PYSITELIB}/h5netcdf/utils.pyc
+${PYSITELIB}/h5netcdf/utils.pyo
Index: pkgsrc/devel/py-h5netcdf/distinfo
diff -u /dev/null pkgsrc/devel/py-h5netcdf/distinfo:1.1
--- /dev/null Mon Aug 5 20:37:05 2024
+++ pkgsrc/devel/py-h5netcdf/distinfo Mon Aug 5 20:37:05 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/08/05 20:37:05 adam Exp $
+
+BLAKE2s (h5netcdf-1.3.0.tar.gz) = 263bf67954cdc98aff5661d656f7c0dada9628e3c9f64663a9c88fef52555129
+SHA512 (h5netcdf-1.3.0.tar.gz) = f3445603de15a1ab1368e62d21a3714db9523b17a3c02ef8a4e80d2effe52a7afdf0e848f28e2241bf8ac31f14e806dd54ed789ed422dbbc485a7d23e9df2b59
+Size (h5netcdf-1.3.0.tar.gz) = 57781 bytes
Home |
Main Index |
Thread Index |
Old Index