[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
35/222: gnu: python-packaging-bootstrap: Update to 23.2.
From: |
guix-commits |
Subject: |
35/222: gnu: python-packaging-bootstrap: Update to 23.2. |
Date: |
Fri, 1 Nov 2024 10:56:18 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 067a88740f4841f258c8b35a3908f62ecd5bf548
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 4f439e8f7e..a283cadc69 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25031,7 +25031,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")
- 52/222: gnu: python-pyproject-metadata: Disable two tests., (continued)
- 52/222: gnu: python-pyproject-metadata: Disable two tests., guix-commits, 2024/11/01
- 12/222: guix: pyproject-build-system: Default configure-flags to empty dictionary., guix-commits, 2024/11/01
- 17/222: gnu: python-sphinx: Update to 6.2.1., guix-commits, 2024/11/01
- 16/222: gnu: Add missing import (again)., guix-commits, 2024/11/01
- 20/222: gnu: meson-python: Do not delete LICENSES directory., guix-commits, 2024/11/01
- 22/222: gnu: python-mdit-py-plugins: Update to 0.4.0., guix-commits, 2024/11/01
- 32/222: gnu: python-ipython: Update to 8.22.1., guix-commits, 2024/11/01
- 39/222: gnu: java-testng: Drop input labels., guix-commits, 2024/11/01
- 47/222: gnu: python-vine: Add missing inputs., guix-commits, 2024/11/01
- 23/222: gnu: python-rich: Update to 13.7.0., guix-commits, 2024/11/01
- 35/222: gnu: python-packaging-bootstrap: Update to 23.2.,
guix-commits <=
- 34/222: gnu: python-cleo: Update to 2.1.0., guix-commits, 2024/11/01
- 37/222: gnu: python-eventlet: Update to 0.35.2., guix-commits, 2024/11/01
- 44/222: gnu: python-itemloaders: Fix indentation., guix-commits, 2024/11/01
- 50/222: gnu: python-billiard: Add missing inputs., guix-commits, 2024/11/01
- 53/222: gnu: python-dbus-python: Add missing input., guix-commits, 2024/11/01
- 54/222: gnu: python-versioneer: Add missing input and use minimal git., guix-commits, 2024/11/01
- 58/222: gnu: python-pytest-xdist: Add setuptools and wheel., guix-commits, 2024/11/01
- 60/222: gnu: python-openpyxl: Add Setuptools and Wheel., guix-commits, 2024/11/01
- 59/222: gnu: python-jinja2: Add setuptools and wheel., guix-commits, 2024/11/01
- 63/222: gnu: python-rich: Remove python-ipywidgets., guix-commits, 2024/11/01