Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/fontParts/
Date: Mon, 30 May 2022 13:17:21
Message-Id: 1653916632.3480e3ff95d4ac9b91a73382be7fee259b486f09.Alessandro-Barbieri@gentoo
1 commit: 3480e3ff95d4ac9b91a73382be7fee259b486f09
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon May 30 13:04:48 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Mon May 30 13:17:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3480e3ff
7
8 dev-python/fontParts: drop 0.10.4
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/fontParts/Manifest | 1 -
13 dev-python/fontParts/fontParts-0.10.4.ebuild | 37 ----------------------------
14 2 files changed, 38 deletions(-)
15
16 diff --git a/dev-python/fontParts/Manifest b/dev-python/fontParts/Manifest
17 index 8d038490c..2ab0eef0e 100644
18 --- a/dev-python/fontParts/Manifest
19 +++ b/dev-python/fontParts/Manifest
20 @@ -1,2 +1 @@
21 -DIST fontParts-0.10.4.tar.gz 428116 BLAKE2B c3f7dcab8f8825a118373d0ba282bbbdf86073c5f0862a6ef04b88b35152370687c625933b41e1bd4da615af0325d971178186e74d2005fd12f85035d36e2979 SHA512 35bf88b80edeef3a52c46e7b8bb991e99ee93bf6a65909b81368a5a514898f7fe60354134200c176761787e8927170c064997a4d16979585d3b8ddf9962f3afe
22 DIST fontParts-0.10.5.tar.gz 431282 BLAKE2B f0585b0220b35f9b6fc18ace6b517b69fecf87e2d0e1fda7ea5753512851e49b2fd122af628286a638d9c178212602e0ca467b38a94577d11ea3bb117d944a6b SHA512 961507c60de82da516f5cefbb3ca998533751234953c01c28e2ca534d47916e534c1cd6dc95add182e7da10ff57b1a0e0e5ad20fcbe4c385d5f2f58dde0be927
23
24 diff --git a/dev-python/fontParts/fontParts-0.10.4.ebuild b/dev-python/fontParts/fontParts-0.10.4.ebuild
25 deleted file mode 100644
26 index 3a830bdde..000000000
27 --- a/dev-python/fontParts/fontParts-0.10.4.ebuild
28 +++ /dev/null
29 @@ -1,37 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -PYTHON_COMPAT=( python3_{8..9} )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="An API for interacting with the parts of fonts"
40 -HOMEPAGE="https://github.com/robotools/fontParts"
41 -SRC_URI="https://github.com/robotools/fontParts/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -KEYWORDS="~amd64 ~x86"
44 -LICENSE="MIT"
45 -SLOT="0"
46 -IUSE="test"
47 -
48 -RDEPEND="
49 - ${PYTHON_DEPS}
50 - >=dev-python/booleanOperations-0.9.0[${PYTHON_USEDEP}]
51 - >=dev-python/defcon-0.6.0[${PYTHON_USEDEP}]
52 - >=dev-python/fontMath-0.4.8[${PYTHON_USEDEP}]
53 - >=dev-python/fonttools-3.32.0[${PYTHON_USEDEP}]
54 -"
55 -DEPEND="${RDEPEND}"
56 -BDEPEND="test? ( dev-python/fontPens[${PYTHON_USEDEP}] )"
57 -
58 -RESTRICT="!test? ( test )"
59 -
60 -pkg_setup() {
61 - export SETUPTOOLS_SCM_PRETEND_VERSION="${PV%_*}"
62 -}
63 -
64 -python_test() {
65 - "${EPYTHON}" Lib/fontParts/fontshell/test.py -v || die "Tests failed with ${EPYTHON}"
66 -}