commit: 814cc4927cbf613bbf0771bf27148e2b0d7e1d21 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Thu May 18 02:21:28 2023 +0000 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> CommitDate: Thu May 18 04:53:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=814cc492
dev-python/babelfont: drop 3.0.0_alpha9 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> dev-python/babelfont/Manifest | 1 - dev-python/babelfont/babelfont-3.0.0_alpha9.ebuild | 35 ---------------------- 2 files changed, 36 deletions(-) diff --git a/dev-python/babelfont/Manifest b/dev-python/babelfont/Manifest index 44812cf69..d58081261 100644 --- a/dev-python/babelfont/Manifest +++ b/dev-python/babelfont/Manifest @@ -1,2 +1 @@ DIST babelfont-3.0.0.tar.gz 30167 BLAKE2B 4780b9f99ee0c453c66d9be1f27f128392f5dfce916613924aa16fd60f4d26736c2e253d10afbb5f8cf081c18795d0738a643e606035394ff11f5d6373078aee SHA512 7d3f7bd978236477f934fcbdfee929df8cf1f71d8118677e82e360e0eb9d4ff43fce4b6ee0b3c561a5f8be54d1d9fa31951ba0b2cf61d6b426800907a184ba5d -DIST babelfont-3.0.0a9.tar.gz 27947 BLAKE2B e37c3cec990d4237f3d7c4a95774136a1afd1fe4803bd49e55db95f8fd2612dd0e03b65f67353967c75b2c4960c241b657fa94a02dc811a547902c7e4a682208 SHA512 2243bf9b40ae755596e397d4f7998b5a37bea253e9c3aa8ee711546012086d652b5fce6aabd0264f7da4476b9f3ab83dae46022de4e8ea75696bc44637b6d2b5 diff --git a/dev-python/babelfont/babelfont-3.0.0_alpha9.ebuild b/dev-python/babelfont/babelfont-3.0.0_alpha9.ebuild deleted file mode 100644 index d0064bea7..000000000 --- a/dev-python/babelfont/babelfont-3.0.0_alpha9.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 - -DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_10 ) - -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/orjson-3.5.1[${PYTHON_USEDEP}] - >=dev-python/fonttools-4.21.1[${PYTHON_USEDEP}] - >=dev-python/ufoLib2-0.11.1[${PYTHON_USEDEP}] - >=dev-python/openstep-plist-0.2.2[${PYTHON_USEDEP}] - >=dev-python/glyphsLib-5.3.2[${PYTHON_USEDEP}] - >=dev-python/glyphsLib-5.3.2[${PYTHON_USEDEP}] - >=dev-python/cu2qu-1.6.7[${PYTHON_USEDEP}] - dev-python/fontFeatures[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" - -RESTRICT="test" # no tests in pypi release, pypi alpha releases untagged in github - -distutils_enable_tests pytest
