commit: 6f3bd0d60739962161443d9ceaa29cd13280198d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 1 07:30:23 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 1 09:32:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f3bd0d6
dev-python/jarowinkler: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jarowinkler/Manifest | 2 --
dev-python/jarowinkler/jarowinkler-1.2.1.ebuild | 39 -------------------------
dev-python/jarowinkler/jarowinkler-1.2.2.ebuild | 39 -------------------------
3 files changed, 80 deletions(-)
diff --git a/dev-python/jarowinkler/Manifest b/dev-python/jarowinkler/Manifest
index e63d74f97dce..8c85a4eb9d45 100644
--- a/dev-python/jarowinkler/Manifest
+++ b/dev-python/jarowinkler/Manifest
@@ -1,3 +1 @@
-DIST jarowinkler-1.2.1.tar.gz 85696 BLAKE2B
4e9c4dd4160a80fa600ae57c7cc97abd794bb0a49881137ed3f69c03549268bbf71dc410b86f8bd782b92df4eac63738ebd32dd716d682a0ce8aaaf039a38f61
SHA512
1337a5f67e54a0c0990dde7fc631c263b63c64c7dbefae82579842a639a85ea7214185489d56b6e2be5a6362773fbaea29a958f62dbfa270beefba516c325654
-DIST jarowinkler-1.2.2.tar.gz 85899 BLAKE2B
f070be3b6fe69159c63cb37261bb8e837fc5f621b438405cd29de8f037f1848d0e27175c47a27a12895ca7ccf66681ed1ebc67c1f81d59e101c5acb1e665bcf6
SHA512
956eed36d4cdf36aefd1ca8ffedf61fdcf2567adbf3752ef3c7b3605c8851b97777132654ec14bb2ff66a4b737d2fa8bb1b81779a282d40cf5cf64980a8a6fde
DIST jarowinkler-1.2.3.tar.gz 86021 BLAKE2B
6bce572b20538388c307a0da407198c725629a85e2114b7b9b91f24fd153102b0532275cbdf5d04138fe2b14c9a7936497bd1d72e7eb780411cb1032c97debb0
SHA512
3effd486f89a9973a8b1c41628555ab415b43a6aac426b9abf7a05d42ad697d18074ef43d4f50eab208980ae19e2efea68fb4d37b3a3ba13f52a39573809580b
diff --git a/dev-python/jarowinkler/jarowinkler-1.2.1.ebuild
b/dev-python/jarowinkler/jarowinkler-1.2.1.ebuild
deleted file mode 100644
index 3aaf6a9b002b..000000000000
--- a/dev-python/jarowinkler/jarowinkler-1.2.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 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="Fast fuzzy string matching using Jaro and Jaro-Winkler similarity"
-HOMEPAGE="
- https://github.com/maxbachmann/JaroWinkler/
- https://pypi.org/project/jarowinkler/
-"
-SRC_URI="
- mirror://pypi/${PN::1}/${PN}/${P}.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
- dev-cpp/jarowinkler-cpp
-"
-BDEPEND="
- dev-python/rapidfuzz_capi[${PYTHON_USEDEP}]
- >=dev-python/scikit-build-0.13.0[${PYTHON_USEDEP}]
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? (
- dev-python/hypothesis[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-export JAROWINKLER_BUILD_EXTENSION=1
diff --git a/dev-python/jarowinkler/jarowinkler-1.2.2.ebuild
b/dev-python/jarowinkler/jarowinkler-1.2.2.ebuild
deleted file mode 100644
index 3aaf6a9b002b..000000000000
--- a/dev-python/jarowinkler/jarowinkler-1.2.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 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="Fast fuzzy string matching using Jaro and Jaro-Winkler similarity"
-HOMEPAGE="
- https://github.com/maxbachmann/JaroWinkler/
- https://pypi.org/project/jarowinkler/
-"
-SRC_URI="
- mirror://pypi/${PN::1}/${PN}/${P}.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
- dev-cpp/jarowinkler-cpp
-"
-BDEPEND="
- dev-python/rapidfuzz_capi[${PYTHON_USEDEP}]
- >=dev-python/scikit-build-0.13.0[${PYTHON_USEDEP}]
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? (
- dev-python/hypothesis[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-export JAROWINKLER_BUILD_EXTENSION=1