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, 25 Jan 2020 20:54:31
Message-Id: 1579985640.faff004f7df423a7d511f1d1c37244b17b1515da.mgorny@gentoo
1 commit: faff004f7df423a7d511f1d1c37244b17b1515da
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 25 20:35:22 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 25 20:54:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faff004f
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-1.11.ebuild | 52 ----------------------
14 .../django-debug-toolbar-1.5.ebuild | 52 ----------------------
15 3 files changed, 106 deletions(-)
16
17 diff --git a/dev-python/django-debug-toolbar/Manifest b/dev-python/django-debug-toolbar/Manifest
18 index d14cb7886d6..53d9e796404 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-1.11.tar.gz 321727 BLAKE2B 89eab65bc0306da9fd81affbffc312eb99d04f19c66d9e5c6016df323a987e1b3fe1d177d409d68548aede869ed6d3e71adb5f4f4e5cb85a9ab431eca5664033 SHA512 8085b02fc25571e7b3bff02ff2bda8bec81a6000c6ed9e2aea10ec45eb1a3e5adf2ee95fcfbb0a11660fd716ebf2e35a9bdefbaf767b4afc732368a197857e62
23 -DIST django-debug-toolbar-1.5.tar.gz 315928 BLAKE2B 8dde3c655baa6bd5f3b5d3ae0ba57b8c5746fc41bcfae9f506ad5c49ff64cdb51f0b9d67ee42695f884493cf21bd76fdcf943d88d97641b5d804d54c59163562 SHA512 9a421b80016bdaee8dd3ba2a9b7c3b788b54a4f464cdd5697e36536268e4d3d926bf77088a715e87f192dc8a20a100d8adac68c9c26a1191a5343e377240bf64
24 DIST django-debug-toolbar-2.0.tar.gz 321249 BLAKE2B cd4f9e7d55deaf404369ba89eaffe0c730a058450c8368e39bfe3f5562019f5978ff33b93dc0463dc0fa6e6ba1047335d45997929dc3d2b576a78ff7cd5f75f0 SHA512 8440705a2e38f2c035a1dde4eb14ec829ead502cbbebcae46889e26877c0843389107bf14249afe9742638c4880b362fd699aed935e271bc1ade8f0a54bfea46
25
26 diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-1.11.ebuild b/dev-python/django-debug-toolbar/django-debug-toolbar-1.11.ebuild
27 deleted file mode 100644
28 index 4de469ee23f..00000000000
29 --- a/dev-python/django-debug-toolbar/django-debug-toolbar-1.11.ebuild
30 +++ /dev/null
31 @@ -1,52 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_6 )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="A configurable set of panels that display debug information"
42 -HOMEPAGE="
43 - https://pypi.org/project/django-debug-toolbar/
44 - https://github.com/django-debug-toolbar/django-debug-toolbar/"
45 -SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -SLOT="0"
48 -LICENSE="BSD"
49 -KEYWORDS="~amd64 ~x86"
50 -IUSE="doc examples"
51 -
52 -RDEPEND="
53 - >=dev-python/django-1.11[${PYTHON_USEDEP}]
54 - >=dev-python/python-sqlparse-0.2.0[${PYTHON_USEDEP}]
55 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
56 -"
57 -DEPEND="${RDEPEND}
58 - dev-python/setuptools[${PYTHON_USEDEP}]
59 -"
60 -
61 -python_prepare_all() {
62 - # Prevent non essential d'loading by intersphinx
63 - sed -e 's:intersphinx_mapping:_&:' -i docs/conf.py || die
64 -
65 - # This prevents distutils from installing 'tests' package, rm magic no more needed
66 - sed -e "/find_packages/s:'tests':'tests.\*', 'tests':" -i setup.py || die
67 -
68 - distutils-r1_python_prepare_all
69 -}
70 -
71 -python_compile_all() {
72 - use doc && emake -C docs html
73 -}
74 -
75 -python_test() {
76 - emake test
77 -}
78 -
79 -python_install_all() {
80 - use doc && local HTML_DOCS=( docs/_build/html/. )
81 - use examples && local EXAMPLES=( example/. )
82 - distutils-r1_python_install_all
83 -}
84
85 diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-1.5.ebuild b/dev-python/django-debug-toolbar/django-debug-toolbar-1.5.ebuild
86 deleted file mode 100644
87 index e0cda67f041..00000000000
88 --- a/dev-python/django-debug-toolbar/django-debug-toolbar-1.5.ebuild
89 +++ /dev/null
90 @@ -1,52 +0,0 @@
91 -# Copyright 1999-2020 Gentoo Authors
92 -# Distributed under the terms of the GNU General Public License v2
93 -
94 -EAPI=5
95 -
96 -PYTHON_COMPAT=( python2_7 python3_6 )
97 -
98 -inherit distutils-r1
99 -
100 -DESCRIPTION="A configurable set of panels that display debug information"
101 -HOMEPAGE="
102 - https://pypi.org/project/django-debug-toolbar/
103 - https://github.com/django-debug-toolbar/django-debug-toolbar/"
104 -SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
105 -
106 -SLOT="0"
107 -LICENSE="BSD"
108 -KEYWORDS="amd64 x86"
109 -IUSE="doc examples"
110 -
111 -RDEPEND="
112 - >=dev-python/django-1.8[${PYTHON_USEDEP}]
113 - >=dev-python/python-sqlparse-0.2.0[${PYTHON_USEDEP}]
114 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
115 -"
116 -DEPEND="${RDEPEND}
117 - dev-python/setuptools[${PYTHON_USEDEP}]
118 -"
119 -
120 -python_prepare_all() {
121 - # Prevent non essential d'loading by intersphinx
122 - sed -e 's:intersphinx_mapping:_&:' -i docs/conf.py || die
123 -
124 - # This prevents distutils from installing 'tests' package, rm magic no more needed
125 - sed -e "/find_packages/s:'tests':'tests.\*', 'tests':" -i setup.py || die
126 -
127 - distutils-r1_python_prepare_all
128 -}
129 -
130 -python_compile_all() {
131 - use doc && emake -C docs html
132 -}
133 -
134 -python_test() {
135 - emake test
136 -}
137 -
138 -python_install_all() {
139 - use doc && local HTML_DOCS=( docs/_build/html/. )
140 - use examples && local EXAMPLES=( example/. )
141 - distutils-r1_python_install_all
142 -}