mirror of
https://git.yoctoproject.org/poky
synced 2026-01-30 05:18:43 +01:00
There's no need to explicitly set PYPI_ARCHIVE_NAME and S when PYPI_PACKAGE is set correctly. (From OE-Core rev: e757a0595602dafcd95a988fb123a8fdb3d4d82b) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
454 B
BlitzBasic
16 lines
454 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] = "42821446ee7a76f5d9f71f9e33a4fb2ffd724bb3e7f93386150b61a43115788d"
|
|
|
|
require ${BPN}-crates.inc
|
|
|
|
inherit pypi cargo-update-recipe-crates python_maturin
|
|
|
|
PYPI_PACKAGE = "rpds_py"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|