summaryrefslogtreecommitdiff
path: root/dev-python/django-allauth/django-allauth-65.16.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/django-allauth/django-allauth-65.16.0.ebuild')
-rw-r--r--dev-python/django-allauth/django-allauth-65.16.0.ebuild48
1 files changed, 0 insertions, 48 deletions
diff --git a/dev-python/django-allauth/django-allauth-65.16.0.ebuild b/dev-python/django-allauth/django-allauth-65.16.0.ebuild
deleted file mode 100644
index b92a770561a9..000000000000
--- a/dev-python/django-allauth/django-allauth-65.16.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 2024-2026 Liguros Authors
-# Distributed under the terms of the GNU General Public License v2
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..14} )
-
-inherit distutils-r1 pypi optfeature
-
-DESCRIPTION="Django 3rd party (social) account authentication"
-HOMEPAGE="
- https://allauth.org/
- https://codeberg.org/allauth/django-allauth
- https://pypi.org/project/django-allauth/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-python/django-3.2[${PYTHON_USEDEP}]
- >=dev-python/python3-openid-3.0.8[${PYTHON_USEDEP}]
- >=dev-python/pyjwt-1.7[${PYTHON_USEDEP}]
- >=dev-python/requests-oauthlib-0.3.0[${PYTHON_USEDEP}]
- >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
-"
-# cryptography via pyjwt[crypto]
-RDEPEND+="
- dev-python/cryptography[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- >=dev-python/pillow-9.0[${PYTHON_USEDEP}]
- >=dev-python/pytest-django-4.5.2[${PYTHON_USEDEP}]
- >=dev-python/qrcode-7.0.0[${PYTHON_USEDEP}]
- >=dev-python/python3-saml-1.15.0[${PYTHON_USEDEP}]
- <dev-python/python3-saml-2.0.0[${PYTHON_USEDEP}]
- )
-"
-
-DOCS=( README.rst AUTHORS ChangeLog.rst )
-
-distutils_enable_sphinx docs \
- dev-python/sphinx-rtd-theme
-