summaryrefslogtreecommitdiff
path: root/dev-python/django-allauth
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-07-11 08:59:40 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-07-11 08:59:40 +0000
commit41e0438955d0caa8757aa79e0e41040cada3fc18 (patch)
tree8352984043bc119429afcc6b895387a8a581c824 /dev-python/django-allauth
parent261ec5fcc9d9a0fb341c05472f26bc2df3c58b19 (diff)
downloadbaldeagleos-repo-41e0438955d0caa8757aa79e0e41040cada3fc18.tar.gz
baldeagleos-repo-41e0438955d0caa8757aa79e0e41040cada3fc18.tar.xz
baldeagleos-repo-41e0438955d0caa8757aa79e0e41040cada3fc18.zip
Adding metadata
Diffstat (limited to 'dev-python/django-allauth')
-rw-r--r--dev-python/django-allauth/Manifest2
-rw-r--r--dev-python/django-allauth/django-allauth-65.10.0.ebuild23
2 files changed, 4 insertions, 21 deletions
diff --git a/dev-python/django-allauth/Manifest b/dev-python/django-allauth/Manifest
index 556a991a5d7c..f9b0898af8b1 100644
--- a/dev-python/django-allauth/Manifest
+++ b/dev-python/django-allauth/Manifest
@@ -1,2 +1,2 @@
-DIST django-allauth-65.10.0.gh.tar.gz 1500024 BLAKE2B 0ba34e98c698cd50f4970c84229ba7db243f065e6eb4bfeeeb3e24f36d6ebd9c765a344f3b554f44af152e4c2f6085d01027ac912f2036c995d5511eb72c1642 SHA512 b81442b01aed013143cf99d0666f0ed458c9d1d46a5f0d4c2cc62384905ac7d71eba6675b747827c7871bd5ae84825d0bbb4b69aecc632218636ff256792566c
DIST django-allauth-65.9.0.gh.tar.gz 1448683 BLAKE2B 12b45ee96fda1c42924aab8ddc19b668e07c140414cfaa4c567f1c9427f034dd3451809dbefba8304d8bf749f13413c29d11ea6135aabf57f68ac888dc097af5 SHA512 aaa555c8dbd5aa61f72375ae3b6e73edeb3b947ecd3dc5917dfb7e51c9e28a6424e3779f1f0c107f9571deb6df4ace340c9d564443db03a631e659f78899ff33
+DIST django_allauth-65.10.0.tar.gz 1897777 BLAKE2B c4e0297f1354fecaacf0e9fdc798c15e32023ea55fbe8170f8546b52a81db170fc98ff473951807a84e1ada807dd41c0d68c1a4615cd557505255198d09c40f4 SHA512 c282aae8032e41d20f52b1cf1c36c799ba5e3d3198374d5c31ccae96d06e179fa21b69b8ad6432b1c146cb06245a448576b62c93657b8df7ca7720622ff01d13
diff --git a/dev-python/django-allauth/django-allauth-65.10.0.ebuild b/dev-python/django-allauth/django-allauth-65.10.0.ebuild
index 107063d2408a..60cdffb85312 100644
--- a/dev-python/django-allauth/django-allauth-65.10.0.ebuild
+++ b/dev-python/django-allauth/django-allauth-65.10.0.ebuild
@@ -5,15 +5,14 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9,10,11,12,13} )
-inherit distutils-r1 optfeature
+inherit distutils-r1 pypi optfeature
DESCRIPTION="Django 3rd party (social) account authentication"
HOMEPAGE="
- https://www.intenct.nl/projects/django-allauth/
- https://github.com/pennersr/django-allauth/
+ https://allauth.org/
+ https://codeberg.org/allauth/django-allauth
https://pypi.org/project/django-allauth/
"
-SRC_URI="https://github.com/pennersr/django-allauth/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
@@ -47,19 +46,3 @@ DOCS=( README.rst AUTHORS ChangeLog.rst )
distutils_enable_sphinx docs \
dev-python/sphinx-rtd-theme
-src_test() {
- # Require internet access
- rm allauth/socialaccount/providers/openid/tests.py || die
- distutils-r1_src_test
-}
-
-python_test() {
- local -x DJANGO_SETTINGS_MODULE=tests.regular.settings
- local -x PYTHONPATH=.
- django-admin test -v 2 || die "Tests failed with ${EPYTHON}"
-}
-
-pkg_postinst() {
- optfeature "SAML authentication" dev-python/python3-saml
- optfeature "MFA (Multi-factor authentication)" dev-python/qrcode
-}