# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=hatchling PYTHON_COMPAT=( python3_{12,13} ) inherit distutils-r1 pypi DESCRIPTION="OAuth + JupyterHub Authenticator = OAuthenticator " HOMEPAGE="https://github.com/jupyterhub/oauthenticator/tree/main" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" RDEPEND=" dev-python/jsonschema[${PYTHON_USEDEP}] >=dev-python/jupyterhub-2.2[${PYTHON_USEDEP}] >=dev-python/pyjwt-2[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] dev-python/ruamel-yaml[${PYTHON_USEDEP}] dev-python/tornado[${PYTHON_USEDEP}] dev-python/traitlets[${PYTHON_USEDEP}] " BDEPEND=" dev-python/hatch-requirements-txt[${PYTHON_USEDEP}] " distutils_enable_tests pytest