From 7ad3381a2b89d80047559319252733f488618b37 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 24 Oct 2025 09:14:58 -0700 Subject: python3-ukkonen: Update to latest from git repo It has no releases in past 4 years but git repo is getting updates there are fixes needed to build with newer python and gcc-15 accumulated over time. Switch URI to use git fetcher until next release comes out Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-ukkonen_git.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-ukkonen_git.bb (limited to 'meta-python/recipes-devtools/python/python3-ukkonen_git.bb') diff --git a/meta-python/recipes-devtools/python/python3-ukkonen_git.bb b/meta-python/recipes-devtools/python/python3-ukkonen_git.bb new file mode 100644 index 0000000000..b9e85e78be --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-ukkonen_git.bb @@ -0,0 +1,19 @@ +SUMMARY = "Implementation of bounded Levenshtein distance (Ukkonen)" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=7e49a187324d5a1a6c4ba2b9c3fd4033" + +PYPI_PACKAGE = "ukkonen" + +inherit setuptools3 + +PV = "1.0.1+git" +SRC_URI += "git://github.com/asottile/ukkonen;protocol=https;branch=main" +SRCREV = "ad108a16e8203867f4860287b61149e0bdd838ca" +DEPENDS += " \ + python3-pip-native \ + python3-cffi-native \ +" + +RDEPENDS:${PN} = " \ + python3-cffi \ +" -- cgit v1.2.3-54-g00ecf