gnu: python-gseapy: Remove #:cargo-inputs.

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

Change-Id: Iff4233cb4ac47ca65831f90b40017644d4f72349
This commit is contained in:
Hilton Chain 2025-04-20 09:53:57 +08:00
parent 5bbf1fb694
commit 49d3951dae
No known key found for this signature in database
GPG key ID: ACC66D09CA528292
2 changed files with 79 additions and 8 deletions

View file

@ -25332,13 +25332,6 @@ CSIv1, CSIv2 and FAI files.")
#:install-source? #false
#:features '(list "extension-module")
#:cargo-test-flags '(list "--features=extension-module")
#:cargo-inputs
`(("rust-csv" ,rust-csv-1)
("rust-itertools" ,rust-itertools-0.10)
("rust-pyo3" ,rust-pyo3-0.16)
("rust-rand" ,rust-rand-0.8)
("rust-rayon" ,rust-rayon-1)
("rust-serde" ,rust-serde-1))
#:imported-modules
(append %cargo-build-system-modules
%pyproject-build-system-modules)
@ -25404,7 +25397,7 @@ exclude =
;; These tests need access to the internet
"-k" "not test_enrichr and not test_prerank")))))))
(inputs
(list python-wrapper))
(cons python-wrapper (cargo-inputs 'python-gseapy)))
(native-inputs
(list python-pytest python-wheel))
(propagated-inputs