[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
55/223: gnu: python-versioneer: Add missing input and use minimal git.
From: |
guix-commits |
Subject: |
55/223: gnu: python-versioneer: Add missing input and use minimal git. |
Date: |
Mon, 21 Oct 2024 18:23:32 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 600e46dc52282fee1f330b7d5998fdd3f04c6fc5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Apr 6 15:42:44 2024 +0200
gnu: python-versioneer: Add missing input and use minimal git.
* gnu/packages/python-xyz.scm (python-versioneer)[native-inputs]: Add
python-pypa-build and replace git with git-minimal.
Change-Id: I7cca27d87f5c6f7da1318c87cac134176335b56a
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6d25f0ad05..de088f70f9 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -33158,8 +33158,8 @@ EDU SDK. This library has the following features:
(invoke "pycodestyle" "--max-line-length=88"
"git_version.py" "versioneer.py")))))))
(native-inputs
- (list git python-flake8 python-pycodestyle python-pyflakes
- python-setuptools python-wheel))
+ (list git-minimal python-flake8 python-pycodestyle python-pyflakes
+ python-pypa-build python-setuptools python-wheel))
(propagated-inputs
(list python-tomli))
(home-page "https://github.com/python-versioneer/python-versioneer")
- 35/223: gnu: python-packaging-bootstrap: Update to 23.2., (continued)
- 35/223: gnu: python-packaging-bootstrap: Update to 23.2., guix-commits, 2024/10/21
- 36/223: gnu: python-readme-renderer: Adjust package style., guix-commits, 2024/10/21
- 33/223: gnu: Add python-rapidfuzz., guix-commits, 2024/10/21
- 37/223: gnu: python-eventlet: Update to 0.35.2., guix-commits, 2024/10/21
- 38/223: gnu: python-argcomplete: Add missing input., guix-commits, 2024/10/21
- 40/223: gnu: java-testng: Disable one test., guix-commits, 2024/10/21
- 43/223: gnu: python-pytest-arraydiff: Add missing inputs., guix-commits, 2024/10/21
- 48/223: gnu: python-joblib: Add missing inputs., guix-commits, 2024/10/21
- 50/223: gnu: python-billiard: Add missing inputs., guix-commits, 2024/10/21
- 53/223: gnu: python-pyproject-metadata: Disable two tests., guix-commits, 2024/10/21
- 55/223: gnu: python-versioneer: Add missing input and use minimal git.,
guix-commits <=
- 57/223: guix: toml: Fix parsing empty strings in arrays., guix-commits, 2024/10/21
- 64/223: gnu: python-rich: Remove python-ipywidgets., guix-commits, 2024/10/21
- 13/223: doc: Document new options for pyproject-build-system., guix-commits, 2024/10/21
- 62/223: gnu: python-nbclient: Add Setuptools and Wheel., guix-commits, 2024/10/21
- 65/223: gnu: Add python-pep440., guix-commits, 2024/10/21
- 70/223: gnu: Add python-uri-template., guix-commits, 2024/10/21
- 73/223: gnu: Add python-hatch-jupyter-builder., guix-commits, 2024/10/21
- 79/223: gnu: python-send2trash: Update to 1.8.2., guix-commits, 2024/10/21
- 82/223: gnu: python-websocket-client: Update to 1.8.0., guix-commits, 2024/10/21
- 81/223: gnu: python-jsonschema: Update to 4.22.0., guix-commits, 2024/10/21