diff mbox series

[meta-python,2/5] python3-ukkonen: New recipe

Message ID 20250904102748.602126-2-zboszor@gmail.com
State Under Review
Headers show
Series [meta-python,1/5] python3-cfgv: New recipe | expand

Commit Message

Zoltán Böszörményi Sept. 4, 2025, 10:27 a.m. UTC
It's a dependency of python3-identify.

Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
---
 .../python/python3-ukkonen_1.0.1.bb             | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-ukkonen_1.0.1.bb
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-ukkonen_1.0.1.bb b/meta-python/recipes-devtools/python/python3-ukkonen_1.0.1.bb
new file mode 100644
index 0000000000..f1f35ecceb
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-ukkonen_1.0.1.bb
@@ -0,0 +1,17 @@ 
+SUMMARY = "Implementation of bounded Levenshtein distance (Ukkonen)"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=7e49a187324d5a1a6c4ba2b9c3fd4033"
+
+PYPI_PACKAGE = "ukkonen"
+
+inherit pypi setuptools3
+SRC_URI[sha256sum] = "976ad9a991c9cb99a7c318695a5f6b46236bbd4c33c5b55273fa241dfca8e0fa"
+
+DEPENDS += " \
+	python3-pip-native \
+	python3-cffi-native \
+"
+
+RDEPENDS:${PN} = " \
+	python3-cffi \
+"