diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-10-24 09:14:58 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-24 18:45:43 -0700 |
| commit | 7ad3381a2b89d80047559319252733f488618b37 (patch) | |
| tree | 80c39cef5f354d549847931b3a9e530d7b47490e /meta-python/recipes-devtools/python/python3-ukkonen_git.bb | |
| parent | 86b56782fe4058caf2b866a948d7af9b6adf9fe5 (diff) | |
| download | meta-openembedded-7ad3381a2b89d80047559319252733f488618b37.tar.gz | |
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 <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-ukkonen_git.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-ukkonen_git.bb | 19 |
1 files changed, 19 insertions, 0 deletions
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 @@ | |||
| 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 setuptools3 | ||
| 8 | |||
| 9 | PV = "1.0.1+git" | ||
| 10 | SRC_URI += "git://github.com/asottile/ukkonen;protocol=https;branch=main" | ||
| 11 | SRCREV = "ad108a16e8203867f4860287b61149e0bdd838ca" | ||
| 12 | DEPENDS += " \ | ||
| 13 | python3-pip-native \ | ||
| 14 | python3-cffi-native \ | ||
| 15 | " | ||
| 16 | |||
| 17 | RDEPENDS:${PN} = " \ | ||
| 18 | python3-cffi \ | ||
| 19 | " | ||
