From nobody Sun Nov 21 21:19:19 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 998B7188B9DC; Sun, 21 Nov 2021 21:19:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Hy3F53t9Rz3qct; Sun, 21 Nov 2021 21:19:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EB5B21657F; Sun, 21 Nov 2021 21:19:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1ALLJJ5Z017301; Sun, 21 Nov 2021 21:19:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1ALLJJOL017300; Sun, 21 Nov 2021 21:19:19 GMT (envelope-from git) Date: Sun, 21 Nov 2021 21:19:19 GMT Message-Id: <202111212119.1ALLJJOL017300@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: bc992d20fb02 - main - science/py-h5py: Update to 3.6.0 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: bc992d20fb02f0f2e2e49b2087ac0a7db5538216 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=bc992d20fb02f0f2e2e49b2087ac0a7db5538216 commit bc992d20fb02f0f2e2e49b2087ac0a7db5538216 Author: Po-Chuan Hsieh AuthorDate: 2021-11-21 21:15:52 +0000 Commit: Po-Chuan Hsieh 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