From 4eb5f43e2477b292c660f5c4ced2857996874503 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Fri, 24 May 2024 15:33:40 -0400 Subject: dev-python/dj-rest-auth: new package, add 6.0.0 Signed-off-by: Julien Roy --- dev-python/dj-rest-auth/Manifest | 1 + dev-python/dj-rest-auth/dj-rest-auth-6.0.0.ebuild | 32 +++++++++++++++++++++++ dev-python/dj-rest-auth/metadata.xml | 15 +++++++++++ 3 files changed, 48 insertions(+) create mode 100644 dev-python/dj-rest-auth/Manifest create mode 100644 dev-python/dj-rest-auth/dj-rest-auth-6.0.0.ebuild create mode 100644 dev-python/dj-rest-auth/metadata.xml diff --git a/dev-python/dj-rest-auth/Manifest b/dev-python/dj-rest-auth/Manifest new file mode 100644 index 0000000..baffabe --- /dev/null +++ b/dev-python/dj-rest-auth/Manifest @@ -0,0 +1 @@ +DIST dj-rest-auth-6.0.0.tar.gz 220043 BLAKE2B 27e5794c559c705fe7e17319691125da3f94a550fb641f1dde4d5ac454f3b74553376d6ff64c65bb962085cf96a80f211ee4b3f10e4ff6957488d576b13dea6b SHA512 5adc675940284bc76942801bcc0a6ce46503f30bcf95ecc30bad2080d87802d334506e58517843615c05bef74a1ad4b54edd49499cc58ea8ad2074efd127bfa4 diff --git a/dev-python/dj-rest-auth/dj-rest-auth-6.0.0.ebuild b/dev-python/dj-rest-auth/dj-rest-auth-6.0.0.ebuild new file mode 100644 index 0000000..803ef66 --- /dev/null +++ b/dev-python/dj-rest-auth/dj-rest-auth-6.0.0.ebuild @@ -0,0 +1,32 @@ +# 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 pypi + +DESCRIPTION=" Authentication for Django Rest Framework" +HOMEPAGE=" + https://github.com/iMerica/dj-rest-auth + https://allauth.org/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +# Missing dependencies +# >=dev-python/djangorestframework-simplejwt-5.3.1 +RESTRICT="test" + +RDEPEND=" + >=dev-python/django-3.2[${PYTHON_USEDEP}] + =dev-python/djangorestframework-3.13.0[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" + +distutils_enable_tests unittest diff --git a/dev-python/dj-rest-auth/metadata.xml b/dev-python/dj-rest-auth/metadata.xml new file mode 100644 index 0000000..e10716b --- /dev/null +++ b/dev-python/dj-rest-auth/metadata.xml @@ -0,0 +1,15 @@ + + + + + Julien Roy + julien@jroy.ca + + + https://github.com/iMerica/dj-rest-auth/issues + https://github.com/iMerica/dj-rest-auth/releases + https://docs.allauth.org/en/latest/ + iMerica/dj-rest-auth + dj-rest-auth + + -- cgit v1.2.3