mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
python3-rpds-py: upgrade 0.22.3 -> 0.24.0
(From OE-Core rev: 920520c248b8223f236fe632ff4bf0134ffeaf81) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
22
meta/recipes-devtools/python/python3-rpds-py_0.24.0.bb
Normal file
22
meta/recipes-devtools/python/python3-rpds-py_0.24.0.bb
Normal file
@@ -0,0 +1,22 @@
|
||||
SUMMARY = "Python bindings to the Rust rpds crate for persistent data structures."
|
||||
HOMEPAGE = "https://pypi.org/project/rpds-py/"
|
||||
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=7767fa537c4596c54141f32882c4a984"
|
||||
|
||||
SRC_URI[sha256sum] = "772cc1b2cd963e7e17e6cc55fe0371fb9c704d63e44cacec7b9b7f523b78919e"
|
||||
|
||||
require ${BPN}-crates.inc
|
||||
|
||||
inherit pypi cargo-update-recipe-crates python_maturin ptest-python-pytest
|
||||
|
||||
PYPI_PACKAGE = "rpds_py"
|
||||
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
|
||||
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
python3-iniconfig \
|
||||
python3-packaging \
|
||||
python3-pluggy \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user