[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
26/30: gnu: snakemake-6: Add Setuptools and Wheel.
From: |
guix-commits |
Subject: |
26/30: gnu: snakemake-6: Add Setuptools and Wheel. |
Date: |
Sun, 30 Jun 2024 03:40:34 -0400 (EDT) |
lbraun pushed a commit to branch pyproject-build-system
in repository guix.
commit abe2896937118ceabc301b89969d7ae44de4cb1d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon May 6 11:22:46 2024 +0200
gnu: snakemake-6: Add Setuptools and Wheel.
* gnu/packages/python-xyz.scm (snakemake-6)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: I129616694f09763561913cd8939dd2de46e6df51
---
gnu/packages/python-xyz.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1d17239ad8..6925dc237c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13594,7 +13594,9 @@ Python style, together with a fast and comfortable
execution environment.")
python-wrapper
python-pytest
python-pandas
- python-requests-mock))))
+ python-requests-mock
+ python-setuptools
+ python-wheel))))
(define-public snakemake-7
(package
- 03/30: gnu: criu: Remove temporary workaround., (continued)
- 03/30: gnu: criu: Remove temporary workaround., guix-commits, 2024/06/30
- 04/30: gnu: sssd: Import ensure-no-mtimes-pre-1980., guix-commits, 2024/06/30
- 07/30: guix: pyproject-build-system: Default configure-flags to empty dictionary., guix-commits, 2024/06/30
- 13/30: gnu: python-pynacl: Add missing inputs., guix-commits, 2024/06/30
- 15/30: gnu: python-mistletoe: Add missing inputs., guix-commits, 2024/06/30
- 16/30: gnu: python-mysqlclient: Add missing inputs., guix-commits, 2024/06/30
- 17/30: gnu: python-vine: Add missing inputs., guix-commits, 2024/06/30
- 22/30: gnu: python-partd: Add missing input., guix-commits, 2024/06/30
- 23/30: gnu: python-dbus-python: Add missing input., guix-commits, 2024/06/30
- 25/30: guix: toml: Fix parsing empty strings in arrays., guix-commits, 2024/06/30
- 26/30: gnu: snakemake-6: Add Setuptools and Wheel.,
guix-commits <=
- 29/30: gnu: python-openpyxl: Add Setuptools and Wheel., guix-commits, 2024/06/30
- 09/30: gnu: Add python-setuptools/python-wheel where necessary., guix-commits, 2024/06/30
- 11/30: gnu: Add missing import (again)., guix-commits, 2024/06/30
- 12/30: gnu: python-pycurl: Add missing inputs., guix-commits, 2024/06/30
- 14/30: gnu: python-pytest-arraydiff: Add missing inputs., guix-commits, 2024/06/30
- 19/30: gnu: python-box: Add missing input., guix-commits, 2024/06/30
- 20/30: gnu: python-billiard: Add missing inputs., guix-commits, 2024/06/30
- 10/30: gnu: Add missing import., guix-commits, 2024/06/30
- 18/30: gnu: python-joblib: Add missing inputs., guix-commits, 2024/06/30
- 21/30: gnu: python-astropy-iers-data: Add missing inputs., guix-commits, 2024/06/30