Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/whisper/
Date: Mon, 16 May 2022 13:31:03
Message-Id: 1652707698.e2f4ec0d6ed74f07dd3c2c002d5f3bc9b97bcbb2.mgorny@gentoo
1 commit: e2f4ec0d6ed74f07dd3c2c002d5f3bc9b97bcbb2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 16 13:28:18 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 16 13:28:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2f4ec0d
7
8 dev-python/whisper: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/whisper/Manifest | 1 -
13 dev-python/whisper/whisper-1.1.7.ebuild | 21 ---------------------
14 2 files changed, 22 deletions(-)
15
16 diff --git a/dev-python/whisper/Manifest b/dev-python/whisper/Manifest
17 index 1aa2566364bf..d32e1fd21e9d 100644
18 --- a/dev-python/whisper/Manifest
19 +++ b/dev-python/whisper/Manifest
20 @@ -1,2 +1 @@
21 -DIST whisper-1.1.7.tar.gz 38289 BLAKE2B 05c5ed972c6dbe8ecc29731d206a44e4db2605aa1270d0eba63c90390062f3cee81a6076a571e6b18cc54f8b1a0ffbc9800c91e9aa7cf3cab862d7e6bb8217c0 SHA512 2dc4f15a91b518495da120af4ad2af4b5f81d04fae6028ca1d7505046b93082a9294452a703c8de87dc89629c35dca0809c4ee7c0df1a7a6bd5ec527f3126df2
22 DIST whisper-1.1.8.gh.tar.gz 39117 BLAKE2B 591a3529725f300c6d8bab40444bdd41bcfe3d832893e954295d5387e047e2a639db4235131cd90fdb686395d51afccf30f64a52e194e4cd8e00b86e38f841d6 SHA512 0452c684128a750e30e926aee0cfd6c94f129eeb561246f9e1c66d7cf1f27f139df84f91e935237f89d0b4fac98678108568cfb94c2ab4138480f4db31471ab4
23
24 diff --git a/dev-python/whisper/whisper-1.1.7.ebuild b/dev-python/whisper/whisper-1.1.7.ebuild
25 deleted file mode 100644
26 index 0b3dd86386f4..000000000000
27 --- a/dev-python/whisper/whisper-1.1.7.ebuild
28 +++ /dev/null
29 @@ -1,21 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( pypy3 python3_{7..10} )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="Fixed size round-robin style database"
39 -HOMEPAGE="https://github.com/graphite-project/whisper"
40 -# PyPI tarballs don't contain tests
41 -# https://github.com/graphite-project/whisper/pull/253
42 -SRC_URI="https://github.com/graphite-project/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="Apache-2.0"
45 -KEYWORDS="~amd64 ~x86"
46 -SLOT="0"
47 -
48 -RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
49 -
50 -distutils_enable_tests pytest