Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rapidfuzz/
Date: Sun, 30 Oct 2022 06:40:01
Message-Id: 1667111932.d1674bc60b5ea740dd4aa69af3fbc6793d2a55cd.mgorny@gentoo
1 commit: d1674bc60b5ea740dd4aa69af3fbc6793d2a55cd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 30 05:57:10 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 06:38:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1674bc6
7
8 dev-python/rapidfuzz: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/rapidfuzz/Manifest | 2 --
13 dev-python/rapidfuzz/rapidfuzz-2.11.0.ebuild | 40 ---------------------
14 dev-python/rapidfuzz/rapidfuzz-2.11.1-r1.ebuild | 47 -------------------------
15 3 files changed, 89 deletions(-)
16
17 diff --git a/dev-python/rapidfuzz/Manifest b/dev-python/rapidfuzz/Manifest
18 index 9e1a6693a402..ecb3f2bac643 100644
19 --- a/dev-python/rapidfuzz/Manifest
20 +++ b/dev-python/rapidfuzz/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST rapidfuzz-2.11.0.tar.gz 812669 BLAKE2B e7897b2770202d46cb70323d19a79c6f34c379cf43ab211e2ba4d05ef6f1630d49b3cef70ab52bba1ac0a9cc15cd934e86aab829ec84195a6b583a561efc8cb2 SHA512 df5e77248c2a005ff1e0fbd4b4ef15fbdb88a6738d66823ba9bf8c380943c59fe82ac317dab1e6279b33112d2484563d65c33e972d52ab82b083cd8a8aae7ce0
23 -DIST rapidfuzz-2.11.1.tar.gz 813221 BLAKE2B 1fab9b564396f820c9bd5c240df95a2e864b0e3efffb4239fa2ad719b92d2997d9519ccf906fe04c61a0fc1daf9ed0df734f95d4cdd19529e46716935182030b SHA512 19f6dbff31f11cc16f031f9bf53f7c60051a84f2f81dfc1c17fc83827a7d8551d708420b4116ab91e56b5d6de652b4d571f4055ebcb208e5dd57e8778050ca29
24 DIST rapidfuzz-2.12.0.tar.gz 836008 BLAKE2B 7d8cb6637247711f2f6fed63c9f26e2d3b8871b9a4926b86e37f6d42fed0f5ac2af727a1b350f4b55787b6fd5a393c3b90ee91d122731bb3f64acb4edb5126f0 SHA512 06c5e46332c98ea8feb83a89b879efc12a737f58312a862ab426e899bdfd3661601d4a417f7bc518e1006a2f05fa31ce1003ae9dd67c1e7d58f903e65f9eb6e7
25 DIST rapidfuzz-2.13.0.tar.gz 841650 BLAKE2B 53cdae975a46d68d6ec128a2633a1dd582643fe2564a6db1783c1b7d0917d1904238b9f67e68da788797f0c323b2c99df4fdf04615d8bd3d503cc3377876f197 SHA512 f700b5b926aa639434bb48df21d6320c9a289f7972a15cccb7020a2459eeea70476ed146866d13dce03b112c1512a8403d2d2ab729b91475d43eb775fab21560
26
27 diff --git a/dev-python/rapidfuzz/rapidfuzz-2.11.0.ebuild b/dev-python/rapidfuzz/rapidfuzz-2.11.0.ebuild
28 deleted file mode 100644
29 index 208583661aa3..000000000000
30 --- a/dev-python/rapidfuzz/rapidfuzz-2.11.0.ebuild
31 +++ /dev/null
32 @@ -1,40 +0,0 @@
33 -# Copyright 2022 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -# custom wrapper over setuptools
39 -DISTUTILS_USE_PEP517=standalone
40 -PYTHON_COMPAT=( python3_{8..11} )
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="Rapid fuzzy string matching in Python using various string metrics"
45 -HOMEPAGE="
46 - https://github.com/maxbachmann/RapidFuzz/
47 - https://pypi.org/project/rapidfuzz/
48 -"
49 -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
50 -
51 -LICENSE="MIT"
52 -SLOT="0"
53 -KEYWORDS="~amd64 ~riscv"
54 -
55 -# all these are header-only libraries
56 -DEPEND="
57 - >=dev-cpp/taskflow-3.0.0
58 - >=dev-cpp/rapidfuzz-cpp-1.8.0
59 - dev-python/numpy[${PYTHON_USEDEP}]
60 -"
61 -BDEPEND="
62 - dev-python/rapidfuzz_capi[${PYTHON_USEDEP}]
63 - >=dev-python/scikit-build-0.13.0[${PYTHON_USEDEP}]
64 - dev-python/setuptools[${PYTHON_USEDEP}]
65 - test? (
66 - dev-python/hypothesis[${PYTHON_USEDEP}]
67 - )
68 -"
69 -
70 -distutils_enable_tests pytest
71 -
72 -export RAPIDFUZZ_BUILD_EXTENSION=1
73
74 diff --git a/dev-python/rapidfuzz/rapidfuzz-2.11.1-r1.ebuild b/dev-python/rapidfuzz/rapidfuzz-2.11.1-r1.ebuild
75 deleted file mode 100644
76 index 528eecec19b6..000000000000
77 --- a/dev-python/rapidfuzz/rapidfuzz-2.11.1-r1.ebuild
78 +++ /dev/null
79 @@ -1,47 +0,0 @@
80 -# Copyright 2022 Gentoo Authors
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI=8
84 -
85 -# custom wrapper over setuptools
86 -DISTUTILS_USE_PEP517=standalone
87 -PYTHON_COMPAT=( python3_{8..11} )
88 -
89 -inherit distutils-r1
90 -
91 -DESCRIPTION="Rapid fuzzy string matching in Python using various string metrics"
92 -HOMEPAGE="
93 - https://github.com/maxbachmann/RapidFuzz/
94 - https://pypi.org/project/rapidfuzz/
95 -"
96 -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
97 -
98 -LICENSE="MIT"
99 -SLOT="0"
100 -KEYWORDS="~amd64 ~riscv"
101 -
102 -# all these are header-only libraries
103 -DEPEND="
104 - >=dev-cpp/taskflow-3.0.0
105 - >=dev-cpp/rapidfuzz-cpp-1.8.0
106 - dev-python/numpy[${PYTHON_USEDEP}]
107 -"
108 -BDEPEND="
109 - dev-python/rapidfuzz_capi[${PYTHON_USEDEP}]
110 - >=dev-python/scikit-build-0.13.0[${PYTHON_USEDEP}]
111 - dev-python/setuptools[${PYTHON_USEDEP}]
112 - test? (
113 - dev-python/hypothesis[${PYTHON_USEDEP}]
114 - )
115 -"
116 -
117 -distutils_enable_tests pytest
118 -
119 -src_prepare() {
120 - # sterilize build flags
121 - sed -i -e '/CMAKE_INTERPROCEDURAL_OPTIMIZATION/d' CMakeLists.txt || die
122 -
123 - distutils-r1_src_prepare
124 -
125 - export RAPIDFUZZ_BUILD_EXTENSION=1
126 -}