Install this version:
emerge -a =dev-python/pyTEMlib-0.2026.6.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/pyTEMlib-0.2026.6.0
Or alternatively:
emerge --autounmask-write -a =dev-python/pyTEMlib-0.2026.6.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.2026.6.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 pypi
DESCRIPTION="Model-based quantification of transmission electron microscopy data"
HOMEPAGE="
https://github.com/pycroscopy/pyTEMlib
https://pycroscopy.github.io/pyTEMlib/
https://pypi.org/project/pyTEMlib/
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-python/scipy[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
dev-python/ase[${PYTHON_USEDEP}]
dev-python/tqdm[${PYTHON_USEDEP}]
dev-python/plotly[${PYTHON_USEDEP}]
dev-python/pandas[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/ipympl[${PYTHON_USEDEP}]
sci-libs/spglib[python,${PYTHON_USEDEP}]
dev-python/simpleitk-bin[${PYTHON_USEDEP}]
dev-python/scikit-image[${PYTHON_USEDEP}]
dev-python/scikit-learn[${PYTHON_USEDEP}]
>=dev-python/pyNSID-0.0.7[${PYTHON_USEDEP}]
>=dev-python/sidpy-0.12.7[${PYTHON_USEDEP}]
>=dev-python/SciFiReaders-0.12.4[${PYTHON_USEDEP}]
dev-python/xraylib[${PYTHON_USEDEP}]
"
# 0.2026.6.0 added jupyterlab, jupyter, fastmcp, ollama, and the trivial
# pypi shims nodejs/npm/pip to [project.dependencies], but none of them is
# imported anywhere in the package (an unshipped MCP/Jupyter assistant
# workflow); the library imports and runs without them. Deliberately
# omitted from RDEPEND -- adding them would pull a heavy unused Jupyter+AI
# stack and the bogus nodejs/npm pypi wrappers. verified 2026-06-20.
# Upstream ships no test suite in the sdist (testpaths point at tests/
# and docs/, neither of which is packaged); nothing to run here.
dev-python/scipy[] dev-python/numpy[] dev-python/pillow[] dev-python/ase[] dev-python/tqdm[] dev-python/plotly[] dev-python/pandas[] dev-python/requests[] dev-python/lxml[] dev-python/ipympl[] sci-libs/spglib[python,] dev-python/simpleitk-bin[] dev-python/scikit-image[] dev-python/scikit-learn[] >=dev-python/pyNSID-0.0.7[] >=dev-python/sidpy-0.12.7[] >=dev-python/SciFiReaders-0.12.4[] dev-python/xraylib[]