From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-python/django-debug-toolbar/Manifest | 2 - .../django-debug-toolbar-6.3.0.ebuild | 46 ---------------------- dev-python/django-debug-toolbar/metadata.xml | 17 -------- 3 files changed, 65 deletions(-) delete mode 100644 dev-python/django-debug-toolbar/Manifest delete mode 100644 dev-python/django-debug-toolbar/django-debug-toolbar-6.3.0.ebuild delete mode 100644 dev-python/django-debug-toolbar/metadata.xml (limited to 'dev-python/django-debug-toolbar') diff --git a/dev-python/django-debug-toolbar/Manifest b/dev-python/django-debug-toolbar/Manifest deleted file mode 100644 index 4c47fc021c4c..000000000000 --- a/dev-python/django-debug-toolbar/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -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 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}" -} diff --git a/dev-python/django-debug-toolbar/metadata.xml b/dev-python/django-debug-toolbar/metadata.xml deleted file mode 100644 index 40f8fb094a52..000000000000 --- a/dev-python/django-debug-toolbar/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - tupone@gentoo.org - Tupone Alfredo - - - python@gentoo.org - Python - - - - django-debug-toolbar - django-commons/django-debug-toolbar - - -- cgit v1.3.1