commit: 4d289ea6d8ba16ee3678453bca139d5764635d26
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 28 09:42:52 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 28 09:42:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4d289ea6
dev-python/glyphsLib: fix ReferenceInMetadataVar, add bdep on unzip
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/glyphsLib/glyphsLib-5.3.0.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-python/glyphsLib/glyphsLib-5.3.0.ebuild
b/dev-python/glyphsLib/glyphsLib-5.3.0.ebuild
index c22b644fe..cd1734989 100644
--- a/dev-python/glyphsLib/glyphsLib-5.3.0.ebuild
+++ b/dev-python/glyphsLib/glyphsLib-5.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{7,8} )
inherit distutils-r1
DESCRIPTION="A library to provide a bridge from Glyphs source files to UFOs"
-HOMEPAGE="https://github.com/googlei18n/${PN}"
+HOMEPAGE="https://github.com/googlei18n/glyphsLib"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
LICENSE="Apache-2.0 MIT"
@@ -21,6 +21,7 @@ RDEPEND="
"
BDEPEND="
+ app-arch/unzip
dev-python/setuptools_scm[${PYTHON_USEDEP}]
test? (
dev-python/defcon[${PYTHON_USEDEP}]