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/tikzplotlib/
Date: Mon, 16 May 2022 13:31:01
Message-Id: 1652707691.d41197999cf3f5c1ad74ae4d6742f5f5a8ca4da3.mgorny@gentoo
1 commit: d41197999cf3f5c1ad74ae4d6742f5f5a8ca4da3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 16 13:28:11 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 16 13:28:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4119799
7
8 dev-python/tikzplotlib: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/tikzplotlib/Manifest | 3 --
13 dev-python/tikzplotlib/tikzplotlib-0.10.0.ebuild | 40 ----------------------
14 dev-python/tikzplotlib/tikzplotlib-0.9.16.ebuild | 39 ---------------------
15 .../tikzplotlib/tikzplotlib-0.9.17-r1.ebuild | 39 ---------------------
16 dev-python/tikzplotlib/tikzplotlib-0.9.17.ebuild | 39 ---------------------
17 5 files changed, 160 deletions(-)
18
19 diff --git a/dev-python/tikzplotlib/Manifest b/dev-python/tikzplotlib/Manifest
20 index 9cff890ae0f1..3b505fe0be91 100644
21 --- a/dev-python/tikzplotlib/Manifest
22 +++ b/dev-python/tikzplotlib/Manifest
23 @@ -1,4 +1 @@
24 -DIST tikzplotlib-0.10.0.tar.gz 98266 BLAKE2B 28c49f937af5f70830218dcd3215ab5b7e56077cdd87e0e3887b48a63903314765adc872dc5c7f55e1bd5770541c8f1f3950033cf54acdf8a38be3b14bb6ac4b SHA512 661291a975132ac18066dc8af310da91847f0fed289256944bba1f374c61cdb95c72a942527a92906c935b5af1131069212109eb25f531bac7ac72f6a1d9d773
25 DIST tikzplotlib-0.10.1.tar.gz 98265 BLAKE2B 7664e702afb38580af78f2b0887000215a5a0c2ef57e4f9ca5d1100bcba257365b89aee805e800e3a9b5a992487c1ee9733088dadc53941405c0055336478130 SHA512 13a750d9929db1d4ce4608a296523be55878c702846b0b339c6c002cbdf4e8f7b1ffea84db612d8932a379fafce9b4fe6ab6ce4325bf780f211cc0b885a15818
26 -DIST tikzplotlib-0.9.16.tar.gz 98162 BLAKE2B de32064cd8cb6f3fbd8e067c8126a86da6d9836dc42d91d42fd8ad6ba9f8fc2a1001904d370cb756e76112a0d746247f6235fe40af277a7142bdc6264b1ee531 SHA512 7633b7e8ee23aed8da3df249a7dbc4e36667950d2c5caef5845b5468a61f5cb0191cad3253cc7940d19be56a7981d33c70c9d45ce0d9329286266af6f36c2d94
27 -DIST tikzplotlib-0.9.17.tar.gz 98194 BLAKE2B 746bd940805fa7bcef56398f974ad13c54814c7192ed8c85bdcfdf2fbeb93a0016d810a0b532120a404053e0666352c07f5f0db97b3241574fbcda3ad464664f SHA512 3708eba0d77890a919c7e974569fcf4cf1c798199927bd2771e8952f6ea49a10a6b85d605c3d6c4969e16bf47eb1683557f8bbefdf986f043049aa6b0c37a8ff
28
29 diff --git a/dev-python/tikzplotlib/tikzplotlib-0.10.0.ebuild b/dev-python/tikzplotlib/tikzplotlib-0.10.0.ebuild
30 deleted file mode 100644
31 index 5268fc22a843..000000000000
32 --- a/dev-python/tikzplotlib/tikzplotlib-0.10.0.ebuild
33 +++ /dev/null
34 @@ -1,40 +0,0 @@
35 -# Copyright 2019-2022 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=8
39 -
40 -DISTUTILS_USE_PEP517=flit
41 -PYTHON_COMPAT=( python3_{8..10} )
42 -
43 -inherit distutils-r1 virtualx
44 -
45 -DESCRIPTION="Convert matplotlib figures into TikZ/PGFPlots"
46 -HOMEPAGE="https://github.com/nschloe/tikzplotlib"
47 -SRC_URI="https://github.com/nschloe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
48 -
49 -LICENSE="MIT"
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~x86"
52 -
53 -RDEPEND="
54 - app-text/texlive[extra]
55 - >=dev-python/matplotlib-3.5[latex,${PYTHON_USEDEP}]
56 - dev-python/numpy[${PYTHON_USEDEP}]
57 - dev-python/pillow[${PYTHON_USEDEP}]
58 - dev-python/webcolors[${PYTHON_USEDEP}]
59 -"
60 -
61 -BDEPEND="
62 - test? (
63 - dev-python/pandas[${PYTHON_USEDEP}]
64 - dev-python/pytest-codeblocks[${PYTHON_USEDEP}]
65 - dev-python/scipy[${PYTHON_USEDEP}]
66 - )"
67 -
68 -distutils_enable_tests pytest
69 -distutils_enable_sphinx doc dev-python/mock dev-python/alabaster
70 -
71 -src_test() {
72 - local -x MPLBACKEND=Agg
73 - virtx distutils-r1_src_test
74 -}
75
76 diff --git a/dev-python/tikzplotlib/tikzplotlib-0.9.16.ebuild b/dev-python/tikzplotlib/tikzplotlib-0.9.16.ebuild
77 deleted file mode 100644
78 index 5083ad4fc9fb..000000000000
79 --- a/dev-python/tikzplotlib/tikzplotlib-0.9.16.ebuild
80 +++ /dev/null
81 @@ -1,39 +0,0 @@
82 -# Copyright 2019-2021 Gentoo Authors
83 -# Distributed under the terms of the GNU General Public License v2
84 -
85 -EAPI=8
86 -
87 -DISTUTILS_USE_SETUPTOOLS=pyproject.toml
88 -PYTHON_COMPAT=( python3_{8..10} )
89 -
90 -inherit distutils-r1 virtualx
91 -
92 -DESCRIPTION="Convert matplotlib figures into TikZ/PGFPlots"
93 -HOMEPAGE="https://github.com/nschloe/tikzplotlib"
94 -SRC_URI="https://github.com/nschloe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
95 -
96 -LICENSE="MIT"
97 -SLOT="0"
98 -KEYWORDS="~amd64 ~x86"
99 -
100 -RDEPEND="
101 - app-text/texlive[extra]
102 - <dev-python/matplotlib-3.5[latex,${PYTHON_USEDEP}]
103 - dev-python/numpy[${PYTHON_USEDEP}]
104 - dev-python/pillow[${PYTHON_USEDEP}]
105 -"
106 -
107 -BDEPEND="
108 - test? (
109 - dev-python/pandas[${PYTHON_USEDEP}]
110 - dev-python/pytest-codeblocks[${PYTHON_USEDEP}]
111 - dev-python/scipy[${PYTHON_USEDEP}]
112 -)"
113 -
114 -distutils_enable_tests pytest
115 -distutils_enable_sphinx doc dev-python/mock
116 -
117 -python_test() {
118 - local -x MPLBACKEND=Agg
119 - virtx epytest
120 -}
121
122 diff --git a/dev-python/tikzplotlib/tikzplotlib-0.9.17-r1.ebuild b/dev-python/tikzplotlib/tikzplotlib-0.9.17-r1.ebuild
123 deleted file mode 100644
124 index 1bb7175ea0df..000000000000
125 --- a/dev-python/tikzplotlib/tikzplotlib-0.9.17-r1.ebuild
126 +++ /dev/null
127 @@ -1,39 +0,0 @@
128 -# Copyright 2019-2022 Gentoo Authors
129 -# Distributed under the terms of the GNU General Public License v2
130 -
131 -EAPI=8
132 -
133 -DISTUTILS_USE_PEP517=setuptools
134 -PYTHON_COMPAT=( python3_{8..10} )
135 -
136 -inherit distutils-r1 virtualx
137 -
138 -DESCRIPTION="Convert matplotlib figures into TikZ/PGFPlots"
139 -HOMEPAGE="https://github.com/nschloe/tikzplotlib"
140 -SRC_URI="https://github.com/nschloe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
141 -
142 -LICENSE="MIT"
143 -SLOT="0"
144 -KEYWORDS="~amd64 ~x86"
145 -
146 -RDEPEND="
147 - app-text/texlive[extra]
148 - <dev-python/matplotlib-3.5[latex,${PYTHON_USEDEP}]
149 - dev-python/numpy[${PYTHON_USEDEP}]
150 - dev-python/pillow[${PYTHON_USEDEP}]
151 -"
152 -
153 -BDEPEND="
154 - test? (
155 - dev-python/pandas[${PYTHON_USEDEP}]
156 - dev-python/pytest-codeblocks[${PYTHON_USEDEP}]
157 - dev-python/scipy[${PYTHON_USEDEP}]
158 - )"
159 -
160 -distutils_enable_tests pytest
161 -distutils_enable_sphinx doc dev-python/mock
162 -
163 -src_test() {
164 - local -x MPLBACKEND=Agg
165 - virtx distutils-r1_src_test
166 -}
167
168 diff --git a/dev-python/tikzplotlib/tikzplotlib-0.9.17.ebuild b/dev-python/tikzplotlib/tikzplotlib-0.9.17.ebuild
169 deleted file mode 100644
170 index 32636893a831..000000000000
171 --- a/dev-python/tikzplotlib/tikzplotlib-0.9.17.ebuild
172 +++ /dev/null
173 @@ -1,39 +0,0 @@
174 -# Copyright 2019-2021 Gentoo Authors
175 -# Distributed under the terms of the GNU General Public License v2
176 -
177 -EAPI=8
178 -
179 -DISTUTILS_USE_SETUPTOOLS=pyproject.toml
180 -PYTHON_COMPAT=( python3_{8..10} )
181 -
182 -inherit distutils-r1 virtualx
183 -
184 -DESCRIPTION="Convert matplotlib figures into TikZ/PGFPlots"
185 -HOMEPAGE="https://github.com/nschloe/tikzplotlib"
186 -SRC_URI="https://github.com/nschloe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
187 -
188 -LICENSE="MIT"
189 -SLOT="0"
190 -KEYWORDS="~amd64 ~x86"
191 -
192 -RDEPEND="
193 - app-text/texlive[extra]
194 - <dev-python/matplotlib-3.5[latex,${PYTHON_USEDEP}]
195 - dev-python/numpy[${PYTHON_USEDEP}]
196 - dev-python/pillow[${PYTHON_USEDEP}]
197 -"
198 -
199 -BDEPEND="
200 - test? (
201 - dev-python/pandas[${PYTHON_USEDEP}]
202 - dev-python/pytest-codeblocks[${PYTHON_USEDEP}]
203 - dev-python/scipy[${PYTHON_USEDEP}]
204 - )"
205 -
206 -distutils_enable_tests pytest
207 -distutils_enable_sphinx doc dev-python/mock
208 -
209 -python_test() {
210 - local -x MPLBACKEND=Agg
211 - virtx epytest
212 -}