summaryrefslogtreecommitdiff
path: root/dev-python/django-registration
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/django-registration
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/django-registration')
-rw-r--r--dev-python/django-registration/Manifest1
-rw-r--r--dev-python/django-registration/django-registration-5.2.1.ebuild34
-rw-r--r--dev-python/django-registration/metadata.xml12
3 files changed, 0 insertions, 47 deletions
diff --git a/dev-python/django-registration/Manifest b/dev-python/django-registration/Manifest
deleted file mode 100644
index 2387985b57e1..000000000000
--- a/dev-python/django-registration/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST django-registration-5.2.1.gh.tar.gz 92994 BLAKE2B 2c8562cc2d41020ffd1270258df797ca0866fca4586b286d5a609dd08f54eb5267e5a80ea35c5b0672f3b2e3e25fca45d1880743be1fd5e28be5e77a2be3bcb9 SHA512 3ab48addd0bfb1e7db2f91eea3c520ca74e4b0fdc11d8182015bc50aea4675c0298d2a7938174b78f7d9bafafaf56212aae70f1409a8511ec4a11b07e07ddf4f
diff --git a/dev-python/django-registration/django-registration-5.2.1.ebuild b/dev-python/django-registration/django-registration-5.2.1.ebuild
deleted file mode 100644
index 02d8994bef34..000000000000
--- a/dev-python/django-registration/django-registration-5.2.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2023-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1
-
-DESCRIPTION="user-registration application for Django"
-HOMEPAGE="
- https://pypi.org/project/django-registration/
- https://github.com/ubernostrum/django-registration/
-"
-SRC_URI="
- https://github.com/ubernostrum/${PN}/archive/refs/tags/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-RDEPEND="
- >=dev-python/confusable-homoglyphs-3.0[${PYTHON_USEDEP}]
- >=dev-python/django-4.2[${PYTHON_USEDEP}]
- elibc_musl? ( dev-python/tzdata )
-"
-
-python_test() {
- local -x DJANGO_SETTINGS_MODULE=tests.settings
- PYTHONPATH=. "${EPYTHON}" runtests.py || die "Tests failed with ${EPYTHON}"
-}
diff --git a/dev-python/django-registration/metadata.xml b/dev-python/django-registration/metadata.xml
deleted file mode 100644
index 399da25e9adf..000000000000
--- a/dev-python/django-registration/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>tupone@gentoo.org</email>
- <name>Tupone Alfredo</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">django-registration</remote-id>
- <remote-id type="github">ubernostrum/django-registration</remote-id>
- </upstream>
-</pkgmetadata>