commit:     3e7113a77c54ec753bb6034b538d7c58a40aaf6d
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat May 28 21:38:58 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat May 28 21:38:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e7113a7

dev-python/ufoLib2: drop 0.11.4

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/ufoLib2/Manifest              |  1 -
 dev-python/ufoLib2/ufoLib2-0.11.4.ebuild | 43 --------------------------------
 2 files changed, 44 deletions(-)

diff --git a/dev-python/ufoLib2/Manifest b/dev-python/ufoLib2/Manifest
index ffa41dfc3..18f3e0115 100644
--- a/dev-python/ufoLib2/Manifest
+++ b/dev-python/ufoLib2/Manifest
@@ -1,2 +1 @@
-DIST ufoLib2-0.11.4.zip 119452 BLAKE2B 
841c7737c8d8479cc9bdbdbd0f1690854088abba9028035a9f03ccf091c95808d77fa445e678e2f5576482f820fcf5f20d92b93822e3bd167a1def5cdd8024a5
 SHA512 
dcd307d24a1c7ef0c932ed6edda2e5aab6a691cf7b0ae1f4c89b7bf57f6cb988fde9889d569ca21f1571f493c6efcf0411b55b8990e7a9fdce3316863de9a8cd
 DIST ufoLib2-0.13.1.tar.gz 88239 BLAKE2B 
5c15c1ad9eedba904cb9730604d3853d21fc8f7ae30f440421349f233bac356947aaab7f57204cef9684f1beaabeeefbf913a973f44afc6b8dd185015abb9d87
 SHA512 
163304999912f1d838f995e3524f4538c176bbff471b07b7670147a0d7e706542c67601dacd29dd985bf5a7ae95688008b7c292f1d67c38756ec633069c7bd64

diff --git a/dev-python/ufoLib2/ufoLib2-0.11.4.ebuild 
b/dev-python/ufoLib2/ufoLib2-0.11.4.ebuild
deleted file mode 100644
index 7fe869115..000000000
--- a/dev-python/ufoLib2/ufoLib2-0.11.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DOCS_DEPEND="
-       dev-python/sphinx_rtd_theme
-       dev-python/typing-extensions
-"
-DOCS_DIR="${S}/docs/source"
-DOCS_BUILDER="sphinx"
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit distutils-r1 docs
-
-DESCRIPTION="A UFO font library"
-HOMEPAGE="https://github.com/fonttools/ufoLib2";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-       >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
-       >=dev-python/fonttools-4.0.0[${PYTHON_USEDEP}]
-       dev-python/lxml[${PYTHON_USEDEP}]
-"
-DEPEND="
-       ${RDEPEND}
-       dev-python/setuptools_scm[${PYTHON_USEDEP}]
-       test? (
-               dev-python/typing-extensions[${PYTHON_USEDEP}]
-       )
-"
-BDEPEND="app-arch/unzip"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-       sed -e '/\<wheel\>/d' -i setup.cfg || die
-       distutils-r1_python_prepare_all
-}

Reply via email to