# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Core services, APIs, and REST endpoints to Jupyter web applications" HOMEPAGE="https://jupyter.org" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" RDEPEND=" dev-python/jinja[${PYTHON_USEDEP}] >=www-servers/tornado-6.1[${PYTHON_USEDEP}] >=dev-python/pyzmq-17[${PYTHON_USEDEP}] dev-python/argon2-cffi[${PYTHON_USEDEP}] dev-python/ipython_genutils[${PYTHON_USEDEP}] >=dev-python/traitlets-5[${PYTHON_USEDEP}] >=dev-python/jupyter_core-4.6.0[${PYTHON_USEDEP}] >=dev-python/jupyter_client-6.1.1[${PYTHON_USEDEP}] dev-python/nbformat[${PYTHON_USEDEP}] dev-python/nbconvert[${PYTHON_USEDEP}] dev-python/packaging[${PYTHON_USEDEP}] dev-python/send2trash[${PYTHON_USEDEP}] >=dev-python/terminado-0.8.3[${PYTHON_USEDEP}] dev-python/prometheus_client[${PYTHON_USEDEP}] >=dev-python/anyio-3.1.0[${PYTHON_USEDEP}]