dev-python/ipympl - 0.10.0 (phackerlay)

Search

Install

Install this version:

emerge -a =dev-python/ipympl-0.10.0

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

autounmask =dev-python/ipympl-0.10.0

Or alternatively:

emerge --autounmask-write -a =dev-python/ipympl-0.10.0

Package Information

Description:
Matplotlib Jupyter Extension
Homepage:
https://github.com/matplotlib/ipympl
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
0.10.0 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517="hatchling"
inherit distutils-r1

DESCRIPTION="Matplotlib Jupyter Extension"
HOMEPAGE="https://github.com/matplotlib/ipympl"
SRC_URI="https://github.com/matplotlib/ipympl/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"

RESTRICT="network-sandbox"

RDEPEND="
	dev-python/numpy[${PYTHON_USEDEP}]
	<dev-python/ipython-9[${PYTHON_USEDEP}]
	dev-python/pillow[${PYTHON_USEDEP}]
	>=dev-python/ipywidgets-7.6.0[${PYTHON_USEDEP}]
	<dev-python/ipywidgets-9.0.0[${PYTHON_USEDEP}]
	>=dev-python/matplotlib-3.4.0[${PYTHON_USEDEP}]
	<dev-python/matplotlib-4.0.0[${PYTHON_USEDEP}]
	sys-apps/yarn
"

S="${WORKDIR}/${PN}-tags-${PV}"

addpredict /usr/etc

python_install_all() {
	distutils-r1_python_install_all
	mv "${ED}/usr/etc" "${ED}/etc" || die
}

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/numpy[]
	<dev-python/ipython-9[]
	dev-python/pillow[]
	>=dev-python/ipywidgets-7.6.0[]
	<dev-python/ipywidgets-9.0.0[]
	>=dev-python/matplotlib-3.4.0[]
	<dev-python/matplotlib-4.0.0[]
	sys-apps/yarn

Manifest for 0.10.0

Type File Size Source URLs
DIST ipympl-0.10.0.tar.gz 3357470 bytes https://github.com/matplotlib/ipympl/archive/refs/tags/v0.10.0.tar.gz