Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-debug-toolbar/
Date: Sat, 26 Feb 2022 18:00:01
Message-Id: 1645898384.89c497211c7f6e9232e5621552c67da314649583.mgorny@gentoo
1 commit: 89c497211c7f6e9232e5621552c67da314649583
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 26 17:45:20 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 26 17:59:44 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c49721
7
8 dev-python/django-debug-toolbar: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/django-debug-toolbar/Manifest | 2 -
13 .../django-debug-toolbar-3.2.2.ebuild | 48 ----------------------
14 .../django-debug-toolbar-3.2.3.ebuild | 48 ----------------------
15 3 files changed, 98 deletions(-)
16
17 diff --git a/dev-python/django-debug-toolbar/Manifest b/dev-python/django-debug-toolbar/Manifest
18 index 5408efee5237..0d527e0f4aa0 100644
19 --- a/dev-python/django-debug-toolbar/Manifest
20 +++ b/dev-python/django-debug-toolbar/Manifest
21 @@ -1,3 +1 @@
22 -DIST django-debug-toolbar-3.2.2.tar.gz 239313 BLAKE2B 0e53709a3857cefc0ff7a7176ca248891122b2d758264c32171198a22b0c105af414eaba0095b1435b4f071120038f4665bd84438d77a8f65156c056d523f60f SHA512 df1956d63e88d3cf9f831609b6191446a162afbf396cb6d20e5a42aab4276ab385943cc305cad58a9f388382b0dffabc8baedf2150182a4302e7da58ab3d6a5c
23 -DIST django-debug-toolbar-3.2.3.tar.gz 255447 BLAKE2B 82265a855588d1a809ace7fe36c93f0b5d779acc66aa922b39c61c5e860b25e983ccf230b166f1654a41ce7e5ca32eb5f9e998c8621b14af0e3cabed2c094a40 SHA512 877df07a757525ea8b36ccb59e20bd7c928425dbb8520b7de065f5a9be29681ee68417ee1f7cdd7dee269556f2fcf3a7e2635005fbe578dd7f1237f0a450ee29
24 DIST django-debug-toolbar-3.2.4.tar.gz 255283 BLAKE2B 8be7f569c7f1eab06c4a60fca19bce6c348594406cdfe6de7e6be50849272714e9f3b51db4803e7cd58e97fe44a7422b07b05b2208f4447a4d69e0b77c856cb4 SHA512 19d3ba91b8738ade108f7eaded2859ad3e4bcae7cd0115e2cf63698d1fef01773f09a05f6bc0af53f9c3d4a2a288635a5cb2d215a2eb9f8acd6c65175a1ccaef
25
26 diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-3.2.2.ebuild b/dev-python/django-debug-toolbar/django-debug-toolbar-3.2.2.ebuild
27 deleted file mode 100644
28 index f64d97c58419..000000000000
29 --- a/dev-python/django-debug-toolbar/django-debug-toolbar-3.2.2.ebuild
30 +++ /dev/null
31 @@ -1,48 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -PYTHON_COMPAT=( python3_{8..10} )
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="A configurable set of panels that display debug information"
41 -HOMEPAGE="
42 - https://pypi.org/project/django-debug-toolbar/
43 - https://github.com/jazzband/django-debug-toolbar/"
44 -SRC_URI="
45 - https://github.com/jazzband/django-debug-toolbar/archive/${PV}.tar.gz
46 - -> ${P}.tar.gz"
47 -
48 -SLOT="0"
49 -LICENSE="BSD"
50 -KEYWORDS="~amd64 ~x86"
51 -IUSE="doc examples test"
52 -RESTRICT="!test? ( test )"
53 -
54 -RDEPEND="
55 - >=dev-python/django-1.11[${PYTHON_USEDEP}]
56 - >=dev-python/sqlparse-0.2.0[${PYTHON_USEDEP}]
57 -"
58 -DEPEND="
59 - test? (
60 - $(python_gen_impl_dep sqlite)
61 - ${RDEPEND}
62 - )
63 -"
64 -
65 -distutils_enable_sphinx docs
66 -
67 -python_test() {
68 - emake TEST_ARGS='-v 2 tests' test
69 -}
70 -
71 -python_install_all() {
72 - if use examples; then
73 - docinto examples
74 - dodoc -r example/.
75 - docompress -x /usr/share/doc/${PF}/examples
76 - fi
77 -
78 - distutils-r1_python_install_all
79 -}
80
81 diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-3.2.3.ebuild b/dev-python/django-debug-toolbar/django-debug-toolbar-3.2.3.ebuild
82 deleted file mode 100644
83 index f64d97c58419..000000000000
84 --- a/dev-python/django-debug-toolbar/django-debug-toolbar-3.2.3.ebuild
85 +++ /dev/null
86 @@ -1,48 +0,0 @@
87 -# Copyright 1999-2021 Gentoo Authors
88 -# Distributed under the terms of the GNU General Public License v2
89 -
90 -EAPI=8
91 -
92 -PYTHON_COMPAT=( python3_{8..10} )
93 -inherit distutils-r1
94 -
95 -DESCRIPTION="A configurable set of panels that display debug information"
96 -HOMEPAGE="
97 - https://pypi.org/project/django-debug-toolbar/
98 - https://github.com/jazzband/django-debug-toolbar/"
99 -SRC_URI="
100 - https://github.com/jazzband/django-debug-toolbar/archive/${PV}.tar.gz
101 - -> ${P}.tar.gz"
102 -
103 -SLOT="0"
104 -LICENSE="BSD"
105 -KEYWORDS="~amd64 ~x86"
106 -IUSE="doc examples test"
107 -RESTRICT="!test? ( test )"
108 -
109 -RDEPEND="
110 - >=dev-python/django-1.11[${PYTHON_USEDEP}]
111 - >=dev-python/sqlparse-0.2.0[${PYTHON_USEDEP}]
112 -"
113 -DEPEND="
114 - test? (
115 - $(python_gen_impl_dep sqlite)
116 - ${RDEPEND}
117 - )
118 -"
119 -
120 -distutils_enable_sphinx docs
121 -
122 -python_test() {
123 - emake TEST_ARGS='-v 2 tests' test
124 -}
125 -
126 -python_install_all() {
127 - if use examples; then
128 - docinto examples
129 - dodoc -r example/.
130 - docompress -x /usr/share/doc/${PF}/examples
131 - fi
132 -
133 - distutils-r1_python_install_all
134 -}