[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
38/46: gnu: python-tabulate: Add Setuptools and Wheel.
From: |
guix-commits |
Subject: |
38/46: gnu: python-tabulate: Add Setuptools and Wheel. |
Date: |
Tue, 7 May 2024 18:34:04 -0400 (EDT) |
rekado pushed a commit to branch python-team
in repository guix.
commit b7d2125ede7a2772a45609b85261a2b6e13728a7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 7 23:21:43 2024 +0200
gnu: python-tabulate: Add Setuptools and Wheel.
* gnu/packages/python-xyz.scm (python-tabulate)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: If6aede34a1ce93146412842c0d08ec811f08037e
---
gnu/packages/python-xyz.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 035a024075..ebe6bb366b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21038,7 +21038,11 @@ It uses LR parsing and does extensive error checking.")
(base32
"0g4b0qnbw55igbpxfxzciqvb6w8ncw4gmcgyq0lyavcnylmv3580"))))
(build-system pyproject-build-system)
- (native-inputs (list python-pytest python-setuptools-scm))
+ (native-inputs
+ (list python-pytest
+ python-setuptools-scm
+ python-setuptools
+ python-wheel))
(home-page "https://bitbucket.org/astanin/python-tabulate")
(synopsis "Pretty-print tabular data")
(description
- 09/46: gnu: Add python-overrides., (continued)
- 09/46: gnu: Add python-overrides., guix-commits, 2024/05/07
- 10/46: gnu: Add python-hatch-jupyter-builder., guix-commits, 2024/05/07
- 13/46: gnu: Add python-nbclassic., guix-commits, 2024/05/07
- 02/46: gnu: Add python-pep440., guix-commits, 2024/05/07
- 03/46: gnu: Add python-referencing., guix-commits, 2024/05/07
- 06/46: gnu: Add python-isoduration., guix-commits, 2024/05/07
- 29/46: gnu: python-trio: Use pyproject-build-system., guix-commits, 2024/05/07
- 30/46: gnu: python-jupyter-client: Update to 7.4.4., guix-commits, 2024/05/07
- 35/46: gnu: Add python-jupyter-server-terminals., guix-commits, 2024/05/07
- 33/46: gnu: python-notebook: Update to 6.5.7., guix-commits, 2024/05/07
- 38/46: gnu: python-tabulate: Add Setuptools and Wheel.,
guix-commits <=
- 15/46: gnu: python-jedi: Update to 0.19.1., guix-commits, 2024/05/07
- 08/46: gnu: Add python-fqdn., guix-commits, 2024/05/07
- 11/46: gnu: Add python-pytest-jupyter., guix-commits, 2024/05/07
- 14/46: gnu: python-attrs: Update to 23.2.0., guix-commits, 2024/05/07
- 16/46: gnu: python-send2trash: Update to 1.8.2., guix-commits, 2024/05/07
- 17/46: gnu: python-argon2-cffi: Update to 21.1.0., guix-commits, 2024/05/07
- 18/46: gnu: python-jsonschema: Update to 4.22.0., guix-commits, 2024/05/07
- 19/46: gnu: python-websocket-client: Update to 1.8.0., guix-commits, 2024/05/07
- 20/46: gnu: python-prometheus-client: Update to 0.20.0., guix-commits, 2024/05/07
- 21/46: gnu: python-pytest-tornasync: Use Tornado 6., guix-commits, 2024/05/07