mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 18:52:40 +02:00
python3-rpds-py: upgrade 0.18.0 -> 0.18.1
https://github.com/crate-py/rpds/compare/v0.18.0...v0.18.1 * Refresh -crates.inc (From OE-Core rev: f476c2d986ff4a2b89348fe1e5628300ff212f3a) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f57addd5e1
commit
09c7337ea2
15
meta/recipes-devtools/python/python3-rpds-py_0.18.1.bb
Normal file
15
meta/recipes-devtools/python/python3-rpds-py_0.18.1.bb
Normal file
@@ -0,0 +1,15 @@
|
||||
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] = "dc48b479d540770c811fbd1eb9ba2bb66951863e448efec2e2c102625328e92f"
|
||||
|
||||
require ${BPN}-crates.inc
|
||||
|
||||
inherit pypi cargo-update-recipe-crates python_maturin
|
||||
|
||||
PYPI_PACKAGE = "rpds_py"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user