diff options
| author | Hilton Chain <hako@ultrarare.space> | 2025-04-20 15:46:56 +0800 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2025-08-21 19:08:48 +0800 |
| commit | d992b57bd5220401310a784982e378589e91a251 (patch) | |
| tree | 60aa232516fc3ae92a7f03202639b0a5d1e3afd4 /gnu/packages/python-xyz.scm | |
| parent | 2e261b02b27f016447ca5b58487296e4bcfed353 (diff) | |
gnu: python-libcst: Remove #:cargo-inputs.
* gnu/packages/python-xyz.scm (python-libcst)[inputs]: Use ‘cargo-inputs’.
[arguments]: Remove #:cargo-inputs, #:cargo-development-inputs.
* gnu/packages/rust-crates.scm (lookup-cargo-inputs)[python-libcst]: New
entry.
Change-Id: I642539600fdb4ac1a383a0c970c5676dc8611388
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ef45858f51..f943588d13 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -23661,22 +23661,6 @@ members = [ '(list "--manifest-path=native/Cargo.toml" "--release" "--no-default-features") - #:cargo-inputs - (list rust-chic-1 - rust-memchr-2 - rust-paste-1 - rust-peg-0.8 - rust-pyo3-0.22 - rust-quote-1 - rust-regex-1 - rust-syn-2 - rust-thiserror-1) - #:cargo-development-inputs - (list rust-criterion-0.5 - rust-difference-2 - rust-itertools-0.13 - rust-rayon-1 - rust-trybuild-1) #:imported-modules `(,@%pyproject-build-system-modules ,@%cargo-build-system-modules) #:modules `((guix build cargo-build-system) @@ -23716,7 +23700,7 @@ members = [ python-setuptools-rust python-setuptools-scm python-wheel)) - (inputs (list maturin)) + (inputs (cons maturin (cargo-inputs 'python-libcst))) (propagated-inputs (list python-pyyaml)) (home-page "https://github.com/Instagram/LibCST") |
