aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2024-05-24 15:33:40 -0400
committerJulien Roy <julien@jroy.ca>2024-05-24 15:33:40 -0400
commit4eb5f43e2477b292c660f5c4ced2857996874503 (patch)
tree73de013f754aded767495ddecdcaedbeb496a085
parent8c7318ad5cdce66eb9107932e2014606644b9676 (diff)
downloadMrRoy-Overlay-4eb5f43e2477b292c660f5c4ced2857996874503.tar.gz
MrRoy-Overlay-4eb5f43e2477b292c660f5c4ced2857996874503.tar.bz2
MrRoy-Overlay-4eb5f43e2477b292c660f5c4ced2857996874503.zip
dev-python/dj-rest-auth: new package, add 6.0.0
Signed-off-by: Julien Roy <julien@jroy.ca>
-rw-r--r--dev-python/dj-rest-auth/Manifest1
-rw-r--r--dev-python/dj-rest-auth/dj-rest-auth-6.0.0.ebuild32
-rw-r--r--dev-python/dj-rest-auth/metadata.xml15
3 files changed, 48 insertions, 0 deletions
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/django-6[${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 @@
+<?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>
+ <bugs-to>https://github.com/iMerica/dj-rest-auth/issues</bugs-to>
+ <changelog>https://github.com/iMerica/dj-rest-auth/releases</changelog>
+ <doc>https://docs.allauth.org/en/latest/</doc>
+ <remote-id type="github">iMerica/dj-rest-auth</remote-id>
+ <remote-id type="pypi">dj-rest-auth</remote-id>
+ </upstream>
+</pkgmetadata>