diff options
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 | " | ||
