# Copyright 2025 # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{10,11,12} ) DISTUTILS_USE_PEP517="setuptools" inherit distutils-r1 pypi DESCRIPTION="A Python library in building OAuth and OpenID Connect servers and clients." HOMEPAGE="https://authlib.org/" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" IUSE="django flask jose test" RESTRICT="!test? ( test )" RDEPEND=" dev-python/cryptography[${PYTHON_USEDEP}] django? ( dev-python/django[${PYTHON_USEDEP}] ) flask? ( dev-python/flask[${PYTHON_USEDEP}] dev-python/flask-sqlalchemy[${PYTHON_USEDEP}] ) jose? ( >=dev-python/pycryptodome-3.10[${PYTHON_USEDEP}]