diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-01 10:34:18 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-08 12:37:20 +0000 |
| commit | 6c104529559db14891c1a3cede81047633b2c68d (patch) | |
| tree | 26f949216e108ab89c64b136042a7e32ae07a490 /meta/recipes-devtools/python/python3-rpds-py_0.22.3.bb | |
| parent | cf6b12e5c95d0593970f945aa6930c818f7a819f (diff) | |
| download | poky-6c104529559db14891c1a3cede81047633b2c68d.tar.gz | |
python3-rpds-py: upgrade 0.21.0 -> 0.22.3
(From OE-Core rev: 9e53f800528248aca8fe93fb9cd2b4fdd43d9014)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-rpds-py_0.22.3.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-rpds-py_0.22.3.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-rpds-py_0.22.3.bb b/meta/recipes-devtools/python/python3-rpds-py_0.22.3.bb new file mode 100644 index 0000000000..8eeb954c89 --- /dev/null +++ b/meta/recipes-devtools/python/python3-rpds-py_0.22.3.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] = "e32fee8ab45d3c2db6da19a5323bc3362237c8b653c70194414b892fd06a080d" | ||
| 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" | ||
