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: Sun, 03 Oct 2021 22:16:44
Message-Id: 1633299399.bce5a8efef0aaec372069da5192b0f0e54be0d05.Alessandro-Barbieri@gentoo
1 commit: bce5a8efef0aaec372069da5192b0f0e54be0d05
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun Oct 3 22:13:36 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sun Oct 3 22:16:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bce5a8ef
7
8 dev-python/glyphsLib: EAPI bump
9
10 Closes: https://bugs.gentoo.org/816120
11 Package-Manager: Portage-3.0.26, Repoman-3.0.3
12 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
13
14 .../glyphsLib/{glyphsLib-5.3.2.ebuild => glyphsLib-5.3.2-r1.ebuild} | 5 ++---
15 1 file changed, 2 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-python/glyphsLib/glyphsLib-5.3.2.ebuild b/dev-python/glyphsLib/glyphsLib-5.3.2-r1.ebuild
18 similarity index 95%
19 rename from dev-python/glyphsLib/glyphsLib-5.3.2.ebuild
20 rename to dev-python/glyphsLib/glyphsLib-5.3.2-r1.ebuild
21 index f01689346..f52e847f0 100644
22 --- a/dev-python/glyphsLib/glyphsLib-5.3.2.ebuild
23 +++ b/dev-python/glyphsLib/glyphsLib-5.3.2-r1.ebuild
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=7
29 +EAPI=8
30
31 -DISTUTILS_USE_SETUPTOOLS=rdepend
32 PYTHON_COMPAT=( python3_{8..9} )
33 +
34 inherit distutils-r1
35
36 DESCRIPTION="A library to provide a bridge from Glyphs source files to UFOs"
37 @@ -19,7 +19,6 @@ RDEPEND="
38 >=dev-python/fonttools-4.14[${PYTHON_USEDEP}]
39 >=dev-python/ufoLib2-0.8[${PYTHON_USEDEP}]
40 "
41 -
42 BDEPEND="
43 app-arch/unzip
44 dev-python/setuptools_scm[${PYTHON_USEDEP}]