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: Mon, 12 Jul 2021 09:11:59
Message-Id: 1626081099.d344f899246fbf4dbf0493293bc057b17ab74114.mgorny@gentoo
1 commit: d344f899246fbf4dbf0493293bc057b17ab74114
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 12 06:44:36 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 12 09:11:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d344f899
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 | 1 -
13 dev-python/fonttools/fonttools-4.23.1.ebuild | 47 ----------------------------
14 dev-python/fonttools/fonttools-4.24.4.ebuild | 47 ----------------------------
15 3 files changed, 95 deletions(-)
16
17 diff --git a/dev-python/fonttools/Manifest b/dev-python/fonttools/Manifest
18 index fb2f97d59bd..a963170284e 100644
19 --- a/dev-python/fonttools/Manifest
20 +++ b/dev-python/fonttools/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST fonttools-4.23.1.tar.gz 2550938 BLAKE2B df592a9a9e54b4b542bb2e5dc0ea7d56f25cbe7b5cf38cb3e38e5f6feee1a8befbebab2b2c73ae814234a26440bcd3e6869335037c962d482694b4e35cd5dd78 SHA512 ef7faccfabdd66655195ad4d1d09599e302dcc393ff88cf005732930cec62df3c05e06795fafe7cd1ef89671faef2bf642f94e6ab33ebdacaa388c254a71792b
23 DIST fonttools-4.24.4.tar.gz 2556059 BLAKE2B c415ae5214b6df7171a5f8a7ea179b1a4adbc6646598d773f0d3d6a8cd777e8fd3c74c14f00e6c4735a73e712e3fd42ddfc96f3f101d34b122fb9c471d4d94a3 SHA512 aa4ee8f0a7f9cb6d8a84497e6f33f891491cd06cc477a785715f8fde8e5b33cf781ef8b848bfab8cf9a97fc15c018d493c6baf0fb8fd314b8a348c36ff627f41
24 DIST fonttools-4.25.0.tar.gz 2576777 BLAKE2B 802236b120ae78e2721d734875fba794fb9eafc125fbfea6b70c68d6a18a8b3c1ce685da18c83ee3364ff38f72707e42ed0ae25bc62d362c6271fff90da56d0c SHA512 c8f7512053ce611fa07bbc1fe844ee9d50cf09e19a2a27bed7df9d37d362b7daa910fbb651147f3690a03ec4d8adc8d96e8f0310eda24bb40208240182dc9b54
25
26 diff --git a/dev-python/fonttools/fonttools-4.23.1.ebuild b/dev-python/fonttools/fonttools-4.23.1.ebuild
27 deleted file mode 100644
28 index 04af2aab63c..00000000000
29 --- a/dev-python/fonttools/fonttools-4.23.1.ebuild
30 +++ /dev/null
31 @@ -1,47 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_{7..9} )
38 -PYTHON_REQ_USE="xml(+)"
39 -
40 -inherit distutils-r1 virtualx
41 -
42 -DESCRIPTION="Library for manipulating TrueType, OpenType, AFM and Type1 fonts"
43 -HOMEPAGE="https://github.com/fonttools/fonttools/"
44 -SRC_URI="https://github.com/fonttools/fonttools/archive/${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="BSD"
47 -SLOT="0"
48 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~x64-macos"
49 -
50 -BDEPEND="
51 - test? (
52 - >=dev-python/fs-2.4.9[${PYTHON_USEDEP}]
53 - app-arch/brotli[python,${PYTHON_USEDEP}]
54 - app-arch/zopfli
55 - )"
56 -
57 -distutils_enable_tests pytest
58 -
59 -python_prepare_all() {
60 - # When dev-python/pytest-shutil is installed, we get weird import errors.
61 - # This is due to incomplete nesting in the Tests/ tree:
62 - #
63 - # Tests/feaLib/__init__.py
64 - # Tests/ufoLib/__init__.py
65 - # Tests/svgLib/path/__init__.py
66 - # Tests/otlLib/__init__.py
67 - # Tests/varLib/__init__.py
68 - #
69 - # This tree requires an __init__.py in Tests/svgLib/ too, bug #701148.
70 - touch Tests/svgLib/__init__.py || die
71 -
72 - distutils-r1_python_prepare_all
73 -}
74 -
75 -python_test() {
76 - # virtualx used when matplotlib is installed causing plot module tests to run
77 - virtx epytest Tests fontTools
78 -}
79
80 diff --git a/dev-python/fonttools/fonttools-4.24.4.ebuild b/dev-python/fonttools/fonttools-4.24.4.ebuild
81 deleted file mode 100644
82 index 95ced12ecf0..00000000000
83 --- a/dev-python/fonttools/fonttools-4.24.4.ebuild
84 +++ /dev/null
85 @@ -1,47 +0,0 @@
86 -# Copyright 1999-2021 Gentoo Authors
87 -# Distributed under the terms of the GNU General Public License v2
88 -
89 -EAPI=7
90 -
91 -PYTHON_COMPAT=( python3_{7..9} )
92 -PYTHON_REQ_USE="xml(+)"
93 -
94 -inherit distutils-r1 virtualx
95 -
96 -DESCRIPTION="Library for manipulating TrueType, OpenType, AFM and Type1 fonts"
97 -HOMEPAGE="https://github.com/fonttools/fonttools/"
98 -SRC_URI="https://github.com/fonttools/fonttools/archive/${PV}.tar.gz -> ${P}.tar.gz"
99 -
100 -LICENSE="BSD"
101 -SLOT="0"
102 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos"
103 -
104 -BDEPEND="
105 - test? (
106 - >=dev-python/fs-2.4.9[${PYTHON_USEDEP}]
107 - app-arch/brotli[python,${PYTHON_USEDEP}]
108 - app-arch/zopfli
109 - )"
110 -
111 -distutils_enable_tests pytest
112 -
113 -python_prepare_all() {
114 - # When dev-python/pytest-shutil is installed, we get weird import errors.
115 - # This is due to incomplete nesting in the Tests/ tree:
116 - #
117 - # Tests/feaLib/__init__.py
118 - # Tests/ufoLib/__init__.py
119 - # Tests/svgLib/path/__init__.py
120 - # Tests/otlLib/__init__.py
121 - # Tests/varLib/__init__.py
122 - #
123 - # This tree requires an __init__.py in Tests/svgLib/ too, bug #701148.
124 - touch Tests/svgLib/__init__.py || die
125 -
126 - distutils-r1_python_prepare_all
127 -}
128 -
129 -python_test() {
130 - # virtualx used when matplotlib is installed causing plot module tests to run
131 - virtx epytest Tests fontTools
132 -}