diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-10-17 09:36:34 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-10-17 09:41:33 +0200 |
commit | 4461f435b1672c86c01dd2468098263e6f6e3649 (patch) | |
tree | 0b1d50f8d11c727f21c479cec669630ed225d2c3 /dev-python/django-allauth | |
parent | dev-python/django-appconf: Remove old (diff) | |
download | gentoo-4461f435b1672c86c01dd2468098263e6f6e3649.tar.gz gentoo-4461f435b1672c86c01dd2468098263e6f6e3649.tar.bz2 gentoo-4461f435b1672c86c01dd2468098263e6f6e3649.zip |
dev-python/django-allauth: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/django-allauth')
-rw-r--r-- | dev-python/django-allauth/Manifest | 1 | ||||
-rw-r--r-- | dev-python/django-allauth/django-allauth-0.42.0.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/django-allauth/Manifest b/dev-python/django-allauth/Manifest index 84f042f810c8..6d2086ef2ac4 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 5acd64c0e52b..000000000000 --- 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 ) |