dev-python/ufo2ft: drop 2.26.0

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova 2022-06-01 10:02:26 +05:00
parent 608f81933f
commit c652666114
No known key found for this signature in database
GPG Key ID: E7B76EDC50864BB1
2 changed files with 0 additions and 39 deletions

View File

@ -1,2 +1 @@
DIST ufo2ft-2.26.0.tar.gz 173354 BLAKE2B 6271498143219e7a6870dc66eacf99a0ef4f6a0216d6d41e20b74517b0efa68f9a0a950c17c92d0a080a26c0761a86cf88d4918efb76658e233d9b08b76d1e9d SHA512 6a6d07603c0335adbe74f6913bfa3cb33d5eaaf6fb8b3ff0d92744bb2aaddcfa14bbfeedfd18215d3483fe39e4c6166352387b639768ce90a7d9c4905a79900d
DIST ufo2ft-2.27.0.tar.gz 174521 BLAKE2B 2b80fa7bf234860e2d61940c662435d3f1a0f7a254e9a79a2acda1aded5b2948840a8e74455f177b6a76e6d5dc2950fc2328589cdc517a98b863cef228326594 SHA512 f1475424730a98d8eee4b1c3fcbcace97b55e8b5109cae5ad5a1de191d30483ac9ecfc8e1ade3eabb0d04e12dfb2bfc73478b17d637d65c566b7ddf41dc0caec

View File

@ -1,38 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
DESCRIPTION="A bridge from UFOs to FontTool objects"
HOMEPAGE="
https://github.com/googlefonts/ufo2ft
https://pypi.org/project/ufo2ft/
"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
KEYWORDS="~amd64"
SLOT="0"
RDEPEND="
>=dev-python/booleanOperations-0.9.0[${PYTHON_USEDEP}]
>=dev-python/compreffor-0.5.1_p1[${PYTHON_USEDEP}]
>=dev-python/cffsubr-0.2.9_p1[${PYTHON_USEDEP}]
>=dev-python/cu2qu-1.6.7[${PYTHON_USEDEP}]
>=dev-python/defcon-0.10.0[${PYTHON_USEDEP}]
>=dev-python/fonttools-4.29.1[${PYTHON_USEDEP}]
>=dev-python/skia-pathops-0.7.0[${PYTHON_USEDEP}]
>=dev-python/ufoLib2-0.13.1[${PYTHON_USEDEP}]
"
DEPEND="
dev-python/setuptools_scm[${PYTHON_USEDEP}]
test? (
dev-python/glyphsLib[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest