commit: 4461f435b1672c86c01dd2468098263e6f6e3649
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 17 07:36:34 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 17 07:41:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4461f435
dev-python/django-allauth: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/django-allauth/Manifest | 1 -
.../django-allauth/django-allauth-0.42.0.ebuild | 25 ----------------------
2 files changed, 26 deletions(-)
diff --git a/dev-python/django-allauth/Manifest
b/dev-python/django-allauth/Manifest
index 84f042f810c..6d2086ef2ac 100644
--- a/dev-python/django-allauth/Manifest
+++ b/dev-python/django-allauth/Manifest
@@ -1,2 +1 @@
-DIST django-allauth-0.42.0.tar.gz 549566 BLAKE2B
aa346bcc47b9419776a68c023ab560e5cba0fd97eeaf4cb2f43da4b2c53619c65a3ec9e1313ff3ffa0ed051718d41ccea2d362f56d6bd8dcf4c5a0569ccbb7c9
SHA512
2c31a70dfd3becf0f921b0566204b8b3221b0c85e82cb8a8ad37ab557fc6f302b9c24bfdd6885978157f4ccb9044d1eed9973d066ee59877aee727c60d2a5b46
DIST django-allauth-0.45.0.tar.gz 581007 BLAKE2B
a0f586818e4d17ece5ed009481b71c0213bf265f45d391664d411268d53124c1d5df226ca40d98722691ace5f5ed50026b0a9db3bd34070ff855059bf3e237d6
SHA512
16b166a5f97e62fef3c801af17b6b7569bd27e597cec394032a2644397afc30512f52f0ff77af8036e414086cd207dc9f5d310dbc744627b55938243ba18e50f
diff --git a/dev-python/django-allauth/django-allauth-0.42.0.ebuild
b/dev-python/django-allauth/django-allauth-0.42.0.ebuild
deleted file mode 100644
index 5acd64c0e52..00000000000
--- a/dev-python/django-allauth/django-allauth-0.42.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Django 3rd party (social) account authentication"
-HOMEPAGE="https://www.intenct.nl/projects/django-allauth/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/django[${PYTHON_USEDEP}]
- dev-python/python3-openid[${PYTHON_USEDEP}]
- dev-python/requests-oauthlib[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]"
-
-DOCS=( README.rst AUTHORS ChangeLog.rst )