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 711E3158094 for ; Sun, 18 Sep 2022 12:55:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC108E0905; Sun, 18 Sep 2022 12:55:31 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9352AE0905 for ; Sun, 18 Sep 2022 12:55:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 90AFE33BE23 for ; Sun, 18 Sep 2022 12:55:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCFB45D4 for ; Sun, 18 Sep 2022 12:55:28 +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: <1663505627.ac6c60262becd1f9fd3d14e5432a388e45a48c07.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rapidfuzz/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rapidfuzz/Manifest dev-python/rapidfuzz/metadata.xml dev-python/rapidfuzz/rapidfuzz-2.9.0.ebuild X-VCS-Directories: dev-python/rapidfuzz/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ac6c60262becd1f9fd3d14e5432a388e45a48c07 X-VCS-Branch: master Date: Sun, 18 Sep 2022 12:55:28 +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: 886a728a-6510-4e46-9b06-b3a0200d4df4 X-Archives-Hash: 4cd19938951b707b9646e14eb15a698f commit: ac6c60262becd1f9fd3d14e5432a388e45a48c07 Author: Michał Górny gentoo org> AuthorDate: Sun Sep 18 12:53:47 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Sep 18 12:53:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac6c6026 dev-python/rapidfuzz: Revert "new package, add 2.9.0" Reverts: cafe56242f43d96c2e69b428930d30f3b6bcbffe Bug: https://bugs.gentoo.org/871339 Signed-off-by: Michał Górny gentoo.org> dev-python/rapidfuzz/Manifest | 1 - dev-python/rapidfuzz/metadata.xml | 7 ------- dev-python/rapidfuzz/rapidfuzz-2.9.0.ebuild | 22 ---------------------- 3 files changed, 30 deletions(-) diff --git a/dev-python/rapidfuzz/Manifest b/dev-python/rapidfuzz/Manifest deleted file mode 100644 index 3b7b068f2c6b..000000000000 --- a/dev-python/rapidfuzz/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST rapidfuzz-2.9.0.tar.gz 780939 BLAKE2B c43dfd89d18dc1f5b4738930f1d0d9c4956f66479217b4400844b50636e2b0bb13f15d8b9a6edc0ce30fc943f35a44dad802ecf90107556ed2dee7f70fcc16ac SHA512 b8f83cc35e84a4ed95e2086eb7bfbc6e7e2e25a05accc965092b8b51012c79e86e2af15397577bb91aadfa9a257a62d6f3d6bb9bf928a9c767d53468904a12be diff --git a/dev-python/rapidfuzz/metadata.xml b/dev-python/rapidfuzz/metadata.xml deleted file mode 100644 index 572c7daf2ccf..000000000000 --- a/dev-python/rapidfuzz/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - pacho@gentoo.org - - diff --git a/dev-python/rapidfuzz/rapidfuzz-2.9.0.ebuild b/dev-python/rapidfuzz/rapidfuzz-2.9.0.ebuild deleted file mode 100644 index 22ed8a87143e..000000000000 --- a/dev-python/rapidfuzz/rapidfuzz-2.9.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 - -DESCRIPTION="String matching in Python using various string metrics" -HOMEPAGE="https://github.com/maxbachmann/rapidfuzz" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -BDEPEND=" - >=dev-python/jarowinkler-1.2.0[${PYTHON_USEDEP}] -" - -RESTRICT="test" # Tests need network connection -#distutils_enable_tests setup.py