diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-01-27 17:43:38 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-30 23:59:09 -0800 |
| commit | c8e0deb56468c56f08f74858887d5f2f302f8c67 (patch) | |
| tree | ffdf63eb9adf5426ae195a41d6592c8f419a689c /meta-python/recipes-devtools/python/python3-ukkonen_1.1.0.bb | |
| parent | 702b08355bd49238f65a126e1a4599bc68a7f739 (diff) | |
| download | meta-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.bb | 18 |
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 @@ | |||
| 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 | SRC_URI += "git://github.com/asottile/ukkonen;protocol=https;branch=main;tag=v${PV}" | ||
| 10 | SRCREV = "5fa9858f0997927d9f9c1794e1741fe8dbd4c1e8" | ||
| 11 | DEPENDS += " \ | ||
| 12 | python3-pip-native \ | ||
| 13 | python3-cffi-native \ | ||
| 14 | " | ||
| 15 | |||
| 16 | RDEPENDS:${PN} = " \ | ||
| 17 | python3-cffi \ | ||
| 18 | " | ||
