Patrick Williams | b58112e | 2024-03-07 11:16:36 -0600 | [diff] [blame] | 1 | SUMMARY = "Python bindings to the Rust rpds crate for persistent data structures." |
| 2 | HOMEPAGE = "https://pypi.org/project/rpds-py/" |
| 3 | |
| 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7767fa537c4596c54141f32882c4a984" |
| 6 | |
| 7 | SRC_URI[sha256sum] = "42821446ee7a76f5d9f71f9e33a4fb2ffd724bb3e7f93386150b61a43115788d" |
| 8 | |
| 9 | require ${BPN}-crates.inc |
| 10 | |
| 11 | inherit pypi cargo-update-recipe-crates python_maturin |
| 12 | |
Patrick Williams | 03514f1 | 2024-04-05 07:04:11 -0500 | [diff] [blame] | 13 | PYPI_PACKAGE = "rpds_py" |
Patrick Williams | b58112e | 2024-03-07 11:16:36 -0600 | [diff] [blame] | 14 | |
| 15 | BBCLASSEXTEND = "native nativesdk" |