mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 08:18:43 +01:00
Comparing changes since 0.24.0: https://github.com/crate-py/rpds/compare/v0.24.0...v0.25.1 Changelog: v0.25.1 What's Changed * Add windows arm64 wheel build by @finnagin in #133 v0.25.0 What's Changed * Bump PyO3 to 0.25 by @edgarrmondragon in #135 (From OE-Core rev: 1567e8ae8b07a1fcd16101a7376be87c09cfbc36) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
23 lines
626 B
BlitzBasic
23 lines
626 B
BlitzBasic
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] = "8960b6dac09b62dac26e75d7e2c4a22efb835d827a7278c34f72b2b84fa160e3"
|
|
|
|
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"
|