diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-12-20 22:13:13 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-12-20 22:13:13 +0100 |
commit | 93e3a35328c21e2569d5508c13d9107068a0b1e6 (patch) | |
tree | ccba143e79272e7047db09365d948c15f992a7e6 /dev-python/django-debug-toolbar/django-debug-toolbar-4.4.5.ebuild | |
parent | dev-libs/apache-arrow: fix deps on musl (diff) | |
download | gentoo-93e3a35328c21e2569d5508c13d9107068a0b1e6.tar.gz gentoo-93e3a35328c21e2569d5508c13d9107068a0b1e6.tar.bz2 gentoo-93e3a35328c21e2569d5508c13d9107068a0b1e6.zip |
dev-python/django-debug-toolbar: drop 4.4.5
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-python/django-debug-toolbar/django-debug-toolbar-4.4.5.ebuild')
-rw-r--r-- | dev-python/django-debug-toolbar/django-debug-toolbar-4.4.5.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-4.4.5.ebuild b/dev-python/django-debug-toolbar/django-debug-toolbar-4.4.5.ebuild deleted file mode 100644 index 1da7a5cf32c5..000000000000 --- a/dev-python/django-debug-toolbar/django-debug-toolbar-4.4.5.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 2023-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{10..13} ) - -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-4.2.9[${PYTHON_USEDEP}] -" - -BDEPEND=" - test? ( - dev-python/html5lib[${PYTHON_USEDEP}] - ) -" - -python_test() { - "${EPYTHON}" -m django test -v 2 --settings tests.settings tests \ - || die "Tests failed with ${EPYTHON}" -} |