From 5467b7565cca028d062f9b7e489a8bd7f23f99e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 26 Jan 2026 04:54:03 +0100 Subject: [PATCH] dev-python/ukkonen: Bump to 1.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/ukkonen/Manifest | 1 + dev-python/ukkonen/ukkonen-1.1.0.ebuild | 36 +++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 dev-python/ukkonen/ukkonen-1.1.0.ebuild diff --git a/dev-python/ukkonen/Manifest b/dev-python/ukkonen/Manifest index 9bec3115aef57..a4de2e486c0c6 100644 --- a/dev-python/ukkonen/Manifest +++ b/dev-python/ukkonen/Manifest @@ -1 +1,2 @@ DIST ukkonen-1.0.1.gh.tar.gz 4547 BLAKE2B e574f21c0e26751e48d16409747b1979ae903c0cd812d52b1715eaa2025cf21c9d24aa3963de61c6ef4126eb4ace8fe974966e768d05c5db8372e0ae96941123 SHA512 23978b8e22454155e7d8a0d2dbb963f4aa5a6be6cdd75a74e8ec5e06fe32a96b6fc14f0f6d03089726bf761ad6d833dc68ea3fb6cad1ad2ee5b259043072875a +DIST ukkonen-1.1.0.gh.tar.gz 4392 BLAKE2B da42a7a05fc02929fbaa619b1472621b8f34ae107262cabbfcac66c3671f23a0cd8c43a923fd7db2785f1b54a4b5f6524314254382d287364e0ca9055820c076 SHA512 c43f39c063f115b9ce1f8c6fe299462d0cc56f817f43cc9b9758f05b2e10367ce410951e1ceedb46ad7b22b1b2d0ea36388b8716f9d9efca200d2720e1194857 diff --git a/dev-python/ukkonen/ukkonen-1.1.0.ebuild b/dev-python/ukkonen/ukkonen-1.1.0.ebuild new file mode 100644 index 0000000000000..65b9a1a90052b --- /dev/null +++ b/dev-python/ukkonen/ukkonen-1.1.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 2021-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_EXT=1 +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) + +inherit distutils-r1 + +DESCRIPTION="Implementation of bounded Levenshtein distance (Ukkonen)" +HOMEPAGE=" + https://pypi.org/project/ukkonen/ + https://github.com/asottile/ukkonen/ +" +SRC_URI=" + https://github.com/asottile/ukkonen/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86" + +RDEPEND=" + $(python_gen_cond_dep ' + dev-python/cffi[${PYTHON_USEDEP}] + ' 'python*') +" +BDEPEND=" + ${RDEPEND} +" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest