dev-python/django-registration: treeclean

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2025-08-29 12:00:33 +02:00
parent 63f1d2d7bc
commit 2fea9b5976
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 0 additions and 48 deletions

View File

@ -1,3 +0,0 @@
DIST django-registration-3.1.tar.gz 74757 BLAKE2B aeb4acd2e54732fff63eea4f70a1f57a8f2e127dd96204c5f6aacbc8c9e84de4a083995353acd3796b0dae700f2b2eef4c707286c88280a2d26d2a89728bc9e2 SHA512 41fb2b6337241dfab936a80a02b721094236ce8e6f9d69fc8847173794122edd9e422ec8846b7769c05e0f3b12308278a1130f43142075d1a46b5f4d9aa5a7e8
EBUILD django-registration-3.1.ebuild 755 BLAKE2B bf92154a7f68be004287d768830620c51e90f128d770d2269fdc08f343569dab09c2a842b5308249f6e6dc381517935676d3b43dbaa1c92137ac4deda5f094c9 SHA512 535fc30f22d6b7d7fed566cd06a2cb71e0e92faad6d4e85dc1b0e3dfa9c50934b52b4544e08c9b35776800580d5fe21272d165f0e4e44153deef89a1bcd0a495
MISC metadata.xml 461 BLAKE2B 0908665aa7f68f4ab3d6d3d2966580d4e25d70cfeba81a46644aaa785e662daacbbe67b8b42417f3848058f04bee754d908b0d4d63f89d12140a3f956f54610a SHA512 616dc7d7101ff967e598f745754b79d0596aecb607884e508e90dd1dde8fd4a025cd1969be575adbc9724325475862c6dc84089174fe5ff2852cec99e432099f

View File

@ -1,30 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="An extensible user-registration application for Django"
HOMEPAGE="https://github.com/ubernostrum/django-registration/ https://pypi.org/project/django-registration/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/django[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">django-registration</remote-id>
<maintainer status="unknown">
<email>james@b-list.org</email>
<name>James Bennett</name>
</maintainer>
</upstream>
</pkgmetadata>