diff options
author | Julien Roy <julien@jroy.ca> | 2024-11-23 01:02:25 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2024-11-23 01:14:50 -0500 |
commit | 9199232cc928ca045311dfcb19cd272c30b03666 (patch) | |
tree | 813f2a841fab7bc09ef4885999144ac9e5d840eb | |
parent | bbd5b26aa10694abd8760ad89acdff6227f4e1de (diff) | |
download | wger-overlay-9199232cc928ca045311dfcb19cd272c30b03666.tar.gz wger-overlay-9199232cc928ca045311dfcb19cd272c30b03666.tar.bz2 wger-overlay-9199232cc928ca045311dfcb19cd272c30b03666.zip |
dev-python/django-allauth: new package, add 65.2.0
Signed-off-by: Julien Roy <julien@jroy.ca>
-rw-r--r-- | dev-python/django-allauth/Manifest | 1 | ||||
-rw-r--r-- | dev-python/django-allauth/django-allauth-65.2.0.ebuild | 51 | ||||
-rw-r--r-- | dev-python/django-allauth/metadata.xml | 19 |
3 files changed, 71 insertions, 0 deletions
diff --git a/dev-python/django-allauth/Manifest b/dev-python/django-allauth/Manifest new file mode 100644 index 0000000..0e2a5ad --- /dev/null +++ b/dev-python/django-allauth/Manifest @@ -0,0 +1 @@ +DIST django-allauth-65.2.0.gh.tar.gz 1220679 BLAKE2B 55b936715afedf1891e280ec11fc309ae0fc7e0d6c6607342f839534305fd7e1e70f90423dbddeb169592c10b47cae491f055728195bbf3867b1af14e8c5dc02 SHA512 c668449d9d8803f7d0fe86e9902fd72d9e9bff4fffe4ad098c549c0aee285601ecc54ac04c9f1d22b522c4e72abc186e431a02b1afaa22d056d53f868cf955f5 diff --git a/dev-python/django-allauth/django-allauth-65.2.0.ebuild b/dev-python/django-allauth/django-allauth-65.2.0.ebuild new file mode 100644 index 0000000..3f2dff7 --- /dev/null +++ b/dev-python/django-allauth/django-allauth-65.2.0.ebuild @@ -0,0 +1,51 @@ +# Copyright 2023-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 + +DESCRIPTION="Django applications addressing authentication, registration, account management" +HOMEPAGE=" + https://allauth.org/ + https://github.com/pennersr/django-allauth + https://pypi.org/project/django-allauth/ +" +SRC_URI="https://github.com/pennersr/django-allauth/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/asgiref-3.8.1[${PYTHON_USEDEP}] + >=dev-python/django-4.2.16[${PYTHON_USEDEP}] + >=dev-python/fido2-1.1.2[${PYTHON_USEDEP}] + >=dev-python/qrcode-7.0.0[${PYTHON_USEDEP}] + >=dev-python/pyjwt-2.8.0[${PYTHON_USEDEP}] + >=dev-python/python3-openid-3.0.8[${PYTHON_USEDEP}] + >=dev-python/python3-saml-1.15.0[${PYTHON_USEDEP}] + <dev-python/python3-saml-2.0.0[${PYTHON_USEDEP}] + >=dev-python/requests-2.0.0[${PYTHON_USEDEP}] + >=dev-python/requests-oauthlib-0.3.0[${PYTHON_USEDEP}] + + test? ( + >=dev-python/pillow-9.0[${PYTHON_USEDEP}] + >=dev-python/pytest-7.4[${PYTHON_USEDEP}] + >=dev-python/pytest-asyncio-0.23.8[${PYTHON_USEDEP}] + >=dev-python/pytest-django-4.5.2[${PYTHON_USEDEP}] + ) +" +DEPEND="${RDEPEND}" + +distutils_enable_tests pytest + +EPYTEST_DESELECT=( + # Deselect network tests + allauth/socialaccount/providers/openid/tests.py::OpenIDTests::test_login + allauth/socialaccount/providers/openid/tests.py::OpenIDTests::test_login_with_extra_attributes +) diff --git a/dev-python/django-allauth/metadata.xml b/dev-python/django-allauth/metadata.xml new file mode 100644 index 0000000..4943016 --- /dev/null +++ b/dev-python/django-allauth/metadata.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <name>Julien Roy</name> + <email>julien@jroy.ca</email> + </maintainer> + <upstream> + <maintainer> + <name>Raymond Penners</name> + <email>raymond.penners@intenct.nl</email> + </maintainer> + <bugs-to>https://github.com/pennersr/django-allauth/issues</bugs-to> + <changelog>https://github.com/pennersr/django-allauth/blob/main/ChangeLog.rst</changelog> + <doc>https://docs.allauth.org/en/latest/</doc> + <remote-id type="github">pennersr/django-allauth</remote-id> + <remote-id type="pypi">django-allauth</remote-id> + </upstream> +</pkgmetadata> |