From d2a60d563de96d9052cd5e2cbf89e30f5eb23aee Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Thu, 15 Aug 2024 19:51:18 +0000 Subject: Adding metadata --- dev-python/django-allauth/Manifest | 3 +- .../django-allauth/django-allauth-0.61.1.ebuild | 66 ---------------------- .../django-allauth/django-allauth-0.63.6.ebuild | 65 --------------------- .../django-allauth/django-allauth-64.1.0.ebuild | 65 +++++++++++++++++++++ 4 files changed, 66 insertions(+), 133 deletions(-) delete mode 100644 dev-python/django-allauth/django-allauth-0.61.1.ebuild delete mode 100644 dev-python/django-allauth/django-allauth-0.63.6.ebuild create mode 100644 dev-python/django-allauth/django-allauth-64.1.0.ebuild (limited to 'dev-python/django-allauth') diff --git a/dev-python/django-allauth/Manifest b/dev-python/django-allauth/Manifest index 11c0a049f9e2..06e2cf51f773 100644 --- a/dev-python/django-allauth/Manifest +++ b/dev-python/django-allauth/Manifest @@ -1,3 +1,2 @@ -DIST django-allauth-0.61.1.tar.gz 951524 BLAKE2B 3a29689f6b8032d96afbfb8081c8f07367395892c3daa9224074799608911bf517ece04a047e859f97d80d11adaff7fa0dbf25102121f5354d8e17cbbcdddd4d SHA512 c9ad0b206a4967d542a67d97e8973d4d83fe030fa71d8fad1f43b81fb388895a7d9c339f49d536cccfad5b3f606ea02dd31bc5e41328579d092b00e7e0a1b936 -DIST django-allauth-0.63.6.gh.tar.gz 1090004 BLAKE2B 07a3ba7546de6b5a7ebf731dd7fb11ba814042ffc81022d9211b685c5cfa3318a8966697fbbf2519be28272d8fa1f69ec1f141dba10b31886f8c98204c18ee78 SHA512 4ca285cc8acf57575d7d7bba4a2dfbfc0076279d0dd7aa424d409cc70917494d847214907d83b89d9d10dd440b05c9e343ac091eb5d3ad5f81e85c2d602947d1 DIST django-allauth-64.0.0.gh.tar.gz 1163823 BLAKE2B 8ba2f24c737e41a0c0476632bf31785783b7bd2afb07e297cf79c8f2a5cf3800ee0997df49fbdf21e843acb96503472c065ae9b1c6e28b90b1c764936302e314 SHA512 d644ecf95114bee86e647dc7219c5056cc9b093799c947a8d53295992ecad22725bb61a6bb2020c70d0266739d0b7bd2b50467dd161d81497f9c5db517d1e678 +DIST django-allauth-64.1.0.gh.tar.gz 1166793 BLAKE2B 759f146b8e18934c426922a1fab396c709a0c945cae5e7c88841b00e35e0a547b547fef8da39a838c9cea8ce619df1d2722803e8fb860f00a0e4bb6817c44919 SHA512 f5c9d19dbaad6b8d52fcc433f9b81248ebe6b3f7244f1ce91938c477578a92335c7403fc7015cfa4b36ee9c14b98c781beea52886c5e290de0f91df762d3c9a2 diff --git a/dev-python/django-allauth/django-allauth-0.61.1.ebuild b/dev-python/django-allauth/django-allauth-0.61.1.ebuild deleted file mode 100644 index f76f0976d412..000000000000 --- a/dev-python/django-allauth/django-allauth-0.61.1.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8,9,10,11,12} ) -PYPI_NO_NORMALIZE=1 - -inherit distutils-r1 optfeature pypi - -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/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-python/django-3.2[${PYTHON_USEDEP}] - >=dev-python/python3-openid-3.0.8[${PYTHON_USEDEP}] - >=dev-python/pyjwt-1.7[${PYTHON_USEDEP}] - >=dev-python/requests-oauthlib-0.3.0[${PYTHON_USEDEP}] - >=dev-python/requests-2.0.0[${PYTHON_USEDEP}] -" -# cryptography via pyjwt[crypto] -RDEPEND+=" - dev-python/cryptography[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - >=dev-python/pillow-9.0[${PYTHON_USEDEP}] - >=dev-python/pytest-django-4.5.2[${PYTHON_USEDEP}] - >=dev-python/qrcode-7.0.0[${PYTHON_USEDEP}] - >=dev-python/python3-saml-1.15.0[${PYTHON_USEDEP}] -