dev-python/silx - 3.0.0 (stuff)

Search

Install

Install this version:

emerge -a =dev-python/silx-3.0.0

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

autounmask =dev-python/silx-3.0.0

Or alternatively:

emerge --autounmask-write -a =dev-python/silx-3.0.0

Package Information

Description:
Python packages collection for synchrotron data manipulation
Homepage:
http://www.silx.org/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
3.0.0 8 ~amd64 0
View Raw Ebuild
# 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=meson-python

inherit distutils-r1 pypi

MY_PV="${PV/_rc/rc}"

DESCRIPTION="Python packages collection for synchrotron data manipulation"
HOMEPAGE="http://www.silx.org/"
SRC_URI="$(pypi_sdist_url "${PN}" "${MY_PV}")"
S="${WORKDIR}/${PN}-${MY_PV}"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="gui h5pyd opencl"
REQUIRED_USE="gui? ( opencl )"

# Upstream pyproject.toml [project].dependencies block lists numpy,
# packaging, h5py>=3, fabio and pydantic>=2 unconditionally; opencl
# pulls pyopencl + Mako, full_no_qt builds on top with the GUI/extras
# stack, full = full_no_qt + PySide6>=6.5, and h5pyd>=0.20 hides
# behind its own [h5pyd] extra.
RDEPEND="
	dev-python/fabio[${PYTHON_USEDEP}]
	>=dev-python/h5py-3[${PYTHON_USEDEP}]
	dev-python/numpy[${PYTHON_USEDEP}]
	dev-python/packaging[${PYTHON_USEDEP}]
	>=dev-python/pydantic-2[${PYTHON_USEDEP}]
	h5pyd? ( >=dev-python/h5pyd-0.20.0[${PYTHON_USEDEP}] )
	opencl? (
		dev-python/mako[${PYTHON_USEDEP}]
		dev-python/pyopencl[${PYTHON_USEDEP}]
	)
	gui? (
		dev-python/hdf5plugin[${PYTHON_USEDEP}]
		>=dev-python/matplotlib-3.6[${PYTHON_USEDEP}]
		dev-python/pillow[${PYTHON_USEDEP}]
		dev-python/pint[${PYTHON_USEDEP}]
		dev-python/pooch[${PYTHON_USEDEP}]
		dev-python/pyopengl[${PYTHON_USEDEP}]
		>=dev-python/pyside-6.5:6[${PYTHON_USEDEP}]
		dev-python/python-dateutil[${PYTHON_USEDEP}]
		dev-python/qtawesome[${PYTHON_USEDEP}]
		dev-python/qtconsole[${PYTHON_USEDEP}]
		dev-python/scipy[${PYTHON_USEDEP}]
	)
"

BDEPEND="
	dev-python/cython[${PYTHON_USEDEP}]
"

DEPEND="${BDEPEND}
	${RDEPEND}
"

src_unpack() {
	default
	rm -rf "${S}/${PN}/third_party/_local"
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-python/silx | euse -E <flag> -p dev-python/silx | euse -D <flag> -p dev-python/silx

Global/Standard Flags

gui

Inherited Eclasses

Dependencies

DEPEND

	dev-python/cython[]

	
	dev-python/fabio[]
	>=dev-python/h5py-3[]
	dev-python/numpy[]
	dev-python/packaging[]
	>=dev-python/pydantic-2[]
	h5pyd? ( >=dev-python/h5pyd-0.20.0[] )
	opencl? (
		dev-python/mako[]
		dev-python/pyopencl[]
	)
	gui? (
		dev-python/hdf5plugin[]
		>=dev-python/matplotlib-3.6[]
		dev-python/pillow[]
		dev-python/pint[]
		dev-python/pooch[]
		dev-python/pyopengl[]
		>=dev-python/pyside-6.5:6[]
		dev-python/python-dateutil[]
		dev-python/qtawesome[]
		dev-python/qtconsole[]
		dev-python/scipy[]
	)

RDEPEND

	dev-python/fabio[]
	>=dev-python/h5py-3[]
	dev-python/numpy[]
	dev-python/packaging[]
	>=dev-python/pydantic-2[]
	h5pyd? ( >=dev-python/h5pyd-0.20.0[] )
	opencl? (
		dev-python/mako[]
		dev-python/pyopencl[]
	)
	gui? (
		dev-python/hdf5plugin[]
		>=dev-python/matplotlib-3.6[]
		dev-python/pillow[]
		dev-python/pint[]
		dev-python/pooch[]
		dev-python/pyopengl[]
		>=dev-python/pyside-6.5:6[]
		dev-python/python-dateutil[]
		dev-python/qtawesome[]
		dev-python/qtconsole[]
		dev-python/scipy[]
	)

BDEPEND

	dev-python/cython[]