diff options
Diffstat (limited to 'dev-python/vttlib/vttlib-0.12.0.ebuild')
-rw-r--r-- | dev-python/vttlib/vttlib-0.12.0.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-python/vttlib/vttlib-0.12.0.ebuild b/dev-python/vttlib/vttlib-0.12.0.ebuild deleted file mode 100644 index cf8328380..000000000 --- a/dev-python/vttlib/vttlib-0.12.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# 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 |