mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 03:23:20 -04:00
dev-python/babelfont: add 3.0.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
33
dev-python/babelfont/babelfont-3.0.0.ebuild
Normal file
33
dev-python/babelfont/babelfont-3.0.0.ebuild
Normal file
@@ -0,0 +1,33 @@
|
||||
# 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=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Interrogate and manipulate UFO, TTF and OTF fonts with a common interface"
|
||||
HOMEPAGE="
|
||||
https://github.com/simoncozens/babelfont
|
||||
https://pypi.org/project/babelfont/
|
||||
"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/cu2qu-1.6.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/fontFeatures-1.0.6[${PYTHON_USEDEP}]
|
||||
>=dev-python/fonttools-4.21.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/glyphsLib-5.3.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/openstep-plist-0.2.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/orjson-3.5.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/ufoLib2-0.11.1[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
# no tests in pypi release
|
||||
RESTRICT="test"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user