# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=hatchling inherit distutils-r1 pypi DESCRIPTION="Jupyter sphinx extensions" HOMEPAGE="https://jupyter.org" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" # pypi tarball do not include tests RESTRICT="test" RDEPEND=" dev-python/sphinx[${PYTHON_USEDEP}] dev-python/ipywidgets[${PYTHON_USEDEP}] dev-python/ipython[${PYTHON_USEDEP}] dev-python/nbconvert[${PYTHON_USEDEP}] dev-python/nbformat[${PYTHON_USEDEP}] "