Install this version:
emerge -a =dev-python/h5pyd-1.0.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/h5pyd-1.0.0
Or alternatively:
emerge --autounmask-write -a =dev-python/h5pyd-1.0.0
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1
DESCRIPTION="h5py-compatible client for the HDF REST API (HSDS)"
HOMEPAGE="
https://github.com/HDFGroup/h5pyd
https://pypi.org/project/h5pyd/
"
SRC_URI="https://github.com/HDFGroup/h5pyd/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="h5serv"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
# Tests require a live HSDS server.
RESTRICT="test"
RDEPEND="
>=dev-python/h5json-2.0.0[${PYTHON_USEDEP}]
>=dev-python/numpy-2.0.0[${PYTHON_USEDEP}]
dev-python/packaging[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
dev-python/requests-unixsocket[${PYTHON_USEDEP}]
"
>=dev-python/h5json-2.0.0[] >=dev-python/numpy-2.0.0[] dev-python/packaging[] dev-python/pytz[] dev-python/requests-unixsocket[]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | h5pyd-1.0.0.gh.tar.gz | 265587 bytes | https://github.com/HDFGroup/h5pyd/archive/refs/tags/v1.0.0.tar.gz |