diff options
| author | Hilton Chain <hako@ultrarare.space> | 2025-04-20 15:23:02 +0800 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2025-08-21 19:08:47 +0800 |
| commit | f4c503c150a842109680b010d2299721fadbf6d4 (patch) | |
| tree | 9fa1da83410de62094c07ee193b104179501e08b /gnu/packages/python-xyz.scm | |
| parent | 0e7d785a89d51c7484db38045db2105d01a9920d (diff) | |
gnu: python-streamtracer: Remove #:cargo-inputs.
* gnu/packages/python-xyz.scm (python-streamtracer)
[inputs]: Use ‘cargo-inputs’.
[arguments]: Remove #:cargo-inputs, #:cargo-development-inputs.
* gnu/packages/rust-crates.scm (lookup-cargo-inputs)[python-streamtracer]: New
entry.
Change-Id: I2799b1e6a4caf61308d5afc66385976d332ef080
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 9e2128278bb..5f37952b473 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -1200,15 +1200,6 @@ three consecutive points in a polyline or polygon (when tests? (with-directory-excursion #$output (invoke "pytest" "-vv")))))) - #:cargo-inputs - `(("rust-ndarray" ,rust-ndarray-0.16) - ("rust-numpy" ,rust-numpy-0.22) - ("rust-num-derive" ,rust-num-derive-0.4) - ("rust-num-traits" ,rust-num-traits-0.2) - ("rust-rayon-1" ,rust-rayon-1)) - #:cargo-development-inputs - `(("rust-float-eq" ,rust-float-eq-1) - ("rust-pyo3" ,rust-pyo3-0.22)) #:install-source? #false)) (native-inputs (list maturin @@ -1218,6 +1209,7 @@ three consecutive points in a polyline or polygon (propagated-inputs (list python-numpy python-packaging)) + (inputs (cargo-inputs 'python-streamtracer)) (home-page "https://github.com/sunpy/streamtracer") (synopsis "Rapid streamline tracing in Python") (description |
