git: 6f119b46fafa - main - science/py-h5py: Update to 3.4.0
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Sep 21 03:52:56 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6f119b46fafaf605032a7aa12c3af074adad9e05
commit 6f119b46fafaf605032a7aa12c3af074adad9e05
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-09-21 03:15:16 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-09-21 03:44:54 +0000
science/py-h5py: Update to 3.4.0
Changes: https://github.com/h5py/h5py/releases
https://github.com/h5py/h5py/blob/master/docs/whatsnew/3.4.rst
https://docs.h5py.org/en/stable/whatsnew/index.html
---
science/py-h5py/Makefile | 4 ++--
science/py-h5py/distinfo | 6 +++---
science/py-h5py/pkg-plist | 1 +
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/science/py-h5py/Makefile b/science/py-h5py/Makefile
index 5a17f0126ad9..33fecba77268 100644
--- a/science/py-h5py/Makefile
+++ b/science/py-h5py/Makefile
@@ -1,7 +1,7 @@
# Created by: TAOKA Fumiyoshi
PORTNAME= h5py
-PORTVERSION= 3.3.0
+PORTVERSION= 3.4.0
CATEGORIES= science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -31,7 +31,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cached-property>=0:devel/py-cached-property
.endif
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/h5py/*.so
+ ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
diff --git a/science/py-h5py/distinfo b/science/py-h5py/distinfo
index 1a4948e9ab33..79040b4bd11f 100644
--- a/science/py-h5py/distinfo
+++ b/science/py-h5py/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1624630120
-SHA256 (h5py-3.3.0.tar.gz) = e0dac887d779929778b3cfd13309a939359cc9e74756fc09af7c527a82797186
-SIZE (h5py-3.3.0.tar.gz) = 380221
+TIMESTAMP = 1632037220
+SHA256 (h5py-3.4.0.tar.gz) = ee1c683d91ab010d5e85cb61e8f9e7ee0d8eab545bf3dd50a9618f1d0e8f615e
+SIZE (h5py-3.4.0.tar.gz) = 371128
diff --git a/science/py-h5py/pkg-plist b/science/py-h5py/pkg-plist
index 42586e1a2bac..4616638d5fdb 100644
--- a/science/py-h5py/pkg-plist
+++ b/science/py-h5py/pkg-plist
@@ -37,6 +37,7 @@
%%PORTDOCS%%%%DOCSDIR%%/whatsnew/3.1.rst
%%PORTDOCS%%%%DOCSDIR%%/whatsnew/3.2.rst
%%PORTDOCS%%%%DOCSDIR%%/whatsnew/3.3.rst
+%%PORTDOCS%%%%DOCSDIR%%/whatsnew/3.4.rst
%%PORTDOCS%%%%DOCSDIR%%/whatsnew/index.rst
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bytesio.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/collective_io.py
More information about the dev-commits-ports-all
mailing list