mirror of
https://git.yoctoproject.org/poky
synced 2026-06-18 18:49:51 +00:00
python3-rpds-py: upgrade 0.27.0 -> 0.27.1
v0.27.1: * Include attestations in published artifacts by @EpicWink in #160 Comparing Changes: https://github.com/crate-py/rpds/compare/v0.27.0...v0.27.1 References: https://github.com/crate-py/rpds/pull/160 (From OE-Core rev: aea7cc86baca60316931b11c547b66994111469b) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d939a48318
commit
6dde49f9b9
@@ -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] = "26a1c73171d10b7acccbded82bf6a586ab8203601e565badc74bbbf8bc5a10f8"
|
||||
|
||||
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