[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
35/474: gnu: python-packaging-bootstrap: Update to 23.2.
From: |
guix-commits |
Subject: |
35/474: gnu: python-packaging-bootstrap: Update to 23.2. |
Date: |
Sat, 30 Nov 2024 18:19:43 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 97f29e3496e389e8a9e16df64c1ca7b5e6cfebb5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Feb 27 21:06:59 2024 +0100
gnu: python-packaging-bootstrap: Update to 23.2.
* gnu/packages/python-build.scm (python-packaging-bootstrap): Update to
23.2.
[build-system]: Use pyproject-build-system.
[native-inputs]: Add python-flit-core.
* gnu/packages/python-xyz.scm (python-packaging)
[native-inputs]: Add python-flit-core.
Change-Id: I5d3bdec62aabfe1b5e6de988d210862ad6da9002
---
gnu/packages/python-build.scm | 8 +++++---
gnu/packages/python-xyz.scm | 4 +++-
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index e8cb8d0264..e18fe27fb1 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -472,18 +472,20 @@ that client code uses to construct the grammar directly
in Python code.")
(define-public python-packaging-bootstrap
(package
(name "python-packaging-bootstrap")
- (version "21.3")
+ (version "23.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "packaging" version))
(sha256
(base32
- "1sygirdrqgv4f1ckh9nhpcw1yfidrh3qjl86wq8vk6nq4wlw8iyx"))))
- (build-system python-build-system)
+ "1ifgjb0d0bnnm78hv3mnl7hi233m7jamb2plma752djh83lv13q4"))))
+ (build-system pyproject-build-system)
(arguments `(#:tests? #f)) ;disabled to avoid extra dependencies
(propagated-inputs
(list python-pyparsing python-six-bootstrap))
+ (native-inputs
+ (list python-flit-core))
(home-page "https://github.com/pypa/packaging")
(synopsis "Core utilities for Python packages")
(description "Packaging is a Python module for dealing with Python
packages.
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7e6269c096..e1fb019ba4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25135,7 +25135,9 @@ manipulation, or @code{stdout}.")
(if tests?
(invoke "pytest" "-vv")
(format #t "test suite not run~%")))))))
- (native-inputs (list python-pretend python-pytest))
+ (native-inputs
+ (list python-flit-core
+ python-pretend python-pytest))
(propagated-inputs (list python-pyparsing python-six))
(home-page "https://github.com/pypa/packaging")
(synopsis "Core utilities for Python packages")
- 32/474: gnu: python-ipython: Update to 8.22.1., (continued)
- 32/474: gnu: python-ipython: Update to 8.22.1., guix-commits, 2024/11/30
- 19/474: gnu: Add setuptools/wheel to more Python packages., guix-commits, 2024/11/30
- 29/474: gnu: python-argcomplete: Update to 3.2.2., guix-commits, 2024/11/30
- 11/474: gnu: python-pytest-xdist: Disable failing test., guix-commits, 2024/11/30
- 14/474: gnu: Add python-setuptools/python-wheel where necessary., guix-commits, 2024/11/30
- 17/474: gnu: python-sphinx: Update to 6.2.1., guix-commits, 2024/11/30
- 21/474: gnu: python-markdown-it-py: Update to 3.0.0., guix-commits, 2024/11/30
- 22/474: gnu: python-mdit-py-plugins: Update to 0.4.0., guix-commits, 2024/11/30
- 23/474: gnu: python-rich: Update to 13.7.0., guix-commits, 2024/11/30
- 24/474: gnu: python-jupytext: Update to 1.15.0., guix-commits, 2024/11/30
- 35/474: gnu: python-packaging-bootstrap: Update to 23.2.,
guix-commits <=
- 25/474: gnu: python-textual: Update to 0.50.1., guix-commits, 2024/11/30
- 34/474: gnu: python-cleo: Update to 2.1.0., guix-commits, 2024/11/30
- 36/474: gnu: python-readme-renderer: Adjust package style., guix-commits, 2024/11/30
- 40/474: gnu: java-testng: Disable one test., guix-commits, 2024/11/30
- 54/474: gnu: python-versioneer: Add missing input and use minimal git., guix-commits, 2024/11/30
- 58/474: gnu: python-pytest-xdist: Add setuptools and wheel., guix-commits, 2024/11/30
- 39/474: gnu: java-testng: Drop input labels., guix-commits, 2024/11/30
- 42/474: gnu: python-pynacl: Add missing inputs., guix-commits, 2024/11/30
- 33/474: gnu: Add python-rapidfuzz., guix-commits, 2024/11/30
- 38/474: gnu: python-argcomplete: Add missing input., guix-commits, 2024/11/30