sci-physics/xraylarch - 9999 (stuff)

Search

Install

Install this version:

emerge -a =sci-physics/xraylarch-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sci-physics/xraylarch-9999

Or alternatively:

emerge --autounmask-write -a =sci-physics/xraylarch-9999

Package Information

Description:
Software for analysis of X-ray absorption and fluorescence data
Homepage:
https://xraypy.github.io/xraylarch/ https://github.com/xraypy/xraylarch/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# 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 git-r3

DESCRIPTION="Software for analysis of X-ray absorption and fluorescence data"
HOMEPAGE="
	https://xraypy.github.io/xraylarch/
	https://github.com/xraypy/xraylarch/
"
EGIT_REPO_URI="https://github.com/xraypy/xraylarch.git"

LICENSE="GPL-2"
SLOT="0"
IUSE="wxgui"
# Upstream tests are largely network-driven (AMCSD, MP API, XrayDB
# remote queries) and expect the full lmfit/hyperspy/... fixtures.
RESTRICT="test"

RDEPEND="
	dev-python/asteval[${PYTHON_USEDEP}]
	dev-python/charset-normalizer[${PYTHON_USEDEP}]
	dev-python/dill[${PYTHON_USEDEP}]
	dev-python/fabio[${PYTHON_USEDEP}]
	dev-python/h5py[${PYTHON_USEDEP}]
	dev-python/hdf5plugin[${PYTHON_USEDEP}]
	dev-python/imageio[${PYTHON_USEDEP}]
	dev-python/larixite[${PYTHON_USEDEP}]
	dev-python/lmfit[${PYTHON_USEDEP}]
	dev-python/matplotlib[${PYTHON_USEDEP}]
	dev-python/numdifftools[${PYTHON_USEDEP}]
	dev-python/numpy[${PYTHON_USEDEP}]
	dev-python/packaging[${PYTHON_USEDEP}]
	dev-python/pillow[${PYTHON_USEDEP}]
	dev-python/pip[${PYTHON_USEDEP}]
	dev-python/psutil[${PYTHON_USEDEP}]
	dev-python/pyfai[${PYTHON_USEDEP}]
	dev-python/pyshortcuts[${PYTHON_USEDEP}]
	dev-python/pyyaml[${PYTHON_USEDEP}]
	dev-python/requests[${PYTHON_USEDEP}]
	dev-python/scikit-image[${PYTHON_USEDEP}]
	dev-python/scikit-learn[${PYTHON_USEDEP}]
	dev-python/scipy[${PYTHON_USEDEP}]
	dev-python/silx[${PYTHON_USEDEP}]
	dev-python/sqlalchemy[${PYTHON_USEDEP}]
	dev-python/sqlalchemy-utils[${PYTHON_USEDEP}]
	dev-python/tabulate[${PYTHON_USEDEP}]
	dev-python/termcolor[${PYTHON_USEDEP}]
	dev-python/tomli[${PYTHON_USEDEP}]
	dev-python/tomli-w[${PYTHON_USEDEP}]
	dev-python/uncertainties[${PYTHON_USEDEP}]
	dev-python/xraydb[${PYTHON_USEDEP}]
	wxgui? (
		dev-python/wxpython:*[${PYTHON_USEDEP}]
		dev-python/wxmplot[${PYTHON_USEDEP}]
		dev-python/wxutils[${PYTHON_USEDEP}]
		dev-python/darkdetect[${PYTHON_USEDEP}]
	)
"
DEPEND="${RDEPEND}"
BDEPEND=">=dev-python/setuptools-scm-8[${PYTHON_USEDEP}]"

USE Flags

Manage flags for this package: euse -i <flag> -p sci-physics/xraylarch | euse -E <flag> -p sci-physics/xraylarch | euse -D <flag> -p sci-physics/xraylarch

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	dev-python/asteval[]
	dev-python/charset-normalizer[]
	dev-python/dill[]
	dev-python/fabio[]
	dev-python/h5py[]
	dev-python/hdf5plugin[]
	dev-python/imageio[]
	dev-python/larixite[]
	dev-python/lmfit[]
	dev-python/matplotlib[]
	dev-python/numdifftools[]
	dev-python/numpy[]
	dev-python/packaging[]
	dev-python/pillow[]
	dev-python/pip[]
	dev-python/psutil[]
	dev-python/pyfai[]
	dev-python/pyshortcuts[]
	dev-python/pyyaml[]
	dev-python/requests[]
	dev-python/scikit-image[]
	dev-python/scikit-learn[]
	dev-python/scipy[]
	dev-python/silx[]
	dev-python/sqlalchemy[]
	dev-python/sqlalchemy-utils[]
	dev-python/tabulate[]
	dev-python/termcolor[]
	dev-python/tomli[]
	dev-python/tomli-w[]
	dev-python/uncertainties[]
	dev-python/xraydb[]
	wxgui? (
		dev-python/wxpython:*[]
		dev-python/wxmplot[]
		dev-python/wxutils[]
		dev-python/darkdetect[]
	)

RDEPEND

	dev-python/asteval[]
	dev-python/charset-normalizer[]
	dev-python/dill[]
	dev-python/fabio[]
	dev-python/h5py[]
	dev-python/hdf5plugin[]
	dev-python/imageio[]
	dev-python/larixite[]
	dev-python/lmfit[]
	dev-python/matplotlib[]
	dev-python/numdifftools[]
	dev-python/numpy[]
	dev-python/packaging[]
	dev-python/pillow[]
	dev-python/pip[]
	dev-python/psutil[]
	dev-python/pyfai[]
	dev-python/pyshortcuts[]
	dev-python/pyyaml[]
	dev-python/requests[]
	dev-python/scikit-image[]
	dev-python/scikit-learn[]
	dev-python/scipy[]
	dev-python/silx[]
	dev-python/sqlalchemy[]
	dev-python/sqlalchemy-utils[]
	dev-python/tabulate[]
	dev-python/termcolor[]
	dev-python/tomli[]
	dev-python/tomli-w[]
	dev-python/uncertainties[]
	dev-python/xraydb[]
	wxgui? (
		dev-python/wxpython:*[]
		dev-python/wxmplot[]
		dev-python/wxutils[]
		dev-python/darkdetect[]
	)

BDEPEND

>=dev-python/setuptools-scm-8[]