commit: bce5a8efef0aaec372069da5192b0f0e54be0d05 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Sun Oct 3 22:13:36 2021 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Sun Oct 3 22:16:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bce5a8ef
dev-python/glyphsLib: EAPI bump Closes: https://bugs.gentoo.org/816120 Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> .../glyphsLib/{glyphsLib-5.3.2.ebuild => glyphsLib-5.3.2-r1.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/glyphsLib/glyphsLib-5.3.2.ebuild b/dev-python/glyphsLib/glyphsLib-5.3.2-r1.ebuild similarity index 95% rename from dev-python/glyphsLib/glyphsLib-5.3.2.ebuild rename to dev-python/glyphsLib/glyphsLib-5.3.2-r1.ebuild index f01689346..f52e847f0 100644 --- a/dev-python/glyphsLib/glyphsLib-5.3.2.ebuild +++ b/dev-python/glyphsLib/glyphsLib-5.3.2-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{8..9} ) + inherit distutils-r1 DESCRIPTION="A library to provide a bridge from Glyphs source files to UFOs" @@ -19,7 +19,6 @@ RDEPEND=" >=dev-python/fonttools-4.14[${PYTHON_USEDEP}] >=dev-python/ufoLib2-0.8[${PYTHON_USEDEP}] " - BDEPEND=" app-arch/unzip dev-python/setuptools_scm[${PYTHON_USEDEP}]
