[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
70/93: gnu: snakemake-5: Make compatible with tabulate 0.9.0.
From: |
guix-commits |
Subject: |
70/93: gnu: snakemake-5: Make compatible with tabulate 0.9.0. |
Date: |
Sun, 5 May 2024 16:45:00 -0400 (EDT) |
rekado pushed a commit to branch wip-python-team
in repository guix.
commit 8d14b1cbb60aaae926daa82849b892f9666e8b4f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu May 2 21:39:30 2024 +0200
gnu: snakemake-5: Make compatible with tabulate 0.9.0.
* gnu/packages/python-xyz.scm (snakemake-5)[arguments]: Add phase
'tabulate-compatibility.
Change-Id: I0b0ddafe9c2da91dbe10a584eb6fa0a3d5d62e87
---
gnu/packages/python-xyz.scm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 788148f32b..b3c6d9821e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13222,6 +13222,11 @@ approach.")
"--ignore=tests/test_google_lifesciences.py")
#:phases
#~(modify-phases %standard-phases
+ (add-after 'unpack 'tabulate-compatibility
+ (lambda _
+ (substitute* "snakemake/dag.py"
+ (("\"job\": rule,")
+ "\"job\": rule.name,"))))
;; For cluster execution Snakemake will call Python. Since there is
;; no suitable PYTHONPATH set, cluster execution will fail. We fix
;; this by calling the snakemake wrapper instead.
- 38/93: gnu: python-tables: Update to 3.7.0., (continued)
- 38/93: gnu: python-tables: Update to 3.7.0., guix-commits, 2024/05/05
- 41/93: gnu: Add python-dask-expr., guix-commits, 2024/05/05
- 52/93: gnu: python-numpy: Update to 1.26.0., guix-commits, 2024/05/05
- 59/93: gnu: python-dask: Disable some tests., guix-commits, 2024/05/05
- 60/93: gnu: python-dask: Do not reference pyarrow_hotfix., guix-commits, 2024/05/05
- 63/93: gnu: tadbit: Patch for compatibility with latest scipy., guix-commits, 2024/05/05
- 66/93: gnu: python-jsonpickle: Update to 3.0.4., guix-commits, 2024/05/05
- 67/93: gnu: snakemake-6: Make compatible with tabulate 0.9.0., guix-commits, 2024/05/05
- 71/93: gnu: snakemake-5: Patch version string., guix-commits, 2024/05/05
- 69/93: gnu: snakemake: Fetch from git repository., guix-commits, 2024/05/05
- 70/93: gnu: snakemake-5: Make compatible with tabulate 0.9.0.,
guix-commits <=
- 73/93: gnu: python-termcolor: Update to 2.4.0., guix-commits, 2024/05/05
- 79/93: gnu: python-decoupler-py: Update to 1.6.0., guix-commits, 2024/05/05
- 77/93: gnu: barectf: Use python-termcolor-1., guix-commits, 2024/05/05
- 74/93: gnu: python-cleanlab: Update to 2.6.3., guix-commits, 2024/05/05
- 84/93: gnu: python-scikit-learn-extra: Disable a validation test., guix-commits, 2024/05/05
- 90/93: gnu: python-paramz: Update to 0.9.6., guix-commits, 2024/05/05
- 88/93: gnu: python-liana-py: Update to 1.1.0., guix-commits, 2024/05/05
- 91/93: gnu: python-pygsp: Add missing input., guix-commits, 2024/05/05
- 34/93: gnu: python-pandas-stub: Update to 2.1.1.230928., guix-commits, 2024/05/05
- 37/93: gnu: python-pyarrow: Build with ORC support., guix-commits, 2024/05/05