summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-rpds-py_0.25.1.bb
diff options
context:
space:
mode:
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.bb22
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 @@
1SUMMARY = "Python bindings to the Rust rpds crate for persistent data structures."
2HOMEPAGE = "https://pypi.org/project/rpds-py/"
3
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=7767fa537c4596c54141f32882c4a984"
6
7SRC_URI[sha256sum] = "8960b6dac09b62dac26e75d7e2c4a22efb835d827a7278c34f72b2b84fa160e3"
8
9require ${BPN}-crates.inc
10
11inherit pypi cargo-update-recipe-crates python_maturin ptest-python-pytest
12
13PYPI_PACKAGE = "rpds_py"
14UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
15
16RDEPENDS:${PN}-ptest += " \
17 python3-iniconfig \
18 python3-packaging \
19 python3-pluggy \
20 "
21
22BBCLASSEXTEND = "native nativesdk"