git: b8e9cfa63417 - main - science/py-h5py: Update to 3.10.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 11 Oct 2023 13:00:16 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b8e9cfa634174df5b9eefc4304fb741a3838ef4c
commit b8e9cfa634174df5b9eefc4304fb741a3838ef4c
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-10-11 12:58:13 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-10-11 12:58:13 +0000
science/py-h5py: Update to 3.10.0
- Update WWW and clean up pkg-descr
Changes: https://github.com/h5py/h5py/releases
https://github.com/h5py/h5py/tree/master/docs/whatsnew
https://docs.h5py.org/en/stable/whatsnew/index.html
---
science/py-h5py/Makefile | 5 +++--
science/py-h5py/distinfo | 6 +++---
science/py-h5py/pkg-descr | 2 --
science/py-h5py/pkg-plist | 1 +
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/science/py-h5py/Makefile b/science/py-h5py/Makefile
index 8f53157a6f6d..2cb5fdc6be85 100644
--- a/science/py-h5py/Makefile
+++ b/science/py-h5py/Makefile
@@ -1,12 +1,13 @@
PORTNAME= h5py
-PORTVERSION= 3.9.0
+PORTVERSION= 3.10.0
CATEGORIES= science python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= General-purpose Python interface to the HDF5 library
-WWW= https://www.h5py.org/
+WWW= https://www.h5py.org/ \
+ https://github.com/h5py/h5py
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/licenses/license.txt
diff --git a/science/py-h5py/distinfo b/science/py-h5py/distinfo
index 03c71a776714..25b4451cf938 100644
--- a/science/py-h5py/distinfo
+++ b/science/py-h5py/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1688166306
-SHA256 (h5py-3.9.0.tar.gz) = e604db6521c1e367c6bd7fad239c847f53cc46646f2d2651372d05ae5e95f817
-SIZE (h5py-3.9.0.tar.gz) = 402856
+TIMESTAMP = 1696915330
+SHA256 (h5py-3.10.0.tar.gz) = d93adc48ceeb33347eb24a634fb787efc7ae4644e6ea4ba733d099605045c049
+SIZE (h5py-3.10.0.tar.gz) = 403716
diff --git a/science/py-h5py/pkg-descr b/science/py-h5py/pkg-descr
index 3adadd6581a1..98e8eb78af50 100644
--- a/science/py-h5py/pkg-descr
+++ b/science/py-h5py/pkg-descr
@@ -6,5 +6,3 @@ files, datasets and groups using established Python and NumPy concepts.
A strong emphasis on automatic conversion between Python (Numpy) datatypes and
data structures and their HDF5 equivalents vastly simplifies the process of
reading and writing data from Python.
-
-See also: https://github.com/h5py/h5py
diff --git a/science/py-h5py/pkg-plist b/science/py-h5py/pkg-plist
index 4c2697b984b2..28c2e2cfd840 100644
--- a/science/py-h5py/pkg-plist
+++ b/science/py-h5py/pkg-plist
@@ -37,6 +37,7 @@
%%PORTDOCS%%%%DOCSDIR%%/whatsnew/2.9.rst
%%PORTDOCS%%%%DOCSDIR%%/whatsnew/3.0.rst
%%PORTDOCS%%%%DOCSDIR%%/whatsnew/3.1.rst
+%%PORTDOCS%%%%DOCSDIR%%/whatsnew/3.10.rst
%%PORTDOCS%%%%DOCSDIR%%/whatsnew/3.2.rst
%%PORTDOCS%%%%DOCSDIR%%/whatsnew/3.3.rst
%%PORTDOCS%%%%DOCSDIR%%/whatsnew/3.4.rst