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/glyphsLib/
Date: Mon, 30 May 2022 23:04:38
Message-Id: 1653951863.45fa1c5c3a229e4e83e12e0a2e8b824a916afbb2.Alessandro-Barbieri@gentoo
1 commit: 45fa1c5c3a229e4e83e12e0a2e8b824a916afbb2
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon May 30 23:00:08 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Mon May 30 23:04:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=45fa1c5c
7
8 dev-python/glyphsLib: drop 6.0.4
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/glyphsLib/Manifest | 1 -
13 dev-python/glyphsLib/glyphsLib-6.0.4.ebuild | 43 -----------------------------
14 2 files changed, 44 deletions(-)
15
16 diff --git a/dev-python/glyphsLib/Manifest b/dev-python/glyphsLib/Manifest
17 index 3903580d8..3ac7f10fb 100644
18 --- a/dev-python/glyphsLib/Manifest
19 +++ b/dev-python/glyphsLib/Manifest
20 @@ -1,2 +1 @@
21 -DIST glyphsLib-6.0.4.tar.gz 31130361 BLAKE2B c53cc57bc001e2a5c0cc229db36767cc240659325cbb0f471c91de54adc805d73a794bb91b8e73400261ccb5ccc79c939b77f5a2fd5fc50a8c30fdc6ea9eb053 SHA512 782dfcccfb29d44c492aed790d8f52d670f4ef36e2285390e47bc799c37aec8037b6c717c923234d2bc43e2132f16a27c70c0448b594b8f64ad1af91bcbc840e
22 DIST glyphsLib-6.0.5.tar.gz 31132348 BLAKE2B 7c4dbaac9db5142421e9b9785f363f6a8af3923f62b2c635d22072ce7a60a3c775371d7c1f75410509bb072e81cb1922e4d294fa2eb4b68c5fd67859c949f058 SHA512 71c371fac446f313c373923d3fcd675e3007ab9ffddf7bb0540a305c6412fcfccc7be90208398e8238d4774b40488b819517cbf170b789ad276168ac416b9c06
23
24 diff --git a/dev-python/glyphsLib/glyphsLib-6.0.4.ebuild b/dev-python/glyphsLib/glyphsLib-6.0.4.ebuild
25 deleted file mode 100644
26 index 82ab32585..000000000
27 --- a/dev-python/glyphsLib/glyphsLib-6.0.4.ebuild
28 +++ /dev/null
29 @@ -1,43 +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 -DISTUTILS_USE_PEP517=setuptools
36 -PYTHON_COMPAT=( python3_{8..9} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="A library to provide a bridge from Glyphs source files to UFOs"
41 -HOMEPAGE="https://github.com/googlefonts/glyphsLib"
42 -SRC_URI="https://github.com/googlefonts/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="Apache-2.0 MIT"
45 -KEYWORDS="~amd64"
46 -SLOT="0"
47 -
48 -RDEPEND="
49 - >=dev-python/fonttools-4.27.1[${PYTHON_USEDEP}]
50 - >=dev-python/ufoLib2-0.6.2[${PYTHON_USEDEP}]
51 - >=dev-python/openstep-plist-0.3.0[${PYTHON_USEDEP}]
52 -"
53 -DEPEND="
54 - ${RDEPEND}
55 - >=dev-python/setuptools_scm-6.0[${PYTHON_USEDEP}]
56 - dev-python/wheel[${PYTHON_USEDEP}]
57 -"
58 -BDEPEND="
59 - test? (
60 - dev-python/defcon[${PYTHON_USEDEP}]
61 - dev-python/ufoNormalizer[${PYTHON_USEDEP}]
62 - dev-python/ufo2ft[${PYTHON_USEDEP}]
63 - >=app-text/xmldiff-2.2[${PYTHON_USEDEP}]
64 - )
65 -"
66 -
67 -distutils_enable_tests pytest
68 -
69 -python_prepare_all() {
70 - export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}"
71 - distutils-r1_python_prepare_all
72 -}