Install this version:
emerge -a =dev-python/ncempy-1.15
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/ncempy-1.15
Or alternatively:
emerge --autounmask-write -a =dev-python/ncempy-1.15
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.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_{12..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="openNCEM's Python Package"
HOMEPAGE="https://github.com/ercius/openNCEM"
LICENSE="GPL-3 MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
>=dev-python/numpy-2[${PYTHON_USEDEP}]
dev-python/scipy[${PYTHON_USEDEP}]
>=dev-python/h5py-3[${PYTHON_USEDEP}]
dev-python/hdf5plugin[${PYTHON_USEDEP}]
dev-python/matplotlib[${PYTHON_USEDEP}]
"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
>=dev-python/numpy-2[] dev-python/scipy[] >=dev-python/h5py-3[] dev-python/hdf5plugin[] dev-python/matplotlib[]
>=dev-python/numpy-2[] dev-python/scipy[] >=dev-python/h5py-3[] dev-python/hdf5plugin[] dev-python/matplotlib[]
dev-python/setuptools[]