| 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] = "1cebd1337c242e4ec2293e541f712b2da849b29f48f0c293684b71c0632625d4" |
| |
| require ${BPN}-crates.inc |
| |
| inherit pypi cargo-update-recipe-crates python_maturin ptest-python-pytest |
| |
| PYPI_PACKAGE = "rpds_py" |
| |
| RDEPENDS:${PN}-ptest += " \ |
| python3-iniconfig \ |
| python3-packaging \ |
| python3-pluggy \ |
| " |
| |
| BBCLASSEXTEND = "native nativesdk" |