aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-11-21 21:15:52 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-11-21 21:15:52 +0000
commitbc992d20fb02f0f2e2e49b2087ac0a7db5538216 (patch)
tree10e5ff454c6ff37ba0e800b17b81e041dc15d45e
parent847fce23f65eb7defd54ec411e1c841bea4d2e89 (diff)
downloadports-bc992d20fb02f0f2e2e49b2087ac0a7db5538216.tar.gz
ports-bc992d20fb02f0f2e2e49b2087ac0a7db5538216.zip
science/py-h5py: Update to 3.6.0
-rw-r--r--science/py-h5py/Makefile2
-rw-r--r--science/py-h5py/distinfo6
-rw-r--r--science/py-h5py/files/patch-setup.py22
-rw-r--r--science/py-h5py/pkg-plist2
4 files changed, 5 insertions, 27 deletions
diff --git a/science/py-h5py/Makefile b/science/py-h5py/Makefile
index 24026edf20cb..4885d08ec30a 100644
--- a/science/py-h5py/Makefile
+++ b/science/py-h5py/Makefile
@@ -1,7 +1,7 @@
# Created by: TAOKA Fumiyoshi
PORTNAME= h5py
-PORTVERSION= 3.5.0
+PORTVERSION= 3.6.0
CATEGORIES= science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/science/py-h5py/distinfo b/science/py-h5py/distinfo
index 0ebb7492271b..8bd498327110 100644
--- a/science/py-h5py/distinfo
+++ b/science/py-h5py/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1635181091
-SHA256 (h5py-3.5.0.tar.gz) = 77c7be4001ac7d3ed80477de5b6942501d782de1bbe4886597bdfec2a7ab821f
-SIZE (h5py-3.5.0.tar.gz) = 384643
+TIMESTAMP = 1637519900
+SHA256 (h5py-3.6.0.tar.gz) = 8752d2814a92aba4e2b2a5922d2782d0029102d99caaf3c201a566bc0b40db29
+SIZE (h5py-3.6.0.tar.gz) = 384160
diff --git a/science/py-h5py/files/patch-setup.py b/science/py-h5py/files/patch-setup.py
deleted file mode 100644
index e6b3709d1b00..000000000000
--- a/science/py-h5py/files/patch-setup.py
+++ /dev/null
@@ -1,22 +0,0 @@
---- setup.py.orig 2021-03-05 10:02:07 UTC
-+++ setup.py
-@@ -27,9 +27,7 @@ VERSION = '3.2.1'
- # Minimum supported versions of Numpy & Cython depend on the Python version
- NUMPY_MIN_VERSIONS = [
- # Numpy Python
-- ('1.14.5', "=='3.7'"),
-- ('1.17.5', "=='3.8'"),
-- ('1.19.3', ">='3.9'"),
-+ ('1.14.5', ">='3.7'"),
- ]
-
- # these are required to use h5py
-@@ -49,7 +47,7 @@ SETUP_REQUIRES = [
- "Cython >=0.29.14; python_version=='3.8'",
- "Cython >=0.29.15; python_version>='3.9'",
- ] + [
-- f"numpy =={np_min}; python_version{py_condition}"
-+ f"numpy >={np_min}; python_version{py_condition}"
- for np_min, py_condition in NUMPY_MIN_VERSIONS
- ]
-
diff --git a/science/py-h5py/pkg-plist b/science/py-h5py/pkg-plist
index f1d6928e2136..14c74301a120 100644
--- a/science/py-h5py/pkg-plist
+++ b/science/py-h5py/pkg-plist
@@ -17,7 +17,6 @@
%%PORTDOCS%%%%DOCSDIR%%/quick.rst
%%PORTDOCS%%%%DOCSDIR%%/refs.rst
%%PORTDOCS%%%%DOCSDIR%%/release_guide.rst
-%%PORTDOCS%%%%DOCSDIR%%/rever/rever.log
%%PORTDOCS%%%%DOCSDIR%%/special.rst
%%PORTDOCS%%%%DOCSDIR%%/strings.rst
%%PORTDOCS%%%%DOCSDIR%%/swmr.rst
@@ -40,6 +39,7 @@
%%PORTDOCS%%%%DOCSDIR%%/whatsnew/3.3.rst
%%PORTDOCS%%%%DOCSDIR%%/whatsnew/3.4.rst
%%PORTDOCS%%%%DOCSDIR%%/whatsnew/3.5.rst
+%%PORTDOCS%%%%DOCSDIR%%/whatsnew/3.6.rst
%%PORTDOCS%%%%DOCSDIR%%/whatsnew/index.rst
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bytesio.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/collective_io.py