commit:     1487e6e4b57427a9f43551f9781b8a73702cc497
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 21 08:07:26 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 21 08:15:27 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1487e6e4

dev-python/dj-database-url: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/dj-database-url/Manifest                |  1 -
 .../dj-database-url/dj-database-url-2.3.0.ebuild   | 30 ----------------------
 2 files changed, 31 deletions(-)

diff --git a/dev-python/dj-database-url/Manifest 
b/dev-python/dj-database-url/Manifest
index b5f782385dd8..551cd7231679 100644
--- a/dev-python/dj-database-url/Manifest
+++ b/dev-python/dj-database-url/Manifest
@@ -1,2 +1 @@
-DIST dj_database_url-2.3.0.tar.gz 10980 BLAKE2B 
fba212a3795fa735646d35b4d228d5581ef2310b9bb496cbc0305774e96074d5e7734f9970f1808ce7a7d39836937b4b33a509190c4194c2fbb494b598b9b57a
 SHA512 
ad1c05fe7ec1340044c8f47702b5d6962127621f33dfffd9236799bdf6119c6fbe34ec0521777704e3f465a3587b04aaebc9f68170a583007ac21d6dfba06a12
 DIST dj_database_url-3.0.0.tar.gz 12594 BLAKE2B 
e112363e9f542506b03cd88f54c8bab0bc685e948815a162c934774c488b97041c4bace1ed0e1012c2fe41b96486461939432d80fd6c2c7e30fb1c924e113dac
 SHA512 
c5ce3e57c115b72311b581f388b7665f070ca82cac2bf828cf610e6c7f52cf34ae379247dea99fcd133276ad110994bdd9e02ae288a5a8df7c14a1245a447f8f

diff --git a/dev-python/dj-database-url/dj-database-url-2.3.0.ebuild 
b/dev-python/dj-database-url/dj-database-url-2.3.0.ebuild
deleted file mode 100644
index 3f33f744b62d..000000000000
--- a/dev-python/dj-database-url/dj-database-url-2.3.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Use Database URLs in your Django Application"
-HOMEPAGE="
-       https://github.com/jazzband/dj-database-url/
-       https://pypi.org/project/dj-database-url/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux"
-
-RDEPEND="
-       >=dev-python/django-4.2[${PYTHON_USEDEP}]
-       >=dev-python/typing-extensions-3.10.0.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
-
-python_test() {
-       eunittest -s tests
-}

Reply via email to