dev-python/hyperspy-gui-ipywidgets - 2.1.1 (stuff)

Search

Install

Install this version:

emerge -a =dev-python/hyperspy-gui-ipywidgets-2.1.1

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

autounmask =dev-python/hyperspy-gui-ipywidgets-2.1.1

Or alternatively:

emerge --autounmask-write -a =dev-python/hyperspy-gui-ipywidgets-2.1.1

Package Information

Description:
Interactive analysis of multidimensional datasets tools
Homepage:
https://hyperspy.org/
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
2.1.1 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=setuptools
inherit distutils-r1 pypi

MYPN="${PN/hyperspy-gui-ipywidgets/hyperspy_gui_ipywidgets}"
MYP="${MYPN}-${PV}"

DESCRIPTION="Interactive analysis of multidimensional datasets tools"
HOMEPAGE="https://hyperspy.org/"
#SRC_URI="mirror://pypi/${P:0:1}/${MYPN}/${MYP}.tar.gz"
SRC_URI="$(pypi_sdist_url "${MYPN^}" "${PV}")"

S="${WORKDIR}/${MYP}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	>=dev-python/hyperspy-2.3.0[${PYTHON_USEDEP}]
	>=dev-python/ipywidgets-8.0[${PYTHON_USEDEP}]
	dev-python/ipympl[${PYTHON_USEDEP}]
	dev-python/link-traits[${PYTHON_USEDEP}]
"

Inherited Eclasses

Dependencies

RDEPEND

	>=dev-python/hyperspy-2.3.0[]
	>=dev-python/ipywidgets-8.0[]
	dev-python/ipympl[]
	dev-python/link-traits[]