mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 08:33:15 -04:00
dev-python/glyphsLib: add 6.2.2
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST glyphsLib-6.0.5.gh.tar.gz 31132348 BLAKE2B 7c4dbaac9db5142421e9b9785f363f6a8af3923f62b2c635d22072ce7a60a3c775371d7c1f75410509bb072e81cb1922e4d294fa2eb4b68c5fd67859c949f058 SHA512 71c371fac446f313c373923d3fcd675e3007ab9ffddf7bb0540a305c6412fcfccc7be90208398e8238d4774b40488b819517cbf170b789ad276168ac416b9c06
|
||||
DIST glyphsLib-6.2.2.tar.gz 25796492 BLAKE2B 6f6a884e7aa6ad4d15fb16f7079646f15ac66fe61432a9f981f038edc408b934eb87b09090a8a81de1ba24935981449abafcb59d975d0b4a4dec1022edf24fbd SHA512 418bf15e71cc7fcbdbfefd462c2c56178ebdae312cbc4ffe16f4d3d1673e86bf61f72a1d52656764dd7181ced5547fe934178ff51fac43b1ae2473b55373ae1e
|
||||
|
||||
38
dev-python/glyphsLib/glyphsLib-6.2.2.ebuild
Normal file
38
dev-python/glyphsLib/glyphsLib-6.2.2.ebuild
Normal file
@@ -0,0 +1,38 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A bridge from Glyphs source files (.glyphs) to UFOs"
|
||||
HOMEPAGE="
|
||||
https://pypi.org/project/glyphsLib/
|
||||
https://github.com/googlefonts/glyphsLib
|
||||
"
|
||||
|
||||
LICENSE="Apache-2.0 MIT"
|
||||
KEYWORDS="~amd64"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/fonttools-4.38.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/fs-2.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/ufoLib2-0.6.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/openstep-plist-0.3.0[${PYTHON_USEDEP}]
|
||||
$(python_gen_cond_dep \
|
||||
'dev-python/unicodedata2[${PYTHON_USEDEP}]' 3.10)
|
||||
"
|
||||
BDEPEND="
|
||||
test? (
|
||||
>=app-text/xmldiff-2.2[${PYTHON_USEDEP}]
|
||||
dev-python/defcon[${PYTHON_USEDEP}]
|
||||
dev-python/ufoNormalizer[${PYTHON_USEDEP}]
|
||||
dev-python/ufo2ft[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user