Install this version:
emerge -a =dev-python/emdfile-0.0.16
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/emdfile-0.0.16
Or alternatively:
emerge --autounmask-write -a =dev-python/emdfile-0.0.16
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.0.16 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=hatchling
inherit distutils-r1 pypi
DESCRIPTION="hdf5-based Electron Microscopy Dataset"
HOMEPAGE="https://github.com/py4dstem/emdfile"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
>=dev-python/h5py-3.2.0[${PYTHON_USEDEP}]
>=dev-python/tqdm-4.46.1[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
"
>=dev-python/h5py-3.2.0[] >=dev-python/tqdm-4.46.1[] dev-python/numpy[]