mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
5bbf1fb694
commit
49d3951dae
2 changed files with 79 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue