summaryrefslogtreecommitdiff
path: root/dev-python/django-debug-toolbar
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-07-11 03:04:40 -0500
committerroot <root@alpha.trunkmasters.com>2026-07-11 03:04:40 -0500
commit755ecc63c34034b68719f6dac52aa76ba08bbe5c (patch)
tree54b8b213b345547f9f11cba1eedb2c70282949ec /dev-python/django-debug-toolbar
parented2e0f29bf24219e96271574d9c99c971dff3698 (diff)
downloadbaldeagleos-repo-755ecc63c34034b68719f6dac52aa76ba08bbe5c.tar.gz
baldeagleos-repo-755ecc63c34034b68719f6dac52aa76ba08bbe5c.tar.xz
baldeagleos-repo-755ecc63c34034b68719f6dac52aa76ba08bbe5c.zip
Adding metadata
Diffstat (limited to 'dev-python/django-debug-toolbar')
-rw-r--r--dev-python/django-debug-toolbar/Manifest2
-rw-r--r--dev-python/django-debug-toolbar/django-debug-toolbar-6.3.0.ebuild46
2 files changed, 0 insertions, 48 deletions
diff --git a/dev-python/django-debug-toolbar/Manifest b/dev-python/django-debug-toolbar/Manifest
index 84f26f577e4c..f08e41c4d713 100644
--- a/dev-python/django-debug-toolbar/Manifest
+++ b/dev-python/django-debug-toolbar/Manifest
@@ -1,4 +1,2 @@
-DIST django_debug_toolbar-6.3.0.tar.gz 334079 BLAKE2B 915fbf49bea584d4fec79f5f93b7520e3be59343ff7fbff34293aa8249bcf4ac4d1190977d1e8cb1a249561f3f5539f343126a9dfe0b66a212776421a8ff2528 SHA512 07db996bdb044855ba011c58e3d9b90a43dbb9b54ec170ab22b97ede2ccaff06de9a3fe9823beaddb681c4f11d5df060f8655307c346af02b15a32c70fc7241b
-DIST django_debug_toolbar-6.3.0.tar.gz.provenance 9964 BLAKE2B 6f1806e35927ff864b287ca2cccbcce5b5498cce5479f2ceedf9fc1af77f47e7ef272ea14bcf120fc7d0a7e0f9cf7bac341be4720dbb1a4eb6ed07fdca748825 SHA512 8c72d5e1f28af1e4775b2cd65edb13bc34817ed79978ef22f8cefefcb0393566200636e5746b278c9b0ec5cb981392b495a98b4b90d02069afa1d53e1b44af6e
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
diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-6.3.0.ebuild b/dev-python/django-debug-toolbar/django-debug-toolbar-6.3.0.ebuild
deleted file mode 100644
index 81d212dc0510..000000000000
--- a/dev-python/django-debug-toolbar/django-debug-toolbar-6.3.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_{13..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-4.2.9[${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}"
-}