| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.0.15 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..14} )
DISTUTILS_USE_PEP517=hatchling
inherit distutils-r1 pypi
DESCRIPTION="hdf5-based Electron Microscopy Dataset"
HOMEPAGE="https://github.com/py4dstem/emdfile"
LICENSE="GPLv3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="doc python"
RDEPEND="
dev-python/h5py[${PYTHON_USEDEP}]
dev-python/tqdm[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
doc? ( dev-util/gtk-doc )
"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
dev-python/h5py[${PYTHON_USEDEP}]
dev-python/tqdm[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
doc? ( dev-util/gtk-doc )
dev-python/h5py[${PYTHON_USEDEP}]
dev-python/tqdm[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]