# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..13} ) inherit distutils-r1 optfeature DESCRIPTION="Django 3rd party (social) account authentication" HOMEPAGE=" https://allauth.org/ https://github.com/pennersr/django-allauth/ https://pypi.org/project/django-allauth/ " SRC_URI="https://github.com/pennersr/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" >=dev-python/asgiref-3.8.1[${PYTHON_USEDEP}] >=dev-python/django-4.2.16[${PYTHON_USEDEP}] >=dev-python/pyjwt-2.0[${PYTHON_USEDEP}] =dev-python/oauthlib-3.3.0[${PYTHON_USEDEP}] =dev-python/requests-2.0.0[${PYTHON_USEDEP}]