summaryrefslogtreecommitdiff
path: root/dev-python/django-debug-toolbar/django-debug-toolbar-4.2.0.ebuild
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2023-12-30 20:07:30 +0100
committerAlfredo Tupone <tupone@gentoo.org>2023-12-30 20:17:20 +0100
commit6053ed3a3d3178ef3260734ae6c6776e2b02789f (patch)
treeb016fa514230f32d5389ffb341ce1b7cd9722dd6 /dev-python/django-debug-toolbar/django-debug-toolbar-4.2.0.ebuild
parent34b8ffe170a721ff72c2c5eed46c6e3bb7cd16d4 (diff)
downloadgentoo-6053ed3a3d3178ef3260734ae6c6776e2b02789f.tar.gz
gentoo-6053ed3a3d3178ef3260734ae6c6776e2b02789f.tar.bz2
gentoo-6053ed3a3d3178ef3260734ae6c6776e2b02789f.zip
dev-python/django-debug-toolbar: PythonCompatUpdate
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-python/django-debug-toolbar/django-debug-toolbar-4.2.0.ebuild')
-rw-r--r--dev-python/django-debug-toolbar/django-debug-toolbar-4.2.0.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-4.2.0.ebuild b/dev-python/django-debug-toolbar/django-debug-toolbar-4.2.0.ebuild
deleted file mode 100644
index 570f8b5e767c..000000000000
--- a/dev-python/django-debug-toolbar/django-debug-toolbar-4.2.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A configurable set of panels that display various debug information"
-HOMEPAGE="
- https://github.com/jazzband/django-debug-toolbar/
- https://pypi.org/project/django-debug-toolbar/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-python/django[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
- test? (
- dev-python/html5lib[${PYTHON_USEDEP}]
- )
-"
-
-python_test() {
- "${EPYTHON}" -m django test -v 2 --settings tests.settings \
- || die "Tests failed with ${EPYTHON}"
-}