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/fonttools/
Date: Thu, 19 May 2022 21:42:32
Message-Id: 1652996438.4dcc1db8a12a4d30f18eb95a0f6466f42e82e1e5.mgorny@gentoo
1 commit: 4dcc1db8a12a4d30f18eb95a0f6466f42e82e1e5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 19 21:40:23 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 19 21:40:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dcc1db8
7
8 dev-python/fonttools: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/fonttools/Manifest | 5 ---
13 dev-python/fonttools/fonttools-4.31.2.ebuild | 58 ----------------------------
14 dev-python/fonttools/fonttools-4.32.0.ebuild | 58 ----------------------------
15 dev-python/fonttools/fonttools-4.33.0.ebuild | 58 ----------------------------
16 dev-python/fonttools/fonttools-4.33.1.ebuild | 58 ----------------------------
17 dev-python/fonttools/fonttools-4.33.2.ebuild | 58 ----------------------------
18 6 files changed, 295 deletions(-)
19
20 diff --git a/dev-python/fonttools/Manifest b/dev-python/fonttools/Manifest
21 index 2ec498f824b9..9248ba69c2d4 100644
22 --- a/dev-python/fonttools/Manifest
23 +++ b/dev-python/fonttools/Manifest
24 @@ -1,6 +1 @@
25 -DIST fonttools-4.31.2.tar.gz 2965796 BLAKE2B d776073e7a9358e67b8753dd4557e2b1b4c44d9662c8c728abe42d970bca1db1789a655df8865fef39eed3a32271749d2cb772e306f34efc87e737b7384c0b5d SHA512 50cc8bca9136675a413ac947b583f694d512872127cee129a78505d0259fe1cf6922f806558761af982758f72c7d95e1245b8de55b6ebd6ddd3bd7506d41abcf
26 -DIST fonttools-4.32.0.tar.gz 2966840 BLAKE2B 67a79c8c2e26f9f72fcf6ea4ab5ee3712d3541b47528a209221f9fcf82a5b5db589561200e4b6911a32102a4f4dc4b4e34c8271eb97b1cee18a81b3039efdf03 SHA512 a71a44601c7ec9f709ddc14da1c26d1248909fba8a0bfb7104ebe5f9b85949fe479c5eabdd2c94086d9999756035291e68bb7e861488d4123ccf667ac3ac2e03
27 -DIST fonttools-4.33.0.tar.gz 3525052 BLAKE2B 5ea275adbfbf6e01222f6eba8f5eef7afe533b9692e6a7a2fb644fb68dec632ab2962d6b7f6b4ff876676e8314aadbfc04a005ea7a389904e398723feaa756d0 SHA512 147f6d41d1a6b27ebe6973cb91a90384291ad8c7b75b71c3b814908012530066b79f4c39bdd6da9e98614ef61b1cc19803756aba73e4da7ce2e82147390f0023
28 -DIST fonttools-4.33.1.tar.gz 3526591 BLAKE2B c720e9159602168bc2f435f96e9b470e95a748e3e61aac717659e01e5998c8ead825056fe6114cb40be47ab1ebcd7dc6f3152cccd87aec5b49134147694aa3eb SHA512 14e4da0e146d4b88ab6375ad7c912f1ec6f437386e2d676bbffcd5a84be980151ed4f77f69bf618843b321106ca763af564cf05dfb6fa11888f02adfde7d74b2
29 -DIST fonttools-4.33.2.tar.gz 3526700 BLAKE2B faa8db2d5ba80a7cb2cd4fb82045aa821f72d296c3b0994f266c69bc1f38b9c46a24208612d539e3576d75371d95d49d9a103fed8ab7604ebf0df50ec8f25d2f SHA512 dd032f9f8d9167aa8d83137006062a5d293aeb4116cd2b24a9d5d3d750887876214a6b6e9fe54efd569cada64164c76f242b234569d86b45e5f279d6c1a5db95
30 DIST fonttools-4.33.3.tar.gz 3526937 BLAKE2B 26539f76ac1919e572633695aca7a95f7f715ef18bd7d36de22e5491124ce36d3907f1e7b167d23685bca437f0bf7cf99159cd918ab2b1a450b716166d30fc37 SHA512 403e19cda46d67dea9f517e58c2e95ed04c53e6832919d85df9db4538431252e5ec4554e22410fd45cba634998de1576cf55d50f56de5ad497a108dcec4ed56a
31
32 diff --git a/dev-python/fonttools/fonttools-4.31.2.ebuild b/dev-python/fonttools/fonttools-4.31.2.ebuild
33 deleted file mode 100644
34 index 0ca22fe5ef4b..000000000000
35 --- a/dev-python/fonttools/fonttools-4.31.2.ebuild
36 +++ /dev/null
37 @@ -1,58 +0,0 @@
38 -# Copyright 1999-2022 Gentoo Authors
39 -# Distributed under the terms of the GNU General Public License v2
40 -
41 -EAPI=8
42 -
43 -DISTUTILS_USE_PEP517=setuptools
44 -PYTHON_COMPAT=( python3_{8..10} )
45 -PYTHON_REQ_USE="xml(+)"
46 -
47 -inherit distutils-r1 virtualx
48 -
49 -DESCRIPTION="Library for manipulating TrueType, OpenType, AFM and Type1 fonts"
50 -HOMEPAGE="https://github.com/fonttools/fonttools/"
51 -SRC_URI="https://github.com/fonttools/fonttools/archive/${PV}.tar.gz -> ${P}.tar.gz"
52 -
53 -LICENSE="BSD"
54 -SLOT="0"
55 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv sparc x86 ~x64-macos"
56 -
57 -RDEPEND=">=dev-python/fs-2.4.9[${PYTHON_USEDEP}]"
58 -BDEPEND="${RDEPEND}
59 - dev-python/cython[${PYTHON_USEDEP}]
60 - test? (
61 - app-arch/brotli[python,${PYTHON_USEDEP}]
62 - app-arch/zopfli
63 - )
64 -"
65 -
66 -distutils_enable_tests pytest
67 -
68 -python_prepare_all() {
69 - # When dev-python/pytest-shutil is installed, we get weird import errors.
70 - # This is due to incomplete nesting in the Tests/ tree:
71 - #
72 - # Tests/feaLib/__init__.py
73 - # Tests/ufoLib/__init__.py
74 - # Tests/svgLib/path/__init__.py
75 - # Tests/otlLib/__init__.py
76 - # Tests/varLib/__init__.py
77 - #
78 - # This tree requires an __init__.py in Tests/svgLib/ too, bug #701148.
79 - touch Tests/svgLib/__init__.py || die
80 -
81 - distutils-r1_python_prepare_all
82 -}
83 -
84 -src_configure() {
85 - export FONTTOOLS_WITH_CYTHON=1
86 -}
87 -
88 -src_test() {
89 - # virtualx used when matplotlib is installed causing plot module tests to run
90 - virtx distutils-r1_src_test
91 -}
92 -
93 -python_test() {
94 - epytest Tests fontTools || die "Tests failed with ${EPYTHON}"
95 -}
96
97 diff --git a/dev-python/fonttools/fonttools-4.32.0.ebuild b/dev-python/fonttools/fonttools-4.32.0.ebuild
98 deleted file mode 100644
99 index f0532d0a8742..000000000000
100 --- a/dev-python/fonttools/fonttools-4.32.0.ebuild
101 +++ /dev/null
102 @@ -1,58 +0,0 @@
103 -# Copyright 1999-2022 Gentoo Authors
104 -# Distributed under the terms of the GNU General Public License v2
105 -
106 -EAPI=8
107 -
108 -DISTUTILS_USE_PEP517=setuptools
109 -PYTHON_COMPAT=( python3_{8..10} )
110 -PYTHON_REQ_USE="xml(+)"
111 -
112 -inherit distutils-r1 virtualx
113 -
114 -DESCRIPTION="Library for manipulating TrueType, OpenType, AFM and Type1 fonts"
115 -HOMEPAGE="https://github.com/fonttools/fonttools/"
116 -SRC_URI="https://github.com/fonttools/fonttools/archive/${PV}.tar.gz -> ${P}.tar.gz"
117 -
118 -LICENSE="BSD"
119 -SLOT="0"
120 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos"
121 -
122 -RDEPEND=">=dev-python/fs-2.4.9[${PYTHON_USEDEP}]"
123 -BDEPEND="${RDEPEND}
124 - dev-python/cython[${PYTHON_USEDEP}]
125 - test? (
126 - app-arch/brotli[python,${PYTHON_USEDEP}]
127 - app-arch/zopfli
128 - )
129 -"
130 -
131 -distutils_enable_tests pytest
132 -
133 -python_prepare_all() {
134 - # When dev-python/pytest-shutil is installed, we get weird import errors.
135 - # This is due to incomplete nesting in the Tests/ tree:
136 - #
137 - # Tests/feaLib/__init__.py
138 - # Tests/ufoLib/__init__.py
139 - # Tests/svgLib/path/__init__.py
140 - # Tests/otlLib/__init__.py
141 - # Tests/varLib/__init__.py
142 - #
143 - # This tree requires an __init__.py in Tests/svgLib/ too, bug #701148.
144 - touch Tests/svgLib/__init__.py || die
145 -
146 - distutils-r1_python_prepare_all
147 -}
148 -
149 -src_configure() {
150 - export FONTTOOLS_WITH_CYTHON=1
151 -}
152 -
153 -src_test() {
154 - # virtualx used when matplotlib is installed causing plot module tests to run
155 - virtx distutils-r1_src_test
156 -}
157 -
158 -python_test() {
159 - epytest Tests fontTools || die "Tests failed with ${EPYTHON}"
160 -}
161
162 diff --git a/dev-python/fonttools/fonttools-4.33.0.ebuild b/dev-python/fonttools/fonttools-4.33.0.ebuild
163 deleted file mode 100644
164 index f0532d0a8742..000000000000
165 --- a/dev-python/fonttools/fonttools-4.33.0.ebuild
166 +++ /dev/null
167 @@ -1,58 +0,0 @@
168 -# Copyright 1999-2022 Gentoo Authors
169 -# Distributed under the terms of the GNU General Public License v2
170 -
171 -EAPI=8
172 -
173 -DISTUTILS_USE_PEP517=setuptools
174 -PYTHON_COMPAT=( python3_{8..10} )
175 -PYTHON_REQ_USE="xml(+)"
176 -
177 -inherit distutils-r1 virtualx
178 -
179 -DESCRIPTION="Library for manipulating TrueType, OpenType, AFM and Type1 fonts"
180 -HOMEPAGE="https://github.com/fonttools/fonttools/"
181 -SRC_URI="https://github.com/fonttools/fonttools/archive/${PV}.tar.gz -> ${P}.tar.gz"
182 -
183 -LICENSE="BSD"
184 -SLOT="0"
185 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos"
186 -
187 -RDEPEND=">=dev-python/fs-2.4.9[${PYTHON_USEDEP}]"
188 -BDEPEND="${RDEPEND}
189 - dev-python/cython[${PYTHON_USEDEP}]
190 - test? (
191 - app-arch/brotli[python,${PYTHON_USEDEP}]
192 - app-arch/zopfli
193 - )
194 -"
195 -
196 -distutils_enable_tests pytest
197 -
198 -python_prepare_all() {
199 - # When dev-python/pytest-shutil is installed, we get weird import errors.
200 - # This is due to incomplete nesting in the Tests/ tree:
201 - #
202 - # Tests/feaLib/__init__.py
203 - # Tests/ufoLib/__init__.py
204 - # Tests/svgLib/path/__init__.py
205 - # Tests/otlLib/__init__.py
206 - # Tests/varLib/__init__.py
207 - #
208 - # This tree requires an __init__.py in Tests/svgLib/ too, bug #701148.
209 - touch Tests/svgLib/__init__.py || die
210 -
211 - distutils-r1_python_prepare_all
212 -}
213 -
214 -src_configure() {
215 - export FONTTOOLS_WITH_CYTHON=1
216 -}
217 -
218 -src_test() {
219 - # virtualx used when matplotlib is installed causing plot module tests to run
220 - virtx distutils-r1_src_test
221 -}
222 -
223 -python_test() {
224 - epytest Tests fontTools || die "Tests failed with ${EPYTHON}"
225 -}
226
227 diff --git a/dev-python/fonttools/fonttools-4.33.1.ebuild b/dev-python/fonttools/fonttools-4.33.1.ebuild
228 deleted file mode 100644
229 index f0532d0a8742..000000000000
230 --- a/dev-python/fonttools/fonttools-4.33.1.ebuild
231 +++ /dev/null
232 @@ -1,58 +0,0 @@
233 -# Copyright 1999-2022 Gentoo Authors
234 -# Distributed under the terms of the GNU General Public License v2
235 -
236 -EAPI=8
237 -
238 -DISTUTILS_USE_PEP517=setuptools
239 -PYTHON_COMPAT=( python3_{8..10} )
240 -PYTHON_REQ_USE="xml(+)"
241 -
242 -inherit distutils-r1 virtualx
243 -
244 -DESCRIPTION="Library for manipulating TrueType, OpenType, AFM and Type1 fonts"
245 -HOMEPAGE="https://github.com/fonttools/fonttools/"
246 -SRC_URI="https://github.com/fonttools/fonttools/archive/${PV}.tar.gz -> ${P}.tar.gz"
247 -
248 -LICENSE="BSD"
249 -SLOT="0"
250 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos"
251 -
252 -RDEPEND=">=dev-python/fs-2.4.9[${PYTHON_USEDEP}]"
253 -BDEPEND="${RDEPEND}
254 - dev-python/cython[${PYTHON_USEDEP}]
255 - test? (
256 - app-arch/brotli[python,${PYTHON_USEDEP}]
257 - app-arch/zopfli
258 - )
259 -"
260 -
261 -distutils_enable_tests pytest
262 -
263 -python_prepare_all() {
264 - # When dev-python/pytest-shutil is installed, we get weird import errors.
265 - # This is due to incomplete nesting in the Tests/ tree:
266 - #
267 - # Tests/feaLib/__init__.py
268 - # Tests/ufoLib/__init__.py
269 - # Tests/svgLib/path/__init__.py
270 - # Tests/otlLib/__init__.py
271 - # Tests/varLib/__init__.py
272 - #
273 - # This tree requires an __init__.py in Tests/svgLib/ too, bug #701148.
274 - touch Tests/svgLib/__init__.py || die
275 -
276 - distutils-r1_python_prepare_all
277 -}
278 -
279 -src_configure() {
280 - export FONTTOOLS_WITH_CYTHON=1
281 -}
282 -
283 -src_test() {
284 - # virtualx used when matplotlib is installed causing plot module tests to run
285 - virtx distutils-r1_src_test
286 -}
287 -
288 -python_test() {
289 - epytest Tests fontTools || die "Tests failed with ${EPYTHON}"
290 -}
291
292 diff --git a/dev-python/fonttools/fonttools-4.33.2.ebuild b/dev-python/fonttools/fonttools-4.33.2.ebuild
293 deleted file mode 100644
294 index 1e5f5a109536..000000000000
295 --- a/dev-python/fonttools/fonttools-4.33.2.ebuild
296 +++ /dev/null
297 @@ -1,58 +0,0 @@
298 -# Copyright 1999-2022 Gentoo Authors
299 -# Distributed under the terms of the GNU General Public License v2
300 -
301 -EAPI=8
302 -
303 -DISTUTILS_USE_PEP517=setuptools
304 -PYTHON_COMPAT=( python3_{8..10} )
305 -PYTHON_REQ_USE="xml(+)"
306 -
307 -inherit distutils-r1 virtualx
308 -
309 -DESCRIPTION="Library for manipulating TrueType, OpenType, AFM and Type1 fonts"
310 -HOMEPAGE="https://github.com/fonttools/fonttools/"
311 -SRC_URI="https://github.com/fonttools/fonttools/archive/${PV}.tar.gz -> ${P}.tar.gz"
312 -
313 -LICENSE="BSD"
314 -SLOT="0"
315 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
316 -
317 -RDEPEND=">=dev-python/fs-2.4.9[${PYTHON_USEDEP}]"
318 -BDEPEND="${RDEPEND}
319 - dev-python/cython[${PYTHON_USEDEP}]
320 - test? (
321 - app-arch/brotli[python,${PYTHON_USEDEP}]
322 - app-arch/zopfli
323 - )
324 -"
325 -
326 -distutils_enable_tests pytest
327 -
328 -python_prepare_all() {
329 - # When dev-python/pytest-shutil is installed, we get weird import errors.
330 - # This is due to incomplete nesting in the Tests/ tree:
331 - #
332 - # Tests/feaLib/__init__.py
333 - # Tests/ufoLib/__init__.py
334 - # Tests/svgLib/path/__init__.py
335 - # Tests/otlLib/__init__.py
336 - # Tests/varLib/__init__.py
337 - #
338 - # This tree requires an __init__.py in Tests/svgLib/ too, bug #701148.
339 - touch Tests/svgLib/__init__.py || die
340 -
341 - distutils-r1_python_prepare_all
342 -}
343 -
344 -src_configure() {
345 - export FONTTOOLS_WITH_CYTHON=1
346 -}
347 -
348 -src_test() {
349 - # virtualx used when matplotlib is installed causing plot module tests to run
350 - virtx distutils-r1_src_test
351 -}
352 -
353 -python_test() {
354 - epytest Tests fontTools || die "Tests failed with ${EPYTHON}"
355 -}