summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-06-05 16:15:12 +0200
committerJakov Smolić <jsmolic@gentoo.org>2022-06-05 16:16:40 +0200
commit8ebe5f42eb755b99aa407f590daa4b930dd19fb6 (patch)
treec5fd35954266587fe7b2296f0d991d3e8ebd78d9
parentdev-python/django-appconf: treeclean (diff)
downloadgentoo-8ebe5f42eb755b99aa407f590daa4b930dd19fb6.tar.gz
gentoo-8ebe5f42eb755b99aa407f590daa4b930dd19fb6.tar.bz2
gentoo-8ebe5f42eb755b99aa407f590daa4b930dd19fb6.zip
dev-python/django-allauth: treeclean
Closes: https://bugs.gentoo.org/834586 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
-rw-r--r--dev-python/django-allauth/Manifest1
-rw-r--r--dev-python/django-allauth/django-allauth-0.50.0.ebuild52
-rw-r--r--dev-python/django-allauth/metadata.xml13
-rw-r--r--profiles/package.mask1
4 files changed, 0 insertions, 67 deletions
diff --git a/dev-python/django-allauth/Manifest b/dev-python/django-allauth/Manifest
deleted file mode 100644
index 6fec23db50ca..000000000000
--- a/dev-python/django-allauth/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST django-allauth-0.50.0.tar.gz 703083 BLAKE2B cb43eb09c5385020a581ecdc97acb74329d9c188f4365d91a46b8d2fe742d1d497bdd08d39cff36c93958e885fa1098a2b15218b296f1d9bf9211320aed247b6 SHA512 bf769e639ad37cfa150ed115b88d8802ae2f407461738a0dd2f39b055a4afc1468fe30d47a86e8f22697d2e67d4277078218c76f6c394a5cc685b7b21fa0a53a
diff --git a/dev-python/django-allauth/django-allauth-0.50.0.ebuild b/dev-python/django-allauth/django-allauth-0.50.0.ebuild
deleted file mode 100644
index 524cd84abddc..000000000000
--- a/dev-python/django-allauth/django-allauth-0.50.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Django 3rd party (social) account authentication"
-HOMEPAGE="
- https://www.intenct.nl/projects/django-allauth/
- https://github.com/pennersr/django-allauth/
- https://pypi.org/project/django-allauth/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-python/django[${PYTHON_USEDEP}]
- dev-python/pyjwt[${PYTHON_USEDEP}]
- dev-python/python3-openid[${PYTHON_USEDEP}]
- dev-python/requests-oauthlib[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
-"
-# cryptography via pyjwt[crypto]
-RDEPEND+="
- dev-python/cryptography[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? ( ${RDEPEND} )
-"
-
-DOCS=( README.rst AUTHORS ChangeLog.rst )
-
-src_test() {
- # cern provider tests require Internet
- rm allauth/socialaccount/providers/cern/tests.py || die
- distutils-r1_src_test
-}
-
-python_test() {
- local -x DJANGO_SETTINGS_MODULE=test_settings
- local -x PYTHONPATH=.
- django-admin test -v 2 || die "Tests failed with ${EPYTHON}"
-}
diff --git a/dev-python/django-allauth/metadata.xml b/dev-python/django-allauth/metadata.xml
deleted file mode 100644
index ab542e1c0f6a..000000000000
--- a/dev-python/django-allauth/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">django-allauth</remote-id>
- <remote-id type="github">pennersr/django-allauth</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index 7caa350e379a..9b734bae37e2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -355,7 +355,6 @@ dev-ruby/c21e:1
# them.
# Removal on 2022-06-05. Bug #842888.
dev-python/authheaders
-dev-python/django-allauth
# Matt Turner <mattst88@gentoo.org> (2022-04-30)
# Masked for testing. Apparently causes crashes. Bug #841857.