git: e06cdb8fd6e1 - main - science/py-h5pyd: New port: h5py compatible client lib for HDF REST API

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 07 Apr 2024 18:38:15 UTC
The branch main has been updated by yuri:

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

commit e06cdb8fd6e128a1bb73a007b57ba72642689088
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-04-07 08:00:06 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-04-07 18:37:59 +0000

    science/py-h5pyd: New port: h5py compatible client lib for HDF REST API
---
 science/Makefile           |  1 +
 science/py-h5pyd/Makefile  | 26 ++++++++++++++++++++++++++
 science/py-h5pyd/distinfo  |  3 +++
 science/py-h5pyd/pkg-descr |  1 +
 4 files changed, 31 insertions(+)

diff --git a/science/Makefile b/science/Makefile
index bf9018052e22..1b68d5d79a9a 100644
--- a/science/Makefile
+++ b/science/Makefile
@@ -345,6 +345,7 @@
     SUBDIR += py-gsd
     SUBDIR += py-h5json
     SUBDIR += py-h5py
+    SUBDIR += py-h5pyd
     SUBDIR += py-hiphive
     SUBDIR += py-hoomd-blue
     SUBDIR += py-inequality
diff --git a/science/py-h5pyd/Makefile b/science/py-h5pyd/Makefile
new file mode 100644
index 000000000000..1883ec47c3cc
--- /dev/null
+++ b/science/py-h5pyd/Makefile
@@ -0,0 +1,26 @@
+PORTNAME=	h5pyd
+DISTVERSION=	0.18.0
+CATEGORIES=	science python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	h5py compatible client lib for HDF REST API
+WWW=		https://github.com/HDFGroup/h5pyd
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pkgconfig>0:devel/py-pkgconfig@${PY_FLAVOR}
+RUN_DEPENDS=	${PYNUMPY} \
+		${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pyjwt>0:www/py-pyjwt@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}requests-unixsocket>0:www/py-requests-unixsocket@${PY_FLAVOR}
+
+USES=		pkgconfig python
+USE_PYTHON=	distutils concurrent autoplist
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/science/py-h5pyd/distinfo b/science/py-h5pyd/distinfo
new file mode 100644
index 000000000000..16aabaf5b429
--- /dev/null
+++ b/science/py-h5pyd/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1712475557
+SHA256 (h5pyd-0.18.0.tar.gz) = 53cee21d7f2d8c25671e4a9d615b1833a495bc198bc44fe14d841298ae0684be
+SIZE (h5pyd-0.18.0.tar.gz) = 139846
diff --git a/science/py-h5pyd/pkg-descr b/science/py-h5pyd/pkg-descr
new file mode 100644
index 000000000000..142fc8069a6f
--- /dev/null
+++ b/science/py-h5pyd/pkg-descr
@@ -0,0 +1 @@
+h5py distributed - Python client library for HDF Rest API.