guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 497baf60e815d11f8cb2e9d8a9600d262a65c0c5
Author: Nicolas Graves <[email protected]>
AuthorDate: Sat Sep 13 17:13:21 2025 +0200
gnu: python-bed-reader: Extend with (pyproject-guile-json).
* gnu/packages/bioinformatics.scm (python-bed-reader)[arguments]
<#:phases>: Extend with (pyproject-guile-json).
Change-Id: Ie67b640629f33654e6953bf95f81fe4ad2190c9a
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 9f0fbd0135..68db9f3adb 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2265,6 +2265,7 @@ Format (GFF) with Biopython integration.")
(ice-9 match)
(ice-9 rdelim))
#:phases
+ (with-extensions (list (pyproject-guile-json))
#~(modify-phases %standard-phases
(add-after 'configure 'set-data-path
(lambda _
@@ -2359,7 +2360,7 @@ version = ~s
(delete-file-recursively
(string-append site "/bed_reader/tests"))
(delete-file-recursively
- (string-append #$output "/.pytest_cache")))))))))
+ (string-append #$output "/.pytest_cache"))))))))))
(native-inputs (list python-pytest
python-pytest-cov
python-pytest-datadir