diff --git a/dev-python/django-registration/Manifest b/dev-python/django-registration/Manifest index f7e247c88ac74..2387985b57e12 100644 --- a/dev-python/django-registration/Manifest +++ b/dev-python/django-registration/Manifest @@ -1,2 +1 @@ -DIST django-registration-5.1.0.gh.tar.gz 92245 BLAKE2B ccd1c0c34a0a579877b36eb25639887d148132ce552ef3fa9df5f36a0f05a5f7d290f6f1a5b2e8584dec53b6646cdf776a0a2154792f06432d38813badf98975 SHA512 81feb228c27ed433a97546e4ace794f8718d6c3a5d741507d36cb142a63aa20f31259604945dde0020656d8240e0e4cf46295b0e9082e2e1a9cb4fb025472ff8 DIST django-registration-5.2.1.gh.tar.gz 92994 BLAKE2B 2c8562cc2d41020ffd1270258df797ca0866fca4586b286d5a609dd08f54eb5267e5a80ea35c5b0672f3b2e3e25fca45d1880743be1fd5e28be5e77a2be3bcb9 SHA512 3ab48addd0bfb1e7db2f91eea3c520ca74e4b0fdc11d8182015bc50aea4675c0298d2a7938174b78f7d9bafafaf56212aae70f1409a8511ec4a11b07e07ddf4f diff --git a/dev-python/django-registration/django-registration-5.1.0-r1.ebuild b/dev-python/django-registration/django-registration-5.1.0-r1.ebuild deleted file mode 100644 index d74dfaecf947f..0000000000000 --- a/dev-python/django-registration/django-registration-5.1.0-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 2023-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=pdm-backend -PYTHON_COMPAT=( python3_{10..13} ) - -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" - -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}" -}