Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/compreffor/
Date: Mon, 14 Jun 2021 23:09:53
Message-Id: 1623712183.2543c50b1e1c58267bf5719fbaafea7a7b2797ea.Alessandro-Barbieri@gentoo
1 commit: 2543c50b1e1c58267bf5719fbaafea7a7b2797ea
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon Jun 14 22:50:45 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Mon Jun 14 23:09:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2543c50b
7
8 dev-python/compreffor: drop 0.5.0
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/compreffor/Manifest | 1 -
13 dev-python/compreffor/compreffor-0.5.0.ebuild | 40 ---------------------------
14 2 files changed, 41 deletions(-)
15
16 diff --git a/dev-python/compreffor/Manifest b/dev-python/compreffor/Manifest
17 index 26cabe638..1fe65fb46 100644
18 --- a/dev-python/compreffor/Manifest
19 +++ b/dev-python/compreffor/Manifest
20 @@ -1,2 +1 @@
21 -DIST compreffor-0.5.0.zip 86507 BLAKE2B 3d019106018b4eaf5dd72e666881a3a94edd4fc48853d520c713e84d4009716b4f3bf9621a4be76c92753408780969271fd7924b6452b9049546ffb919cacb80 SHA512 cf42cfff8b98d2e6b76f688dda5d3d6bc7cc30fffcc512e9fae6eeacfce61fd4e2d448950e396f49e8ed5ccf1b50523168404b28b111985969e191e9fea063b9
22 DIST compreffor-0.5.1.zip 78104 BLAKE2B 515bb6079ac8ba1498568dcb68c1f1da046e2877997c4ca9ae30be99db7e7e331b874e2d11b4ecf78ee0be00e5f3778096dad3067743f002254ea52861e94522 SHA512 86008c487ea84ba713a784035dc260bba045c2bd9791e3fdbbd30f300ec5a9796b8f9c54dd39f19a6cb4143e7e1c3c59f7b31f1e5455e707815ec9cc363c6761
23
24 diff --git a/dev-python/compreffor/compreffor-0.5.0.ebuild b/dev-python/compreffor/compreffor-0.5.0.ebuild
25 deleted file mode 100644
26 index e6cd0da7e..000000000
27 --- a/dev-python/compreffor/compreffor-0.5.0.ebuild
28 +++ /dev/null
29 @@ -1,40 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI="7"
34 -
35 -PYTHON_COMPAT=( python3_{7,8} )
36 -DISTUTILS_USE_SETUPTOOLS=rdepend
37 -
38 -inherit distutils-r1
39 -
40 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip"
41 -KEYWORDS="~amd64"
42 -DESCRIPTION="A CFF table subroutinizer for FontTools"
43 -HOMEPAGE="https://github.com/googlefonts/compreffor"
44 -LICENSE="Apache-2.0"
45 -SLOT="0"
46 -
47 -RDEPEND="
48 - >=dev-python/fonttools-4.2.0[${PYTHON_USEDEP}]
49 -"
50 -DEPEND="
51 - ${RDEPEND}
52 -"
53 -BDEPEND="
54 - app-arch/unzip
55 - dev-python/cython[${PYTHON_USEDEP}]
56 -"
57 -
58 -distutils_enable_tests pytest
59 -
60 -src_prepare() {
61 - #undesired dependency
62 - sed -i "s|setup_requires=pytest_runner + wheel,|setup_requires=wheel,|" setup.py
63 - default
64 -}
65 -
66 -python_test() {
67 - distutils_install_for_testing
68 - default
69 -}