repo/gentoo:master commit in: dev-python/django-debug-toolbar/
MichaŠGórny <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786777645.ca3c29f2a8c3ad9d8064b45c5954928712e57ea6.mgorny@gentoo> |
commit: ca3c29f2a8c3ad9d8064b45c5954928712e57ea6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 15 05:40:18 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 15 07:07:25 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca3c29f2
dev-python/django-debug-toolbar: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/django-debug-toolbar/Manifest | 2 -
.../django-debug-toolbar-7.0.0.ebuild | 46 ----------------------
2 files changed, 48 deletions(-)
diff --git a/dev-python/django-debug-toolbar/Manifest b/dev-python/django-debug-toolbar/Manifest
index 9cf6d76d864a..bf209a8842ce 100644
--- a/dev-python/django-debug-toolbar/Manifest
+++ b/dev-python/django-debug-toolbar/Manifest
@@ -1,4 +1,2 @@
-DIST django_debug_toolbar-7.0.0.tar.gz 359560 BLAKE2B 0918ff8661276d13e2a4ee16192cbfec766b9462c3cee9f1930d417483d59c105601b4cbac902b7c6b3bc16dc425396ba29a2551dd9987528e7208581395553a SHA512 bc45f07999c3ffbe68ffd5775919dd6ff6a2ba39652477e6ef47b7933c372cd7472cab70b905c3acf3f33487066badd4db7bee8339a363ddc2674fa6a77df111
-DIST django_debug_toolbar-7.0.0.tar.gz.provenance 10569 BLAKE2B 0013ded09c57414dbc0ebb9d671b8b19bcefe3caf3637fe14f3b58c2339342c6181968a454aa95d6002b6dca22a13ed4bfc9ace39256685600c0bcb8bda5cd69 SHA512 3e41f9da90c53ad8bc05fbdf03063e58ddb57e6214ab1f5c07c06d37c3eb2b37cb9a778c730f2c8ae8a8ca8d2cbf4fe198de438a7c92bd785c604893a949a465
DIST django_debug_toolbar-7.1.0.tar.gz 363278 BLAKE2B 529194b2c1178e1a63c6e88a885daee91fd0e17687259e663d73a1a699325da287b1ec0fe1acd5d94ed0d80d1a93676e65f0fa884118d668e9c0efe6e5a8e459 SHA512 dc950d7d7addd2f0bd625e7cca7f2cb8cfdfe091ab3f07661845c0ea5597193e81c9c872ea16d399ba08e560aeace88fb7de531502baba98da017ba409818b5e
DIST django_debug_toolbar-7.1.0.tar.gz.provenance 10334 BLAKE2B ad6a340b8f8b3dd7f329613b361e4763d35514b546b1fe675d4d3190132d2da71d3a20b10c8eeeac6bfe83db2ff86c3aadd7da651663b944a4385dd11300b949 SHA512 4d09c42c539e555a92e8903f01c4e3e6f61a64d25b540fcdea329b9885800900aed315cc2120df65ba14104f9efefe884035845cc6ec3d934ada3a4b02057407
diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-7.0.0.ebuild b/dev-python/django-debug-toolbar/django-debug-toolbar-7.0.0.ebuild
deleted file mode 100644
index 58fcbac6f7e2..000000000000
--- a/dev-python/django-debug-toolbar/django-debug-toolbar-7.0.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2023-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYPI_VERIFY_REPO=https://github.com/django-commons/django-debug-toolbar
-PYTHON_COMPAT=( python3_{12..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A configurable set of panels that display various debug information"
-HOMEPAGE="
- https://github.com/django-commons/django-debug-toolbar/
- https://pypi.org/project/django-debug-toolbar/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-python/django-5.2[${PYTHON_USEDEP}]
- elibc_musl? ( dev-python/tzdata )
-"
-
-BDEPEND="
- test? (
- dev-python/django-template-partials[${PYTHON_USEDEP}]
- dev-python/html5lib[${PYTHON_USEDEP}]
- )
-"
-
-src_prepare() {
- distutils-r1_src_prepare
-
- # requires django-csp
- rm tests/test_csp_rendering.py || die
-}
-
-python_test() {
- "${EPYTHON}" -m django test -v 2 --settings tests.settings tests \
- || die "Tests failed with ${EPYTHON}"
-}