diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-rpds-py_0.25.1.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3-rpds-py_0.25.1.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-rpds-py_0.25.1.bb b/meta/recipes-devtools/python/python3-rpds-py_0.25.1.bb new file mode 100644 index 0000000000..efc1d4c01c --- /dev/null +++ b/meta/recipes-devtools/python/python3-rpds-py_0.25.1.bb | |||
@@ -0,0 +1,22 @@ | |||
1 | SUMMARY = "Python bindings to the Rust rpds crate for persistent data structures." | ||
2 | HOMEPAGE = "https://pypi.org/project/rpds-py/" | ||
3 | |||
4 | LICENSE = "MIT" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7767fa537c4596c54141f32882c4a984" | ||
6 | |||
7 | SRC_URI[sha256sum] = "8960b6dac09b62dac26e75d7e2c4a22efb835d827a7278c34f72b2b84fa160e3" | ||
8 | |||
9 | require ${BPN}-crates.inc | ||
10 | |||
11 | inherit pypi cargo-update-recipe-crates python_maturin ptest-python-pytest | ||
12 | |||
13 | PYPI_PACKAGE = "rpds_py" | ||
14 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
15 | |||
16 | RDEPENDS:${PN}-ptest += " \ | ||
17 | python3-iniconfig \ | ||
18 | python3-packaging \ | ||
19 | python3-pluggy \ | ||
20 | " | ||
21 | |||
22 | BBCLASSEXTEND = "native nativesdk" | ||