Install this version:
emerge -a =dev-python/atomap-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/atomap-9999
Or alternatively:
emerge --autounmask-write -a =dev-python/atomap-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 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 git-r3
DESCRIPTION="Library for analysing atomic resolution images"
HOMEPAGE="https://atomap.org/"
EGIT_REPO_URI="https://github.com/atomap-dev/atomap.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
>=dev-python/numpy-1.13[${PYTHON_USEDEP}]
>=dev-python/scipy-1.4[${PYTHON_USEDEP}]
dev-python/h5py[${PYTHON_USEDEP}]
>=dev-python/matplotlib-3.1.0[${PYTHON_USEDEP}]
>=dev-python/hyperspy-1.5.2[${PYTHON_USEDEP}]
>=dev-python/scikit-image-0.17.1[${PYTHON_USEDEP}]
dev-python/scikit-learn[${PYTHON_USEDEP}]
>=dev-python/ase-3.17.0[${PYTHON_USEDEP}]
dev-python/numba[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
"
PATCHES=(
"${FILESDIR}"/4669b3370bba0a033c5903c73c26a6b45c9ffce7.patch
)
python_test() {
epytest
}
Manage flags for this package:
euse -i <flag> -p dev-python/atomap |
euse -E <flag> -p dev-python/atomap |
euse -D <flag> -p dev-python/atomap
>=dev-python/numpy-1.13[] >=dev-python/scipy-1.4[] dev-python/h5py[] >=dev-python/matplotlib-3.1.0[] >=dev-python/hyperspy-1.5.2[] >=dev-python/scikit-image-0.17.1[] dev-python/scikit-learn[] >=dev-python/ase-3.17.0[] dev-python/numba[]
>=dev-python/numpy-1.13[] >=dev-python/scipy-1.4[] dev-python/h5py[] >=dev-python/matplotlib-3.1.0[] >=dev-python/hyperspy-1.5.2[] >=dev-python/scikit-image-0.17.1[] dev-python/scikit-learn[] >=dev-python/ase-3.17.0[] dev-python/numba[]