# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_PEP517=hatchling inherit distutils-r1 DESCRIPTION="Server components for JupyterLab and JupyterLab like applications" HOMEPAGE=" https://jupyter.org/ https://github.com/jupyterlab/jupyterlab_server/ https://pypi.org/project/jupyterlab-server/ " SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" RDEPEND=" dev-python/Babel[${PYTHON_USEDEP}] >=dev-python/importlib_metadata-3.6[${PYTHON_USEDEP}] >=dev-python/jinja-3.0.3[${PYTHON_USEDEP}] dev-python/json5[${PYTHON_USEDEP}] >=dev-python/jsonschema-3.0.1[${PYTHON_USEDEP}] dev-python/packaging[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] >=dev-python/jupyter_server-1.8[${PYTHON_USEDEP}]