Install this version:
emerge -a =dev-python/h5pyd-0.24.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/h5pyd-0.24.0
Or alternatively:
emerge --autounmask-write -a =dev-python/h5pyd-0.24.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.24.0 | 8 | ~amd64 | 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="BSD"
SLOT="0"
KEYWORDS="~amd64"
# The test suite spins up a live HSDS server and talks to it over
# HTTP; not runnable at package build time.
RESTRICT="test"
RDEPEND="
>=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/numpy-2.0.0[] dev-python/packaging[] dev-python/pytz[] dev-python/requests-unixsocket[]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | h5pyd-0.24.0.gh.tar.gz | 256457 bytes | https://github.com/HDFGroup/h5pyd/archive/refs/tags/v0.24.0.tar.gz |