public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/Levenshtein/
Date: Wed, 13 Nov 2024 06:55:24 +0000 (UTC)	[thread overview]
Message-ID: <1731480905.bf891a1c443f14d78da09e46a6934bfb4d7885ba.mgorny@gentoo> (raw)

commit:     bf891a1c443f14d78da09e46a6934bfb4d7885ba
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 06:06:42 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 06:55:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf891a1c

dev-python/Levenshtein: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/Levenshtein/Levenshtein-0.25.1.ebuild | 48 ------------------------
 dev-python/Levenshtein/Manifest                  |  1 -
 2 files changed, 49 deletions(-)

diff --git a/dev-python/Levenshtein/Levenshtein-0.25.1.ebuild b/dev-python/Levenshtein/Levenshtein-0.25.1.ebuild
deleted file mode 100644
index 2f5b745fd09c..000000000000
--- a/dev-python/Levenshtein/Levenshtein-0.25.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-# custom wrapper over setuptools
-DISTUTILS_USE_PEP517=standalone
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="Functions for fast computation of Levenshtein distance, and edit operations"
-HOMEPAGE="
-	https://pypi.org/project/Levenshtein/
-	https://github.com/rapidfuzz/Levenshtein/
-"
-SRC_URI="
-	https://github.com/rapidfuzz/Levenshtein/archive/v${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ppc ppc64 ~riscv ~s390 sparc x86"
-
-DEPEND="
-	<dev-cpp/rapidfuzz-cpp-4
-	>=dev-cpp/rapidfuzz-cpp-3.0.0
-"
-RDEPEND="
-	<dev-python/rapidfuzz-4.0.0[${PYTHON_USEDEP}]
-	>=dev-python/rapidfuzz-3.8.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	>=dev-python/cython-3.0.2[${PYTHON_USEDEP}]
-	>=dev-python/scikit-build-0.13.0[${PYTHON_USEDEP}]
-	dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-	# sterilize build flags
-	sed -i -e '/CMAKE_INTERPROCEDURAL_OPTIMIZATION/d' CMakeLists.txt || die
-
-	distutils-r1_src_prepare
-}

diff --git a/dev-python/Levenshtein/Manifest b/dev-python/Levenshtein/Manifest
index f9e70a2c3422..00c305d2b048 100644
--- a/dev-python/Levenshtein/Manifest
+++ b/dev-python/Levenshtein/Manifest
@@ -1,3 +1,2 @@
-DIST Levenshtein-0.25.1.gh.tar.gz 39060 BLAKE2B 9d058d910be7c6c3e668cca631a7da5bed678e219c96e4255dbf69c46cb3c55002928fcd90f39916b6c1a57845e9cf1a2327701ae21c662b81f909b9ea1f4bff SHA512 936dab36b15df6f2ee5425efb1fdb1490fb8f618ba453f464a6dd615bcc427e55ceee7474f06b34392871d9f38470b853602a11d8f9776eee66ec34156511ca4
 DIST Levenshtein-0.26.0.gh.tar.gz 38404 BLAKE2B c78a53ba9d5c10968f000264cd20e9d5bc155135765088d4cb7f3f937c6cb5c30f01c09c977e9c8a50d4d0bafab0ad89848102d6f28c57cd471b5901f652d175 SHA512 cf48aa9e81a90c6a9a4cc7033f5035dc89f45db9c7e35929c4b11e2b9af180a018d455a56b8c1f5c748db263401155950e1985a195613a5bb914050f5d68e998
 DIST Levenshtein-0.26.1.gh.tar.gz 38429 BLAKE2B d217bf620f5ebe68a50230f7ce91f292f0a9cd9781b29a9e328e1e788d2d2f2ee71362a1ab660794f6adfa7e7267d9bc3685e9460754354226a6b964affd0ade SHA512 589b1f404108f488caf880063f20ee9c6a2033b0a2cd819352bf15e285ea8537c1dc8117de70679f720fd3da47546f7e0e5c620e4da8cf09bf8df9b119e6abc9


             reply	other threads:[~2024-11-13  6:55 UTC|newest]

Thread overview: 113+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-13  6:55 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-08-02 19:12 [gentoo-commits] repo/gentoo:master commit in: dev-python/levenshtein/ Michał Górny
2025-08-02 19:12 Michał Górny
2025-03-23  6:51 Arthur Zamarin
2025-03-22 19:46 Sam James
2025-03-22 19:46 Sam James
2025-03-22 11:59 Arthur Zamarin
2025-03-22 11:59 Arthur Zamarin
2025-03-22 11:28 Arthur Zamarin
2025-03-22 11:28 Arthur Zamarin
2025-03-09  9:11 WANG Xuerui
2025-03-03  4:13 Michał Górny
2025-03-02  3:07 Michał Górny
2024-11-22 19:30 [gentoo-commits] repo/gentoo:master commit in: dev-python/Levenshtein/ Michał Górny
2024-11-16 11:36 Michał Górny
2024-11-16 11:34 Arthur Zamarin
2024-11-16 11:22 Arthur Zamarin
2024-11-16  9:20 Michał Górny
2024-11-16  9:00 Arthur Zamarin
2024-11-16  8:51 Arthur Zamarin
2024-11-16  8:38 Arthur Zamarin
2024-11-16  8:19 Michał Górny
2024-11-13  1:57 Sam James
2024-10-31 19:34 Arthur Zamarin
2024-10-28  5:12 Michał Górny
2024-10-08 21:50 Jakov Smolić
2024-10-05  9:06 Arthur Zamarin
2024-10-05  9:04 Sam James
2024-10-05  8:25 Arthur Zamarin
2024-09-20  5:12 Michał Górny
2024-07-01  5:03 Arthur Zamarin
2024-06-14 11:42 Petr Vaněk
2024-04-25  3:44 Michał Górny
2024-04-24 19:08 Sam James
2024-04-24 19:08 Sam James
2024-04-24 18:22 Arthur Zamarin
2024-04-24 18:22 Arthur Zamarin
2024-04-24 17:24 Arthur Zamarin
2024-04-24 17:21 Arthur Zamarin
2024-04-24 17:15 Arthur Zamarin
2024-04-08  3:06 Michał Górny
2024-03-02 13:39 Michał Górny
2024-03-02 13:15 Arthur Zamarin
2024-02-17 21:17 Sam James
2024-02-14 16:44 Sam James
2024-02-14 12:26 Michał Górny
2024-02-14 12:26 Michał Górny
2024-02-14 12:26 Michał Górny
2024-02-14 12:26 Michał Górny
2024-02-11 19:49 Arthur Zamarin
2024-01-29  5:06 Michał Górny
2023-12-29 17:49 Michał Górny
2023-12-29 17:49 Michał Górny
2023-10-28 15:24 Michał Górny
2023-10-27 20:05 Sam James
2023-10-27 19:55 Arthur Zamarin
2023-10-27 19:55 Arthur Zamarin
2023-10-27 19:33 Sam James
2023-10-10  5:05 Michał Górny
2023-09-26 16:56 Michał Górny
2023-08-20  9:09 Michał Górny
2023-08-03  4:49 Michał Górny
2023-08-02 23:02 Sam James
2023-08-02 13:19 Sam James
2023-07-24  9:25 Jakov Smolić
2023-07-24  8:54 Jakov Smolić
2023-07-24  8:54 Jakov Smolić
2023-06-11  5:18 Michał Górny
2023-06-10  8:41 Michał Górny
2023-06-04  4:58 Michał Górny
2023-06-03 20:17 Sam James
2023-06-03 18:26 Arthur Zamarin
2023-06-03 18:26 Arthur Zamarin
2023-06-03 18:09 Arthur Zamarin
2023-06-03 18:09 Arthur Zamarin
2023-06-03 18:09 Arthur Zamarin
2023-06-03 18:06 Arthur Zamarin
2023-05-20  7:02 Michał Górny
2023-05-04 16:11 Michał Górny
2023-04-20  3:12 Michał Górny
2023-04-14 20:46 Sam James
2023-02-13  3:09 Matt Turner
2023-01-27 10:52 Michał Górny
2023-01-26 22:03 Sam James
2023-01-26 21:04 Jakov Smolić
2023-01-26 20:37 Arthur Zamarin
2023-01-26 19:04 Arthur Zamarin
2023-01-08  8:12 Joonas Niilola
2022-12-26  7:10 Michał Górny
2022-12-25 17:46 Arthur Zamarin
2022-12-25 17:35 Arthur Zamarin
2022-12-25 17:29 Arthur Zamarin
2022-12-25 17:21 Arthur Zamarin
2022-12-25 17:12 Arthur Zamarin
2022-12-25 17:03 Sam James
2022-12-25 13:53 Michał Górny
2022-11-30  4:41 Sam James
2022-11-30  4:41 Sam James
2022-11-18 16:37 Arthur Zamarin
2022-11-18 16:37 Arthur Zamarin
2022-11-18 16:37 Arthur Zamarin
2022-11-18 16:37 Arthur Zamarin
2022-10-30  6:39 Michał Górny
2022-10-29 19:43 Sam James
2022-10-28  7:09 Michał Górny
2022-10-18  6:36 Michał Górny
2022-10-15  8:04 Michał Górny
2022-10-13 13:36 Michał Górny
2022-10-04 19:24 Jakov Smolić
2022-10-01  9:36 Michał Górny
2022-09-28 18:34 Michał Górny
2022-09-27  6:22 Michał Górny
2022-09-18 20:00 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1731480905.bf891a1c443f14d78da09e46a6934bfb4d7885ba.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox