Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Apr 2026 22:05:16 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ea9d305d8fd0 - main - science/py-h5py: Update to 3.16.0
Message-ID:  <69e4001c.33cf6.46de1190@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit ea9d305d8fd022db3d0d9ac69efd59a98cbf5135
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-18 21:40:56 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-18 21:52:46 +0000

    science/py-h5py: Update to 3.16.0
    
    - Add GitHub to MASTER_SITES
    
    Changes:        https://github.com/h5py/h5py/releases
                    https://github.com/h5py/h5py/tree/master/docs/whatsnew
                    https://docs.h5py.org/en/stable/whatsnew/
---
 science/py-h5py/Makefile  | 7 ++++---
 science/py-h5py/distinfo  | 6 +++---
 science/py-h5py/pkg-plist | 1 +
 3 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/science/py-h5py/Makefile b/science/py-h5py/Makefile
index 440b33ddcad2..a42372028fd3 100644
--- a/science/py-h5py/Makefile
+++ b/science/py-h5py/Makefile
@@ -1,8 +1,8 @@
 PORTNAME=	h5py
-PORTVERSION=	3.15.1
-PORTREVISION=	1
+PORTVERSION=	3.16.0
 CATEGORIES=	science python
-MASTER_SITES=	PYPI
+MASTER_SITES=	PYPI \
+		https://github.com/h5py/h5py/releases/download/${PORTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
@@ -14,6 +14,7 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/licenses/license.txt
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy1>=1.25.0<3:math/py-numpy1@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}packaging>=23.0:devel/py-packaging@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pkgconfig>=1.5.5,1:devel/py-pkgconfig@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
diff --git a/science/py-h5py/distinfo b/science/py-h5py/distinfo
index 2a710069543b..7bbbc1d2d1ff 100644
--- a/science/py-h5py/distinfo
+++ b/science/py-h5py/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1761446742
-SHA256 (h5py-3.15.1.tar.gz) = c86e3ed45c4473564de55aa83b6fc9e5ead86578773dfbd93047380042e26b69
-SIZE (h5py-3.15.1.tar.gz) = 426236
+TIMESTAMP = 1775587558
+SHA256 (h5py-3.16.0.tar.gz) = a0dbaad796840ccaa67a4c144a0d0c8080073c34c76d5a6941d6818678ef2738
+SIZE (h5py-3.16.0.tar.gz) = 446526
diff --git a/science/py-h5py/pkg-plist b/science/py-h5py/pkg-plist
index 515203f360eb..bbf322395b7f 100644
--- a/science/py-h5py/pkg-plist
+++ b/science/py-h5py/pkg-plist
@@ -44,6 +44,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/whatsnew/3.13.rst
 %%PORTDOCS%%%%DOCSDIR%%/whatsnew/3.14.rst
 %%PORTDOCS%%%%DOCSDIR%%/whatsnew/3.15.rst
+%%PORTDOCS%%%%DOCSDIR%%/whatsnew/3.16.rst
 %%PORTDOCS%%%%DOCSDIR%%/whatsnew/3.2.rst
 %%PORTDOCS%%%%DOCSDIR%%/whatsnew/3.3.rst
 %%PORTDOCS%%%%DOCSDIR%%/whatsnew/3.4.rst


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e4001c.33cf6.46de1190>