From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4478B158090 for ; Mon, 16 May 2022 13:31:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8854BE0A5A; Mon, 16 May 2022 13:31:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C9BCE0A5A for ; Mon, 16 May 2022 13:31:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 639C8341624 for ; Mon, 16 May 2022 13:30:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA4BD4B2 for ; Mon, 16 May 2022 13:30:55 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1652707698.e2f4ec0d6ed74f07dd3c2c002d5f3bc9b97bcbb2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/whisper/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/whisper/Manifest dev-python/whisper/whisper-1.1.7.ebuild X-VCS-Directories: dev-python/whisper/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e2f4ec0d6ed74f07dd3c2c002d5f3bc9b97bcbb2 X-VCS-Branch: master Date: Mon, 16 May 2022 13:30:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1912ca6d-7bd5-4ddd-8b52-13b495574b45 X-Archives-Hash: 461ece4d3cc0af2c51c037457d02eb9c commit: e2f4ec0d6ed74f07dd3c2c002d5f3bc9b97bcbb2 Author: Michał Górny gentoo org> AuthorDate: Mon May 16 13:28:18 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 16 13:28:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2f4ec0d dev-python/whisper: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/whisper/Manifest | 1 - dev-python/whisper/whisper-1.1.7.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/dev-python/whisper/Manifest b/dev-python/whisper/Manifest index 1aa2566364bf..d32e1fd21e9d 100644 --- a/dev-python/whisper/Manifest +++ b/dev-python/whisper/Manifest @@ -1,2 +1 @@ -DIST whisper-1.1.7.tar.gz 38289 BLAKE2B 05c5ed972c6dbe8ecc29731d206a44e4db2605aa1270d0eba63c90390062f3cee81a6076a571e6b18cc54f8b1a0ffbc9800c91e9aa7cf3cab862d7e6bb8217c0 SHA512 2dc4f15a91b518495da120af4ad2af4b5f81d04fae6028ca1d7505046b93082a9294452a703c8de87dc89629c35dca0809c4ee7c0df1a7a6bd5ec527f3126df2 DIST whisper-1.1.8.gh.tar.gz 39117 BLAKE2B 591a3529725f300c6d8bab40444bdd41bcfe3d832893e954295d5387e047e2a639db4235131cd90fdb686395d51afccf30f64a52e194e4cd8e00b86e38f841d6 SHA512 0452c684128a750e30e926aee0cfd6c94f129eeb561246f9e1c66d7cf1f27f139df84f91e935237f89d0b4fac98678108568cfb94c2ab4138480f4db31471ab4 diff --git a/dev-python/whisper/whisper-1.1.7.ebuild b/dev-python/whisper/whisper-1.1.7.ebuild deleted file mode 100644 index 0b3dd86386f4..000000000000 --- a/dev-python/whisper/whisper-1.1.7.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( pypy3 python3_{7..10} ) -inherit distutils-r1 - -DESCRIPTION="Fixed size round-robin style database" -HOMEPAGE="https://github.com/graphite-project/whisper" -# PyPI tarballs don't contain tests -# https://github.com/graphite-project/whisper/pull/253 -SRC_URI="https://github.com/graphite-project/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -KEYWORDS="~amd64 ~x86" -SLOT="0" - -RDEPEND="dev-python/six[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest