mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-orjson: Remove #:cargo-inputs.
* gnu/packages/python-xyz.scm (python-orjson)[inputs]: Use ‘cargo-inputs’. [arguments]: Remove #:cargo-inputs. * gnu/packages/rust-crates.scm (lookup-cargo-inputs)[python-orjson]: New entry. Change-Id: Ib22fdf3f1082d5bc4372f37b267bb3c4bda584f3
This commit is contained in:
parent
f4c503c150
commit
e94e8ab7ce
2 changed files with 136 additions and 23 deletions
|
@ -5242,30 +5242,9 @@ help formatter.")
|
|||
(assoc-ref py:%standard-phases 'build))
|
||||
(add-after 'build-python-module 'install-python-module
|
||||
(assoc-ref py:%standard-phases 'install)))
|
||||
#:cargo-inputs
|
||||
`(("rust-ahash" ,rust-ahash-0.8)
|
||||
("rust-arrayvec" ,rust-arrayvec-0.7)
|
||||
("rust-associative-cache" ,rust-associative-cache-1)
|
||||
("rust-beef" ,rust-beef-0.5)
|
||||
("rust-bytecount" ,rust-bytecount-0.6)
|
||||
("rust-chrono" ,rust-chrono-0.4)
|
||||
("rust-compact-str" ,rust-compact-str-0.7)
|
||||
("rust-encoding-rs" ,rust-encoding-rs-0.8)
|
||||
("rust-itoa" ,rust-itoa-1)
|
||||
("rust-itoap" ,rust-itoap-1)
|
||||
("rust-once-cell" ,rust-once-cell-1)
|
||||
("rust-pyo3-ffi" ,rust-pyo3-ffi-0.19)
|
||||
("rust-ryu" ,rust-ryu-1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-simdutf8" ,rust-simdutf8-0.1)
|
||||
("rust-smallvec" ,rust-smallvec-1)
|
||||
("rust-cc" ,rust-cc-1)
|
||||
("rust-pyo3-build-config" ,rust-pyo3-build-config-0.19)
|
||||
("rust-version-check" ,rust-version-check-0.9))
|
||||
#:install-source? #false))
|
||||
(inputs
|
||||
(list maturin))
|
||||
(cons maturin (cargo-inputs 'python-orjson)))
|
||||
(native-inputs
|
||||
(list python-wrapper))
|
||||
(home-page "https://github.com/ijl/orjson")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue