dev-python/vttlib: add 0.12.0

Closes: https://bugs.gentoo.org/798528
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2023-05-09 19:48:20 +05:00
parent ee88dd4c61
commit 9d48e0dfcc
2 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
# 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_PN="vttLib"
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Dump, merge and compile Visual TrueType data in UFO3 with FontTools"
HOMEPAGE="
https://pypi.org/project/vttLib/
https://github.com/daltonmaag/vttLib
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
>=dev-python/fonttools-4.10.2[${PYTHON_USEDEP}]
>=dev-python/fs-2.2.0[${PYTHON_USEDEP}]
>=dev-python/pyparsing-2.4.7[${PYTHON_USEDEP}]
>=dev-python/ufoLib2-0.7.1[${PYTHON_USEDEP}]
"
BDEPEND="
app-arch/unzip
test? (
>=dev-python/ufo2ft-2.14.0[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest