dev-python/ufo2ft: add 2.31.1

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2023-05-03 23:22:22 +05:00
parent 17d0271080
commit e3dffaaf7b
2 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
# 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
inherit distutils-r1 optfeature pypi
DESCRIPTION="A bridge from UFOs to FontTools"
HOMEPAGE="
https://pypi.org/project/ufo2ft/
https://github.com/googlefonts/ufo2ft
"
LICENSE="MIT"
KEYWORDS="~amd64"
SLOT="0"
RDEPEND="
>=dev-python/booleanOperations-0.9.0[${PYTHON_USEDEP}]
>=dev-python/cffsubr-0.2.8[${PYTHON_USEDEP}]
>=dev-python/cu2qu-1.6.7[${PYTHON_USEDEP}]
>=dev-python/fonttools-4.39.2[${PYTHON_USEDEP}]
>=dev-python/fs-2.2.0[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
dev-python/compreffor[${PYTHON_USEDEP}]
dev-python/defcon[${PYTHON_USEDEP}]
dev-python/skia-pathops[${PYTHON_USEDEP}]
dev-python/ufoLib2[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest
pkg_postinst() {
optfeature "compreffor support" dev-python/compreffor
optfeature "pathops support" dev-python/skia-pathops
}