commit:     e55160d3536c3f76d3bfc8c851764d013c66cc38
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Jun 28 04:21:46 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 04:34:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e55160d3

dev-python/fontParts: drop 0.10.5

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

 dev-python/fontParts/Manifest                |  1 -
 dev-python/fontParts/fontParts-0.10.5.ebuild | 37 ----------------------------
 2 files changed, 38 deletions(-)

diff --git a/dev-python/fontParts/Manifest b/dev-python/fontParts/Manifest
index 1406a42b1..96716cd8d 100644
--- a/dev-python/fontParts/Manifest
+++ b/dev-python/fontParts/Manifest
@@ -1,2 +1 @@
-DIST fontParts-0.10.5.tar.gz 431282 BLAKE2B 
f0585b0220b35f9b6fc18ace6b517b69fecf87e2d0e1fda7ea5753512851e49b2fd122af628286a638d9c178212602e0ca467b38a94577d11ea3bb117d944a6b
 SHA512 
961507c60de82da516f5cefbb3ca998533751234953c01c28e2ca534d47916e534c1cd6dc95add182e7da10ff57b1a0e0e5ad20fcbe4c385d5f2f58dde0be927
 DIST fontParts-0.10.6.gh.tar.gz 431799 BLAKE2B 
e1fdc0e4ac54a62ec025bf73596e9abb2472dbb4eff5f2eea2667da31c5b75cf37a1db9cc25b2fac8afb8815b721aa7439f91129e03df018ba77e9a4b37886cd
 SHA512 
77b888c7393a92153fbd0c61a6e3e30a1c8c9416db4132799cfd938f819ff415f408d31326b87e8bd5b9b9876559a82a61251328684933b7ecc33ccc9735b843

diff --git a/dev-python/fontParts/fontParts-0.10.5.ebuild 
b/dev-python/fontParts/fontParts-0.10.5.ebuild
deleted file mode 100644
index aa8317901..000000000
--- a/dev-python/fontParts/fontParts-0.10.5.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="An API for interacting with the parts of fonts"
-HOMEPAGE="https://github.com/robotools/fontParts";
-SRC_URI="https://github.com/robotools/fontParts/archive/refs/tags/${PV}.tar.gz 
-> ${P}.tar.gz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-
-RDEPEND="
-       ${PYTHON_DEPS}
-       >=dev-python/booleanOperations-0.9.0[${PYTHON_USEDEP}]
-       >=dev-python/defcon-0.6.0[${PYTHON_USEDEP}]
-       >=dev-python/fontMath-0.4.8[${PYTHON_USEDEP}]
-       >=dev-python/fonttools-3.32.0[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="test? ( dev-python/fontPens[${PYTHON_USEDEP}] )"
-
-RESTRICT="!test? ( test )"
-
-pkg_setup() {
-       export SETUPTOOLS_SCM_PRETEND_VERSION="${PV%_*}"
-}
-
-python_test() {
-       "${EPYTHON}" Lib/fontParts/fontshell/test.py -v || die "Tests failed 
with ${EPYTHON}"
-}

Reply via email to