[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
35/223: gnu: python-packaging-bootstrap: Update to 23.2.
From: |
guix-commits |
Subject: |
35/223: gnu: python-packaging-bootstrap: Update to 23.2. |
Date: |
Thu, 17 Oct 2024 06:20:36 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit e3df2f0346a786e12ee623b6cfb1b47d2aebe8a3
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 a62c88e161..fb6ce13cc6 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -471,18 +471,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 fe887e0611..fe21ab60be 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -24866,7 +24866,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")
- 13/223: doc: Document new options for pyproject-build-system., (continued)
- 13/223: doc: Document new options for pyproject-build-system., guix-commits, 2024/10/17
- 11/223: gnu: python-pytest-xdist: Disable failing test., guix-commits, 2024/10/17
- 10/223: build-system/pyproject: Use TOML parser., guix-commits, 2024/10/17
- 07/223: gnu: criu: Remove temporary workaround., guix-commits, 2024/10/17
- 16/223: gnu: Add missing import (again)., guix-commits, 2024/10/17
- 24/223: gnu: python-jupytext: Update to 1.15.0., guix-commits, 2024/10/17
- 12/223: guix: pyproject-build-system: Default configure-flags to empty dictionary., guix-commits, 2024/10/17
- 27/223: gnu: python-lightning-cloud: Disable tests., guix-commits, 2024/10/17
- 30/223: gnu: python-traitlets: Update to 5.14.1., guix-commits, 2024/10/17
- 33/223: gnu: Add python-rapidfuzz., guix-commits, 2024/10/17
- 35/223: gnu: python-packaging-bootstrap: Update to 23.2.,
guix-commits <=
- 36/223: gnu: python-readme-renderer: Adjust package style., guix-commits, 2024/10/17
- 47/223: gnu: python-vine: Add missing inputs., guix-commits, 2024/10/17
- 52/223: gnu: python-partd: Add missing input., guix-commits, 2024/10/17
- 54/223: gnu: python-dbus-python: Add missing input., guix-commits, 2024/10/17
- 55/223: gnu: python-versioneer: Add missing input and use minimal git., guix-commits, 2024/10/17
- 59/223: gnu: python-pytest-xdist: Add setuptools and wheel., guix-commits, 2024/10/17
- 08/223: gnu: sssd: Import ensure-no-mtimes-pre-1980., guix-commits, 2024/10/17
- 09/223: guix: toml: Add TOML parser., guix-commits, 2024/10/17
- 06/223: build-system/python: Ignore symlinks when changing mtime., guix-commits, 2024/10/17
- 15/223: gnu: Add missing import., guix-commits, 2024/10/17