gnu: python-rpds-py: Remove #:cargo-inputs.

* gnu/packages/python-xyz.scm (python-rpds-py)[inputs]: Use ‘cargo-inputs’.
[arguments]: Remove #:cargo-inputs.
* gnu/packages/rust-crates.scm (lookup-cargo-inputs)[python-rpds-py]: New
entry.

Change-Id: Ie1d6b799c7802db33bc0f4be5575154bda3fe9d8
This commit is contained in:
Hilton Chain 2025-03-03 22:36:29 +08:00
parent ad275db594
commit 6ab6def9c7
No known key found for this signature in database
GPG key ID: ACC66D09CA528292
2 changed files with 78 additions and 5 deletions

View file

@ -39715,13 +39715,9 @@ etc. to check code that uses @code{orjson}.")
(assoc-ref py:%standard-phases 'build))
(add-after 'build-python-module 'install-python-module
(assoc-ref py:%standard-phases 'install)))
#:cargo-inputs
`(("rust-archery" ,rust-archery-1)
("rust-pyo3" ,rust-pyo3-0.19)
("rust-rpds" ,rust-rpds-1))
#:install-source? #false))
(inputs
(list maturin))
(cons maturin (cargo-inputs 'python-rpds-py)))
(native-inputs
(list python-wrapper))
(home-page "https://github.com/crate-py/rpds")