commit: 8ebe5f42eb755b99aa407f590daa4b930dd19fb6 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Sun Jun 5 14:15:12 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Sun Jun 5 14:16:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ebe5f42
dev-python/django-allauth: treeclean Closes: https://bugs.gentoo.org/834586 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> dev-python/django-allauth/Manifest | 1 - .../django-allauth/django-allauth-0.50.0.ebuild | 52 ---------------------- dev-python/django-allauth/metadata.xml | 13 ------ profiles/package.mask | 1 - 4 files changed, 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>[email protected]</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 <[email protected]> (2022-04-30) # Masked for testing. Apparently causes crashes. Bug #841857.
