aboutsummaryrefslogtreecommitdiff
path: root/dev-python/dj-rest-auth
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/dj-rest-auth')
-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, 0 insertions, 48 deletions
diff --git a/dev-python/dj-rest-auth/Manifest b/dev-python/dj-rest-auth/Manifest
deleted file mode 100644
index baffabe..0000000
--- a/dev-python/dj-rest-auth/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 803ef66..0000000
--- a/dev-python/dj-rest-auth/dj-rest-auth-6.0.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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
deleted file mode 100644
index e10716b..0000000
--- a/dev-python/dj-rest-auth/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?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>