From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rapidfuzz/
Date: Fri, 5 May 2023 13:53:25 +0000 (UTC) [thread overview]
Message-ID: <1683294800.00757e258795c9ed8270ee9ac969390110337b47.mgorny@gentoo> (raw)
commit: 00757e258795c9ed8270ee9ac969390110337b47
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 5 13:50:37 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 5 13:53:20 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00757e25
dev-python/rapidfuzz: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/rapidfuzz/Manifest | 3 --
dev-python/rapidfuzz/rapidfuzz-2.13.7.ebuild | 46 ----------------------------
dev-python/rapidfuzz/rapidfuzz-2.14.0.ebuild | 46 ----------------------------
dev-python/rapidfuzz/rapidfuzz-2.15.0.ebuild | 46 ----------------------------
4 files changed, 141 deletions(-)
diff --git a/dev-python/rapidfuzz/Manifest b/dev-python/rapidfuzz/Manifest
index bda2fa029942..fbd8c510e6ec 100644
--- a/dev-python/rapidfuzz/Manifest
+++ b/dev-python/rapidfuzz/Manifest
@@ -1,5 +1,2 @@
-DIST rapidfuzz-2.13.7.tar.gz 999972 BLAKE2B 1120a8fb91b03bc3d9bf6a04291f188df06d7ff37911ae8459b4a082d949bcad21598513416aa4ccfb268ba16dbe4faa574015d5730a729950c2713ae15b0be1 SHA512 5d2c4620c09b44fc8bd48e236b46af6e28ef3b86f32e0697408bd77230af46d711bfc28eb7fcfc8b1403a84b51235fc39b9a1d2fedb6421918bcb700b2b88f9c
-DIST rapidfuzz-2.14.0.tar.gz 997048 BLAKE2B 74ee7d6a6f5b41067eca5480e036270ac67d277523045d63ed04fc3ee570a092a6ebc35eeb8566452ec74d536c453634893759a29bb102fe381cca912637a38e SHA512 66599cb507786932d45d7366a7aa5e440375ec9c49c865743b6f2bf1f3ed748b5e9003ba6010568ba185031b995b41d47abe84e8af5575bdd3b055dbfb56920e
-DIST rapidfuzz-2.15.0.tar.gz 998377 BLAKE2B f749aef36791a2ec9a5dc870f5438af7088debd8b0abf5a44af37d31f84f577d540d18599a3d34641aa52a8e55db3cb491f43dc3c2f4b5fce8d8137c16c9ba7e SHA512 e77d34304a2145828aa183b1539f341c0761a84a481a0d72f3b15fda9564a7e1651ee3b255203bd270d5e5f70c5670f351d53e0bc560e94b8518cf67924a5e7a
DIST rapidfuzz-2.15.1.tar.gz 1209658 BLAKE2B 2644566c4dd9e3db2ecd2a42f4d1b7c80dd34b0ca1b2e80f2906dacf5180f702b6c7445652a3ab95fecb53d07256f35351e4e88329e2423871e26db9bc5519bb SHA512 541877af22570d9324f1d4c4f2b54fdc16ce321b28aac5d5bcd61bd915f38b7eabecafea3d65372f556e3e80be39015d674cb18714c77d8ea971fe3d2986b90d
DIST rapidfuzz-3.0.0.tar.gz 1230857 BLAKE2B b15bcca17288cc428b485b0c6e1d322027eee5c8c0261b7f0240e4f5908ff2d53e05124855213a1923d96ec7537b75263c17f220bfaf792ab92f2f455d761027 SHA512 bafdb6045baa78154026dc0eb2498eb0031f03c36e8b17a9219d6e0c55041a9b6c164f4fcc0523480903fece0ab4e2e50a8f969a52b6934fcfbad80d8eadba25
diff --git a/dev-python/rapidfuzz/rapidfuzz-2.13.7.ebuild b/dev-python/rapidfuzz/rapidfuzz-2.13.7.ebuild
deleted file mode 100644
index b8321a6d1c56..000000000000
--- a/dev-python/rapidfuzz/rapidfuzz-2.13.7.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2022-2023 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_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Rapid fuzzy string matching in Python using various string metrics"
-HOMEPAGE="
- https://github.com/maxbachmann/RapidFuzz/
- https://pypi.org/project/rapidfuzz/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv sparc x86"
-
-# all these are header-only libraries
-DEPEND="
- >=dev-cpp/taskflow-3.0.0
- >=dev-cpp/rapidfuzz-cpp-1.10.0
- dev-python/numpy[${PYTHON_USEDEP}]
-"
-BDEPEND="
- dev-python/rapidfuzz_capi[${PYTHON_USEDEP}]
- >=dev-python/scikit-build-0.16.2[${PYTHON_USEDEP}]
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? (
- dev-python/hypothesis[${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
-
- export RAPIDFUZZ_BUILD_EXTENSION=1
-}
diff --git a/dev-python/rapidfuzz/rapidfuzz-2.14.0.ebuild b/dev-python/rapidfuzz/rapidfuzz-2.14.0.ebuild
deleted file mode 100644
index 39eddbadbe99..000000000000
--- a/dev-python/rapidfuzz/rapidfuzz-2.14.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2022-2023 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_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Rapid fuzzy string matching in Python using various string metrics"
-HOMEPAGE="
- https://github.com/maxbachmann/RapidFuzz/
- https://pypi.org/project/rapidfuzz/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
-
-# all these are header-only libraries
-DEPEND="
- >=dev-cpp/taskflow-3.0.0
- >=dev-cpp/rapidfuzz-cpp-1.10.0
- dev-python/numpy[${PYTHON_USEDEP}]
-"
-BDEPEND="
- dev-python/rapidfuzz_capi[${PYTHON_USEDEP}]
- >=dev-python/scikit-build-0.16.2[${PYTHON_USEDEP}]
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? (
- dev-python/hypothesis[${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
-
- export RAPIDFUZZ_BUILD_EXTENSION=1
-}
diff --git a/dev-python/rapidfuzz/rapidfuzz-2.15.0.ebuild b/dev-python/rapidfuzz/rapidfuzz-2.15.0.ebuild
deleted file mode 100644
index 39eddbadbe99..000000000000
--- a/dev-python/rapidfuzz/rapidfuzz-2.15.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2022-2023 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_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Rapid fuzzy string matching in Python using various string metrics"
-HOMEPAGE="
- https://github.com/maxbachmann/RapidFuzz/
- https://pypi.org/project/rapidfuzz/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
-
-# all these are header-only libraries
-DEPEND="
- >=dev-cpp/taskflow-3.0.0
- >=dev-cpp/rapidfuzz-cpp-1.10.0
- dev-python/numpy[${PYTHON_USEDEP}]
-"
-BDEPEND="
- dev-python/rapidfuzz_capi[${PYTHON_USEDEP}]
- >=dev-python/scikit-build-0.16.2[${PYTHON_USEDEP}]
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? (
- dev-python/hypothesis[${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
-
- export RAPIDFUZZ_BUILD_EXTENSION=1
-}
next reply other threads:[~2023-05-05 13:53 UTC|newest]
Thread overview: 215+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-05 13:53 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-10 3:07 [gentoo-commits] repo/gentoo:master commit in: dev-python/rapidfuzz/ Michał Górny
2024-11-09 11:07 Sam James
2024-11-09 11:07 Sam James
2024-11-09 10:47 Arthur Zamarin
2024-11-09 9:57 Arthur Zamarin
2024-11-09 9:50 Sam James
2024-11-01 5:41 Sam James
2024-10-25 4:04 Michał Górny
2024-10-12 8:13 Michał Górny
2024-10-12 7:28 Michał Górny
2024-10-12 7:28 Michał Górny
2024-10-12 7:04 Michał Górny
2024-10-04 3:12 Michał Górny
2024-09-24 15:09 Arthur Zamarin
2024-09-24 15:03 Arthur Zamarin
2024-09-24 6:41 Michał Górny
2024-09-21 11:51 Arthur Zamarin
2024-09-21 11:39 Arthur Zamarin
2024-09-21 11:08 Arthur Zamarin
2024-09-21 9:59 Sam James
2024-09-03 5:23 Michał Górny
2024-08-31 9:21 Michał Górny
2024-08-31 8:00 Arthur Zamarin
2024-08-24 11:08 Arthur Zamarin
2024-08-24 11:08 Arthur Zamarin
2024-08-24 10:40 Arthur Zamarin
2024-08-24 9:59 Arthur Zamarin
2024-08-24 8:18 Sam James
2024-08-24 8:11 Sam James
2024-08-17 9:57 Michał Górny
2024-08-17 9:57 Michał Górny
2024-08-17 9:57 Michał Górny
2024-08-17 9:57 Michał Górny
2024-08-17 8:33 Jakov Smolić
2024-08-17 7:51 Michał Górny
2024-08-07 4:56 Michał Górny
2024-07-30 2:47 Michał Górny
2024-07-21 2:47 Michał Górny
2024-07-20 22:46 Sam James
2024-07-20 22:46 Sam James
2024-07-20 22:34 Sam James
2024-07-20 12:50 Arthur Zamarin
2024-07-20 11:18 Arthur Zamarin
2024-07-20 11:18 Arthur Zamarin
2024-07-20 11:14 Arthur Zamarin
2024-07-03 3:44 Michał Górny
2024-06-29 16:58 Michał Górny
2024-06-29 10:55 Sam James
2024-06-29 10:55 Sam James
2024-06-29 8:53 Sam James
2024-06-29 8:53 Sam James
2024-06-29 8:25 Sam James
2024-06-29 8:25 Sam James
2024-06-29 7:57 Arthur Zamarin
2024-06-14 11:42 Petr Vaněk
2024-06-14 1:57 Michał Górny
2024-06-10 12:51 Michał Górny
2024-06-10 7:40 Petr Vaněk
2024-06-08 8:44 Arthur Zamarin
2024-06-08 7:42 Arthur Zamarin
2024-06-08 7:22 Arthur Zamarin
2024-06-08 7:18 Arthur Zamarin
2024-06-08 7:17 Arthur Zamarin
2024-06-08 7:10 Arthur Zamarin
2024-06-01 3:57 Michał Górny
2024-05-30 4:03 Michał Górny
2024-05-25 19:58 Michał Górny
2024-05-25 17:31 Arthur Zamarin
2024-05-23 16:33 Michał Górny
2024-05-20 4:36 Michał Górny
2024-05-17 8:51 Arthur Zamarin
2024-05-17 8:46 Arthur Zamarin
2024-05-17 8:46 Arthur Zamarin
2024-05-17 8:46 Arthur Zamarin
2024-05-17 8:31 Arthur Zamarin
2024-05-17 8:18 Arthur Zamarin
2024-05-03 3:42 Michał Górny
2024-04-25 3:39 Michał Górny
2024-04-24 18:18 Sam James
2024-04-24 18:18 Sam James
2024-04-24 17:59 Arthur Zamarin
2024-04-24 17:39 Arthur Zamarin
2024-04-24 16:15 Sam James
2024-04-24 16:15 Sam James
2024-04-24 16:15 Sam James
2024-04-12 3:03 Michał Górny
2024-04-11 21:34 Sam James
2024-04-11 19:39 Sam James
2024-04-11 17:40 Arthur Zamarin
2024-04-11 17:40 Arthur Zamarin
2024-04-11 17:09 Arthur Zamarin
2024-04-11 16:30 Sam James
2024-04-11 16:30 Sam James
2024-04-08 3:06 Michał Górny
2024-04-07 3:00 Michał Górny
2024-03-25 4:47 Michał Górny
2024-03-22 13:05 Michał Górny
2024-03-22 7:28 Arthur Zamarin
2024-03-22 6:49 Arthur Zamarin
2024-03-22 4:17 Sam James
2024-03-22 4:16 Sam James
2024-03-22 4:15 Sam James
2024-03-22 4:14 Sam James
2024-03-22 4:14 Sam James
2024-03-06 7:06 Michał Górny
2024-01-23 16:53 Michał Górny
2024-01-23 16:40 Sam James
2024-01-23 16:40 Sam James
2024-01-23 16:40 Sam James
2023-12-29 17:08 Arthur Zamarin
2023-12-28 6:15 Michał Górny
2023-12-27 16:29 Michał Górny
2023-11-30 12:58 Michał Górny
2023-11-30 6:00 Arthur Zamarin
2023-11-29 18:38 Arthur Zamarin
2023-11-29 17:23 Arthur Zamarin
2023-11-29 17:04 Arthur Zamarin
2023-11-29 17:04 Arthur Zamarin
2023-11-29 16:45 Arthur Zamarin
2023-11-29 16:45 Arthur Zamarin
2023-11-25 5:18 Sam James
2023-11-20 16:03 Michał Górny
2023-11-06 10:06 Sam James
2023-11-06 10:06 Sam James
2023-11-06 9:54 Sam James
2023-11-06 9:54 Sam James
2023-11-03 7:06 Michał Górny
2023-11-01 16:05 Michał Górny
2023-10-09 13:59 Michał Górny
2023-09-25 18:31 Arthur Zamarin
2023-09-25 18:27 Arthur Zamarin
2023-09-25 17:33 Arthur Zamarin
2023-09-25 17:33 Arthur Zamarin
2023-09-25 16:54 Arthur Zamarin
2023-09-25 16:54 Arthur Zamarin
2023-09-25 2:55 Michał Górny
2023-09-13 15:02 Michał Górny
2023-09-10 5:27 WANG Xuerui
2023-08-20 17:53 Arthur Zamarin
2023-08-20 9:09 Michał Górny
2023-08-03 10:47 Michał Górny
2023-08-03 10:28 Arthur Zamarin
2023-08-03 6:09 Michał Górny
2023-07-21 6:06 Michał Górny
2023-07-15 8:19 Arthur Zamarin
2023-07-15 8:19 Arthur Zamarin
2023-07-15 6:51 Sam James
2023-07-15 3:10 Sam James
2023-07-15 3:10 Sam James
2023-07-14 18:02 Arthur Zamarin
2023-07-13 5:28 Michał Górny
2023-06-07 5:09 Michał Górny
2023-06-04 4:58 Michał Górny
2023-06-03 20:39 Sam James
2023-06-03 19:56 Arthur Zamarin
2023-06-03 18:40 Arthur Zamarin
2023-06-03 18:35 Arthur Zamarin
2023-06-03 18:26 Arthur Zamarin
2023-06-03 18:09 Arthur Zamarin
2023-06-03 18:06 Arthur Zamarin
2023-06-03 6:48 Michał Górny
2023-05-05 9:33 Arthur Zamarin
2023-05-05 9:33 Arthur Zamarin
2023-05-04 16:56 Michał Górny
2023-05-03 6:33 Arthur Zamarin
2023-05-03 4:45 Sam James
2023-05-02 20:50 Sam James
2023-05-02 20:11 Sam James
2023-05-02 19:59 Arthur Zamarin
2023-04-17 13:50 Michał Górny
2023-04-17 5:26 Michał Górny
2023-04-14 20:46 Sam James
2023-04-11 17:25 Michał Górny
2023-04-02 2:55 Michał Górny
2023-04-01 6:13 Michał Górny
2023-03-16 4:07 Michał Górny
2023-03-16 4:07 Michał Górny
2023-02-13 3:09 Matt Turner
2023-01-08 8:12 Joonas Niilola
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-21 7:51 Michał Górny
2022-12-12 15:33 Michał Górny
2022-12-09 5:05 Michał Górny
2022-12-06 6:02 Michał Górny
2022-12-05 19:12 Arthur Zamarin
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-11-06 6:11 Michał Górny
2022-11-04 18:06 Arthur Zamarin
2022-10-30 6:39 Michał Górny
2022-10-30 6:39 Michał Górny
2022-10-29 19:43 Sam James
2022-10-25 8:28 Michał Górny
2022-10-05 19:23 Michał Górny
2022-10-05 9:41 Michał Górny
2022-10-05 9:41 Michał Górny
2022-10-04 19:24 Jakov Smolić
2022-10-03 19:55 Michał Górny
2022-10-01 15:53 Michał Górny
2022-09-28 18:34 Michał Górny
2022-09-26 11:22 Michał Górny
2022-09-22 12:15 Michał Górny
2022-09-19 6:47 Michał Górny
2022-09-18 12:55 Michał Górny
2022-09-18 8:33 Pacho Ramos
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=1683294800.00757e258795c9ed8270ee9ac969390110337b47.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