commit:     5dc2cafaf7f6e2cf257ac9a5b726b70091d5565b
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Mar 18 10:00:49 2022 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Fri Mar 18 10:00:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5dc2cafa

dev-python/compreffor: drop 0.5.1

Closes: https://bugs.gentoo.org/816165
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/compreffor/Manifest                |  1 -
 dev-python/compreffor/compreffor-0.5.1.ebuild | 35 ---------------------------
 2 files changed, 36 deletions(-)

diff --git a/dev-python/compreffor/Manifest b/dev-python/compreffor/Manifest
index 11b3c1337..fe4babae3 100644
--- a/dev-python/compreffor/Manifest
+++ b/dev-python/compreffor/Manifest
@@ -1,2 +1 @@
 DIST compreffor-0.5.1.post1.tar.gz 75132 BLAKE2B 
ed37118c45d616029dad90451240ff7d5eb131ecd080c713ccc8241d3288a869f5e2950524b0faf58e895c8f1e76e0da8df24cc0526a1ce342d509de856fc0e2
 SHA512 
eaab7e01b158f68c28c946f39af80bd8313b9338301aee8a4119de243442791d68cf7edc0e8ac86efc0cadf6115de89f38ec445cf5ce13055aed44dcfaeb3eed
-DIST compreffor-0.5.1.zip 78104 BLAKE2B 
515bb6079ac8ba1498568dcb68c1f1da046e2877997c4ca9ae30be99db7e7e331b874e2d11b4ecf78ee0be00e5f3778096dad3067743f002254ea52861e94522
 SHA512 
86008c487ea84ba713a784035dc260bba045c2bd9791e3fdbbd30f300ec5a9796b8f9c54dd39f19a6cb4143e7e1c3c59f7b31f1e5455e707815ec9cc363c6761

diff --git a/dev-python/compreffor/compreffor-0.5.1.ebuild 
b/dev-python/compreffor/compreffor-0.5.1.ebuild
deleted file mode 100644
index 376588d05..000000000
--- a/dev-python/compreffor/compreffor-0.5.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{8,9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip"
-KEYWORDS="~amd64"
-DESCRIPTION="A CFF table subroutinizer for FontTools"
-HOMEPAGE="https://github.com/googlefonts/compreffor";
-LICENSE="Apache-2.0"
-SLOT="0"
-
-RDEPEND="
-       >=dev-python/fonttools-4.2.0[${PYTHON_USEDEP}]
-"
-DEPEND="
-       ${RDEPEND}
-"
-BDEPEND="
-       app-arch/unzip
-       dev-python/cython[${PYTHON_USEDEP}]
-"
-PATCHES=( "${FILESDIR}/remove-pytest-runner.patch" )
-
-distutils_enable_tests pytest
-
-python_test() {
-       distutils_install_for_testing
-       default
-}

Reply via email to