git: bc992d20fb02 - main - science/py-h5py: Update to 3.6.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 21 Nov 2021 21:19:19 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bc992d20fb02f0f2e2e49b2087ac0a7db5538216

commit bc992d20fb02f0f2e2e49b2087ac0a7db5538216
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-11-21 21:15:52 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-11-21 21:15:52 +0000

    science/py-h5py: Update to 3.6.0
    
    Changes:        https://github.com/h5py/h5py/releases
                    https://github.com/h5py/h5py/blob/master/docs/whatsnew/3.6.rst
                    https://docs.h5py.org/en/stable/whatsnew/index.html
---
 science/py-h5py/Makefile             |  2 +-
 science/py-h5py/distinfo             |  6 +++---
 science/py-h5py/files/patch-setup.py | 22 ----------------------
 science/py-h5py/pkg-plist            |  2 +-
 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