* [bug#66070] [PATCH] gnu: python-pygenometracks: Remove syntax error in setup.py.
@ 2023-09-18 11:16 Mădălin Ionel Patrașcu
2023-09-24 12:11 ` bug#66070: " Ricardo Wurmus
0 siblings, 1 reply; 2+ messages in thread
From: Mădălin Ionel Patrașcu @ 2023-09-18 11:16 UTC (permalink / raw)
To: 66070; +Cc: rekado
* gnu/packages/bioinformatics.scm (python-pygenometracks)[arguments]:
Add phase remove-invalid-syntax.
---
gnu/packages/bioinformatics.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index c78f017a24..e6d5edba94 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -16405,7 +16405,11 @@ (define-public python-pygenometracks
(lambda _
(substitute* "setup.py"
(("matplotlib ==3.1.1")
- "matplotlib >=3.1.1")))))))
+ "matplotlib >=3.1.1"))))
+ (add-after 'unpack 'remove-invalid-syntax
+ (lambda _
+ (substitute* "setup.py"
+ ((".\\*,") ",")))))))
(propagated-inputs
(list python-future
python-gffutils
base-commit: 1d30ec935126f316187dfc26446347bc7de9868b
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-09-24 12:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-18 11:16 [bug#66070] [PATCH] gnu: python-pygenometracks: Remove syntax error in setup.py Mădălin Ionel Patrașcu
2023-09-24 12:11 ` bug#66070: " Ricardo Wurmus
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.