guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 3f73466f4e735b5ea7a18980f6da3f7fd1e25872
Author: Nicolas Graves <[email protected]>
AuthorDate: Sat Sep 13 17:14:09 2025 +0200
gnu: python-gseapy: Extend with (pyproject-guile-json).
* gnu/packages/bioinformatics.scm (python-gseapy)[arguments]
<#:phases>: Extend with (pyproject-guile-json).
Change-Id: I6969e5d71d77d4d95a41fea0a0c2b572a8f1276c
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/bioinformatics.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 68db9f3adb..1539d1fcb2 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -25233,6 +25233,7 @@ CSIv1, CSIv2 and FAI files.")
((guix build pyproject-build-system) #:prefix py:)
(guix build utils))
#:phases
+ (with-extensions (list (pyproject-guile-json))
#~(modify-phases %standard-phases
(add-after 'install 'prepare-python-module
(lambda _
@@ -25288,7 +25289,7 @@ exclude =
(when tests?
(invoke "pytest" "-vv" "tests"
;; These tests need access to the internet
- "-k" "not test_enrichr and not test_prerank")))))))
+ "-k" "not test_enrichr and not test_prerank"))))))))
(inputs
(cons python-wrapper (cargo-inputs 'python-gseapy)))
(native-inputs