commit: 9d48e0dfcc377f7da07def41b9df6f219961eb68 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Tue May 9 14:48:20 2023 +0000 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> CommitDate: Tue May 9 14:48:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9d48e0df
dev-python/vttlib: add 0.12.0 Closes: https://bugs.gentoo.org/798528 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> dev-python/vttlib/Manifest | 1 + dev-python/vttlib/vttlib-0.12.0.ebuild | 35 ++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/dev-python/vttlib/Manifest b/dev-python/vttlib/Manifest index 9d405ee9e..e4be965bc 100644 --- a/dev-python/vttlib/Manifest +++ b/dev-python/vttlib/Manifest @@ -1 +1,2 @@ DIST vttLib-0.11.0.zip 148335 BLAKE2B 550fb5855972ac626ad9ad98088f1b4f20794a11cb2b29f112ce669d9768c2ca910edb939392a35e3e5163eb1e236bf6a76565377828727bc6017f008ad8309a SHA512 b26f6ad967e1e16d55644e984a5f02b65ed1fd0797dc4c46fac9df786720e9b3b51eb7ab59c97a6a449b3915acecfb5f17a7a3deeb615eee21f1164c37297019 +DIST vttLib-0.12.0.tar.gz 132148 BLAKE2B 65aab1814e1c8b2b1cc4f517629667f7fe8e18f7b8786e36c9ec3b3c5902516e86a904b9dc999624fdc622a6542bff41e9c9add225514276e7fc09bb4251293e SHA512 e8095a14dbb8105c44b539496b51de8f7718f000618bf2e1bd95c9137129abd1ac3a36516f433e7735ffd22686869fd92bedf434170598e2f9faa3e8f67e45e2 diff --git a/dev-python/vttlib/vttlib-0.12.0.ebuild b/dev-python/vttlib/vttlib-0.12.0.ebuild new file mode 100644 index 000000000..cf8328380 --- /dev/null +++ b/dev-python/vttlib/vttlib-0.12.0.ebuild @@ -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
