aboutsummaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/dj-rest-auth/Manifest1
-rw-r--r--dev-python/dj-rest-auth/dj-rest-auth-7.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..2b286b0
--- /dev/null
+++ b/dev-python/dj-rest-auth/Manifest
@@ -0,0 +1 @@
+DIST dj-rest-auth-7.0.0.tar.gz 221021 BLAKE2B 3bd1709b1d0f4b2c98b241f661a51aa939d9374f867d659d4bd023c5dfba3cfc6dac1902de3dda33def49b107f799c67cf9fcdd61980adbec27f4aebe5e63559 SHA512 9406ba409006b0089a3c8cbc5bcbd9b23d33ca8e60246d58fab764777d1a1775b47d93dba32f3e95d9e00c91fd4c304a35d476eebba1292f1dbbe560466729c9
diff --git a/dev-python/dj-rest-auth/dj-rest-auth-7.0.0.ebuild b/dev-python/dj-rest-auth/dj-rest-auth-7.0.0.ebuild
new file mode 100644
index 0000000..803ef66
--- /dev/null
+++ b/dev-python/dj-rest-auth/dj-rest-auth-7.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>