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/collidoscope/
Date: Mon, 30 May 2022 23:04:31
Message-Id: 1653951863.adcad93c4905c0e54351dd7d6330a19ea23a571e.Alessandro-Barbieri@gentoo
1 commit: adcad93c4905c0e54351dd7d6330a19ea23a571e
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon May 30 22:53:36 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Mon May 30 23:04:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=adcad93c
7
8 dev-python/collidoscope: drop 0.0.6
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/collidoscope/Manifest | 1 -
13 dev-python/collidoscope/collidoscope-0.0.6.ebuild | 24 -----------------------
14 2 files changed, 25 deletions(-)
15
16 diff --git a/dev-python/collidoscope/Manifest b/dev-python/collidoscope/Manifest
17 index 926e11589..1e081208b 100644
18 --- a/dev-python/collidoscope/Manifest
19 +++ b/dev-python/collidoscope/Manifest
20 @@ -1,2 +1 @@
21 -DIST collidoscope-0.0.6.tar.gz 30056 BLAKE2B 44979e6748cbf1db46ae7bdcba561e39ab40a51a108ce0b357a833b7a0e260d1df2de9b139010cbc50f8ac060db0bfe6d20ebdb7a2e06b0d9d6c2941278c9188 SHA512 fd38dcef982fee3ef55f8d6a500d5a56bd0f5e3adbffbae8da6506d4ad3e447864c0571042327f92d5b18212510bbee65ed07100c0c963f1fcef9ec70ad8df1a
22 DIST collidoscope-0.4.1.tar.gz 32178 BLAKE2B 05b85b9321ad486a619a65b5ddbfbfe5550549d3a3f337432e07c7e1d6d80d03f7fa478ce2a19d551f846a05e27c8d6431d0a3138ef4886d48b4ac88123bd0c8 SHA512 a38fb10eeb50388024498d4900323c217a504695507a9d67b0009a0ab9e6f99b8fb836a86e0139752e7008f139363344f1761e9413f17830dc44d615212b437d
23
24 diff --git a/dev-python/collidoscope/collidoscope-0.0.6.ebuild b/dev-python/collidoscope/collidoscope-0.0.6.ebuild
25 deleted file mode 100644
26 index 816c789ee..000000000
27 --- a/dev-python/collidoscope/collidoscope-0.0.6.ebuild
28 +++ /dev/null
29 @@ -1,24 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -PYTHON_COMPAT=( python3_{8..9} )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Brute force detection of glyph collisions"
40 -HOMEPAGE="https://github.com/simoncozens/collidoscope"
41 -SRC_URI="https://github.com/simoncozens/collidoscope/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="MIT"
44 -KEYWORDS="~amd64"
45 -SLOT="0"
46 -
47 -RDEPEND="
48 - dev-python/fonttools[${PYTHON_USEDEP}]
49 - dev-python/glyphtools[${PYTHON_USEDEP}]
50 - dev-python/pyclipper[${PYTHON_USEDEP}]
51 - dev-python/uharfbuzz[${PYTHON_USEDEP}]
52 -"
53 -DEPEND="${RDEPEND}"