summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-ukkonen_1.1.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-01-27 17:43:38 +0800
committerKhem Raj <raj.khem@gmail.com>2026-01-30 23:59:09 -0800
commitc8e0deb56468c56f08f74858887d5f2f302f8c67 (patch)
treeffdf63eb9adf5426ae195a41d6592c8f419a689c /meta-python/recipes-devtools/python/python3-ukkonen_1.1.0.bb
parent702b08355bd49238f65a126e1a4599bc68a7f739 (diff)
downloadmeta-openembedded-c8e0deb56468c56f08f74858887d5f2f302f8c67.tar.gz
python3-ukkonen: upgrade 1.0.1 -> 1.1.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-ukkonen_1.1.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-ukkonen_1.1.0.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ukkonen_1.1.0.bb b/meta-python/recipes-devtools/python/python3-ukkonen_1.1.0.bb
new file mode 100644
index 0000000000..8fc5af1ef7
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-ukkonen_1.1.0.bb
@@ -0,0 +1,18 @@
1SUMMARY = "Implementation of bounded Levenshtein distance (Ukkonen)"
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=7e49a187324d5a1a6c4ba2b9c3fd4033"
4
5PYPI_PACKAGE = "ukkonen"
6
7inherit setuptools3
8
9SRC_URI += "git://github.com/asottile/ukkonen;protocol=https;branch=main;tag=v${PV}"
10SRCREV = "5fa9858f0997927d9f9c1794e1741fe8dbd4c1e8"
11DEPENDS += " \
12 python3-pip-native \
13 python3-cffi-native \
14"
15
16RDEPENDS:${PN} = " \
17 python3-cffi \
18"