From 62ec2f4c1d498bcc720788c72a9ec93f5f32bb76 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 11 Jun 2023 06:49:45 +0200 Subject: dev-python/Levenshtein: Bump to 0.21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/Levenshtein/Levenshtein-0.21.1.ebuild | 46 ++++++++++++++++++++++++ dev-python/Levenshtein/Manifest | 1 + 2 files changed, 47 insertions(+) create mode 100644 dev-python/Levenshtein/Levenshtein-0.21.1.ebuild diff --git a/dev-python/Levenshtein/Levenshtein-0.21.1.ebuild b/dev-python/Levenshtein/Levenshtein-0.21.1.ebuild new file mode 100644 index 000000000000..b9f8496fcc68 --- /dev/null +++ b/dev-python/Levenshtein/Levenshtein-0.21.1.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2023 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..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="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +DEPEND=" + >=dev-cpp/rapidfuzz-cpp-2.0.0 +" +RDEPEND=" +