# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{11,12} ) 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/tags/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" RESTRICT="network-sandbox" RDEPEND=" dev-python/numpy[${PYTHON_USEDEP}] =dev-python/ipywidgets-7.6.0[${PYTHON_USEDEP}] =dev-python/matplotlib-3.4.0[${PYTHON_USEDEP}]