pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-h5py
Module Name: pkgsrc
Committed By: minskim
Date: Thu Nov 16 22:36:04 UTC 2017
Modified Files:
pkgsrc/devel/py-h5py: Makefile PLIST distinfo
Log Message:
devel/py-h5py: Update to 2.7.1
Notable changes since 2.5.0:
- Support for HDF5 Virtual Dataset API
- Add MPI Collective I/O Support
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-h5py/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-h5py/PLIST \
pkgsrc/devel/py-h5py/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/py-h5py/Makefile
diff -u pkgsrc/devel/py-h5py/Makefile:1.4 pkgsrc/devel/py-h5py/Makefile:1.5
--- pkgsrc/devel/py-h5py/Makefile:1.4 Wed Sep 23 12:11:47 2015
+++ pkgsrc/devel/py-h5py/Makefile Thu Nov 16 22:36:04 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2015/09/23 12:11:47 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2017/11/16 22:36:04 minskim Exp $
-DISTNAME= h5py-2.5.0
+DISTNAME= h5py-2.7.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/h5py/}
@@ -13,6 +13,7 @@ LICENSE= modified-bsd
BUILD_DEPENDS+= ${PYPKGPREFIX}-pkgconfig-[0-9]*:../../devel/py-pkgconfig
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+BUILDLINK_API_DEPENDS.hdf5+= hdf5>=1.10
.include "../../devel/hdf5/buildlink3.mk"
.include "../../devel/py-cython/buildlink3.mk"
.include "../../lang/python/egg.mk"
Index: pkgsrc/devel/py-h5py/PLIST
diff -u pkgsrc/devel/py-h5py/PLIST:1.3 pkgsrc/devel/py-h5py/PLIST:1.4
--- pkgsrc/devel/py-h5py/PLIST:1.3 Wed Sep 23 12:11:47 2015
+++ pkgsrc/devel/py-h5py/PLIST Thu Nov 16 22:36:04 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2015/09/23 12:11:47 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2017/11/16 22:36:04 minskim Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -18,6 +18,9 @@ ${PYSITELIB}/h5py/_hl/attrs.pyo
${PYSITELIB}/h5py/_hl/base.py
${PYSITELIB}/h5py/_hl/base.pyc
${PYSITELIB}/h5py/_hl/base.pyo
+${PYSITELIB}/h5py/_hl/compat.py
+${PYSITELIB}/h5py/_hl/compat.pyc
+${PYSITELIB}/h5py/_hl/compat.pyo
${PYSITELIB}/h5py/_hl/dataset.py
${PYSITELIB}/h5py/_hl/dataset.pyc
${PYSITELIB}/h5py/_hl/dataset.pyo
@@ -85,18 +88,21 @@ ${PYSITELIB}/h5py/tests/hl/test_dataset_
${PYSITELIB}/h5py/tests/hl/test_dataset_swmr.py
${PYSITELIB}/h5py/tests/hl/test_dataset_swmr.pyc
${PYSITELIB}/h5py/tests/hl/test_dataset_swmr.pyo
+${PYSITELIB}/h5py/tests/hl/test_datatype.py
+${PYSITELIB}/h5py/tests/hl/test_datatype.pyc
+${PYSITELIB}/h5py/tests/hl/test_datatype.pyo
${PYSITELIB}/h5py/tests/hl/test_dims_dimensionproxy.py
${PYSITELIB}/h5py/tests/hl/test_dims_dimensionproxy.pyc
${PYSITELIB}/h5py/tests/hl/test_dims_dimensionproxy.pyo
${PYSITELIB}/h5py/tests/hl/test_file.py
${PYSITELIB}/h5py/tests/hl/test_file.pyc
${PYSITELIB}/h5py/tests/hl/test_file.pyo
+${PYSITELIB}/h5py/tests/hl/test_threads.py
+${PYSITELIB}/h5py/tests/hl/test_threads.pyc
+${PYSITELIB}/h5py/tests/hl/test_threads.pyo
${PYSITELIB}/h5py/tests/old/__init__.py
${PYSITELIB}/h5py/tests/old/__init__.pyc
${PYSITELIB}/h5py/tests/old/__init__.pyo
-${PYSITELIB}/h5py/tests/old/common.py
-${PYSITELIB}/h5py/tests/old/common.pyc
-${PYSITELIB}/h5py/tests/old/common.pyo
${PYSITELIB}/h5py/tests/old/test_attrs.py
${PYSITELIB}/h5py/tests/old/test_attrs.pyc
${PYSITELIB}/h5py/tests/old/test_attrs.pyo
@@ -118,12 +124,18 @@ ${PYSITELIB}/h5py/tests/old/test_dimensi
${PYSITELIB}/h5py/tests/old/test_file.py
${PYSITELIB}/h5py/tests/old/test_file.pyc
${PYSITELIB}/h5py/tests/old/test_file.pyo
+${PYSITELIB}/h5py/tests/old/test_file_image.py
+${PYSITELIB}/h5py/tests/old/test_file_image.pyc
+${PYSITELIB}/h5py/tests/old/test_file_image.pyo
${PYSITELIB}/h5py/tests/old/test_group.py
${PYSITELIB}/h5py/tests/old/test_group.pyc
${PYSITELIB}/h5py/tests/old/test_group.pyo
${PYSITELIB}/h5py/tests/old/test_h5.py
${PYSITELIB}/h5py/tests/old/test_h5.pyc
${PYSITELIB}/h5py/tests/old/test_h5.pyo
+${PYSITELIB}/h5py/tests/old/test_h5d_direct_chunk_write.py
+${PYSITELIB}/h5py/tests/old/test_h5d_direct_chunk_write.pyc
+${PYSITELIB}/h5py/tests/old/test_h5d_direct_chunk_write.pyo
${PYSITELIB}/h5py/tests/old/test_h5f.py
${PYSITELIB}/h5py/tests/old/test_h5f.pyc
${PYSITELIB}/h5py/tests/old/test_h5f.pyo
Index: pkgsrc/devel/py-h5py/distinfo
diff -u pkgsrc/devel/py-h5py/distinfo:1.3 pkgsrc/devel/py-h5py/distinfo:1.4
--- pkgsrc/devel/py-h5py/distinfo:1.3 Tue Nov 3 03:29:08 2015
+++ pkgsrc/devel/py-h5py/distinfo Thu Nov 16 22:36:04 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/03 03:29:08 agc Exp $
+$NetBSD: distinfo,v 1.4 2017/11/16 22:36:04 minskim Exp $
-SHA1 (h5py-2.5.0.tar.gz) = 4be8ddc5f74d0e7c3a86aee60382b7705267fb4d
-RMD160 (h5py-2.5.0.tar.gz) = 94484badd1103c00421582a055b7b0f3368ad653
-SHA512 (h5py-2.5.0.tar.gz) = 4a83f9ae1855a7fad90133b327d426201c8ccfd2e7fbe9f39b2d61a2eee2f3ebe2ea02cf80f3d4e1ad659f8e790c173df8cc99b87d0b7ce63d34aa88cfdc7939
-Size (h5py-2.5.0.tar.gz) = 684354 bytes
+SHA1 (h5py-2.7.1.tar.gz) = 6117361bbc01b5ffe3516e6b8ac0f83656726249
+RMD160 (h5py-2.7.1.tar.gz) = 455a5c22f1c9a08e0c514e3a8f1f76bb77f0308b
+SHA512 (h5py-2.7.1.tar.gz) = b702e3875c2767d2fabe66601820c517671fb5fc3321334aba081950b625435a1262554f39187cd1b41c6069e2b3826db6f0b610bfed2abe5db8a4dd8a29ecfd
+Size (h5py-2.7.1.tar.gz) = 264225 bytes
Home |
Main Index |
Thread Index |
Old Index