[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
68/93: gnu: snakemake-7: Make compatible with tabulate 0.9.0.
From: |
guix-commits |
Subject: |
68/93: gnu: snakemake-7: Make compatible with tabulate 0.9.0. |
Date: |
Sun, 5 May 2024 16:44:59 -0400 (EDT) |
rekado pushed a commit to branch wip-python-team
in repository guix.
commit 6095e5b43649b3ec47c8f2e7a88124041dd59907
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu May 2 21:38:31 2024 +0200
gnu: snakemake-7: Make compatible with tabulate 0.9.0.
* gnu/packages/python-xyz.scm (snakemake-7)[arguments]: Add phase
'tabulate-compatibility.
Change-Id: Ie6b2a7d65bc76e3df7c3946ba4533b301f5a3610
---
gnu/packages/python-xyz.scm | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 10d920b4b6..7f368d1ebc 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13370,6 +13370,12 @@ Python style, together with a fast and comfortable
execution environment.")
(string-append
"tibanna_args.command = command.replace('"
#$output "/bin/snakemake', 'python3 -m snakemake')")))))
+ ;; No longer needed with 7.15.2+
+ (add-after 'unpack 'tabulate-compatibility
+ (lambda _
+ (substitute* "snakemake/dag.py"
+ (("\"job\": rule,")
+ "\"job\": rule.name,"))))
(add-after 'unpack 'patch-version
(lambda _
(substitute* "setup.py"
- 62/93: gnu: tadbit: Update to 1.0.1-2.2838129., (continued)
- 62/93: gnu: tadbit: Update to 1.0.1-2.2838129., guix-commits, 2024/05/05
- 12/93: gnu: Add python-multiscale-spatial-image., guix-commits, 2024/05/05
- 16/93: gnu: Add python-fastcluster., guix-commits, 2024/05/05
- 23/93: gnu: python-plastid: Replace nose with pytest., guix-commits, 2024/05/05
- 76/93: gnu: Add python-termcolor-1., guix-commits, 2024/05/05
- 87/93: gnu: python-plotnine: Fix version string., guix-commits, 2024/05/05
- 93/93: gnu: python-graphtools: Fix tests., guix-commits, 2024/05/05
- 82/93: gnu: python-bioframe: Update to 0.6.4., guix-commits, 2024/05/05
- 21/93: gnu: Add python-cvxpy., guix-commits, 2024/05/05
- 64/93: gnu: tadbit: Add R to inputs., guix-commits, 2024/05/05
- 68/93: gnu: snakemake-7: Make compatible with tabulate 0.9.0.,
guix-commits <=
- 83/93: gnu: python-cooltools: Update to 0.7.0., guix-commits, 2024/05/05
- 92/93: gnu: python-gpy: Update to 1.13.1., guix-commits, 2024/05/05
- 17/93: gnu: Add python-scs., guix-commits, 2024/05/05
- 51/93: gnu: python-tabulate: Enable tests and fix version string., guix-commits, 2024/05/05
- 75/93: gnu: python-pytest-shutil: Disable a test., guix-commits, 2024/05/05
- 22/93: gnu: Add python-metacells., guix-commits, 2024/05/05
- 65/93: gnu: python-imbalanced-learn: Update to 0.12.2., guix-commits, 2024/05/05
- 19/93: gnu: Add python-osqp., guix-commits, 2024/05/05
- 24/93: gnu: python-scikit-opt: Add missing input., guix-commits, 2024/05/05
- 31/93: gnu: python-scikit-learn: Update to 1.4.2., guix-commits, 2024/05/05