diff options
| author | Zoltán Böszörményi <zboszor@gmail.com> | 2025-09-04 12:27:45 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-09-04 10:50:40 -0700 |
| commit | 502457f7f9a7e3547196d9a3a50fb82dabfe3f96 (patch) | |
| tree | 2b652c951894554427b6f620f0a65dfc4db48c87 /meta-python/recipes-devtools/python/python3-ukkonen_1.0.1.bb | |
| parent | 4fc2fdc79aab7925fb95196ebf3332e8a4469cc8 (diff) | |
| download | meta-openembedded-502457f7f9a7e3547196d9a3a50fb82dabfe3f96.tar.gz | |
python3-ukkonen: New recipe
It's a dependency of python3-identify.
Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-ukkonen_1.0.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-ukkonen_1.0.1.bb | 17 |
1 files changed, 17 insertions, 0 deletions
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 @@ | |||
| 1 | SUMMARY = "Implementation of bounded Levenshtein distance (Ukkonen)" | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7e49a187324d5a1a6c4ba2b9c3fd4033" | ||
| 4 | |||
| 5 | PYPI_PACKAGE = "ukkonen" | ||
| 6 | |||
| 7 | inherit pypi setuptools3 | ||
| 8 | SRC_URI[sha256sum] = "976ad9a991c9cb99a7c318695a5f6b46236bbd4c33c5b55273fa241dfca8e0fa" | ||
| 9 | |||
| 10 | DEPENDS += " \ | ||
| 11 | python3-pip-native \ | ||
| 12 | python3-cffi-native \ | ||
| 13 | " | ||
| 14 | |||
| 15 | RDEPENDS:${PN} = " \ | ||
| 16 | python3-cffi \ | ||
| 17 | " | ||
