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: Fri, 28 Oct 2022 07:09:04 +0000 (UTC) [thread overview]
Message-ID: <1666940934.12838c19798c1cc49107da6b01b4a512f6fe2c28.mgorny@gentoo> (raw)
commit: 12838c19798c1cc49107da6b01b4a512f6fe2c28
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 06:30:41 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 07:08:54 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12838c19
dev-python/Levenshtein: Bump to 0.20.8
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/Levenshtein/Levenshtein-0.20.8.ebuild | 45 ++++++++++++++++++++++++
dev-python/Levenshtein/Manifest | 1 +
2 files changed, 46 insertions(+)
diff --git a/dev-python/Levenshtein/Levenshtein-0.20.8.ebuild b/dev-python/Levenshtein/Levenshtein-0.20.8.ebuild
new file mode 100644
index 000000000000..8887977b011f
--- /dev/null
+++ b/dev-python/Levenshtein/Levenshtein-0.20.8.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# custom wrapper over setuptools
+DISTUTILS_USE_PEP517=standalone
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Functions for fast computation of Levenshtein distance, and edit operations"
+HOMEPAGE="
+ https://pypi.org/project/Levenshtein/
+ https://github.com/maxbachmann/Levenshtein/
+"
+SRC_URI="
+ https://github.com/maxbachmann/Levenshtein/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+DEPEND="
+ >=dev-cpp/rapidfuzz-cpp-1.7.0
+"
+RDEPEND="
+ <dev-python/rapidfuzz-3.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ dev-python/cython[${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 8c7c6b34cdc1..39dd20566a81 100644
--- a/dev-python/Levenshtein/Manifest
+++ b/dev-python/Levenshtein/Manifest
@@ -1,4 +1,5 @@
DIST Levenshtein-0.20.5.gh.tar.gz 35126 BLAKE2B b1322abdca5a4cd372bce74ce3f1d5e9f671783797830f0527282284fb1296be6ae9ef3fc68fe1f6867d1b1e9069c1c0c60106bd64f966f1333d087b52a9fe02 SHA512 d3afd384023537de5918e011e16395c7dc69ba61c4823eb64e938810dbf49cbf5379589a4cc13e7dd49f8a2e683498d3768717e52678ee01fb8d1dd55c304307
DIST Levenshtein-0.20.6.gh.tar.gz 36525 BLAKE2B d0b26f4aec5a985c04c0366c7d36633f172ce0efdb73f75a863cd306403d2d721acff7b2a460a74d19efacb0fd01f3973b93cc6d59695b576f8b11e79752b31e SHA512 4e2d6d7f59e8e2190029d9f5f49ed8407997935076233b79a7c81470a84446851e14f5edbbb42d48a85dbdf0116b40186d896f172f2d740f769a7e7cb9350e7f
DIST Levenshtein-0.20.7.gh.tar.gz 36561 BLAKE2B dceaab4c16e386c685707edeea766701234c07e4bc1216d801ba7f5e92751126b976f8918b31d48ae928750e8d20102245e40161446b78e91ff74a285edaf12a SHA512 bca69e91e056b4b86340860f4c4e91af291f535d38a756c9a4f9a377024c0491724b972fa5b014da1ad563333cb9b797c9d05359185fc0aecc9fc018fe5d258e
+DIST Levenshtein-0.20.8.gh.tar.gz 36607 BLAKE2B 8c35c47768a21651c7922151f9a4ba24782106fee1cc2eada2b81924b3e340aa929ec8b9944a7ea9cfaf8934da49cc377849e599fedebb6187afdfd486e8b9f4 SHA512 3a248b5d1a18c8afeffaa637c831b07266dd36a094b713c18b7182a49de7df9a3b7316d00e9329e2ae49f92c601e32a61590338e30a7e4f33ffe0d76c6219061
DIST python-Levenshtein-0.12.2.tar.gz 50502 BLAKE2B d8992d30639e36aac1b85fada8f5273ed867aa3019208ffeb9972e999dad783d4ee16e1f6988c9306eb80f622b61fcf3a0a937b380c7a5acf50223268ed8de1d SHA512 97eac9d19121758af7620ad3963846e48434ceabb5376a83f28452015adf1a620620bfb53edb1c4f60b0fc8ec2b0faf35a105d7e2a0fc5df7a45fce81ba0dcdb
next reply other threads:[~2022-10-28 7:09 UTC|newest]
Thread overview: 101+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-28 7:09 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
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 6:55 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-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=1666940934.12838c19798c1cc49107da6b01b4a512f6fe2c28.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