summaryrefslogtreecommitdiff
path: root/gnu/packages/python-build.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-11 23:34:54 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:35:35 +0100
commitc76125e0dcdc5709ccdfed8e7152112e4d3a4c34 (patch)
treef1dff3de7d5cb8718e86d1eec98984215657da8f /gnu/packages/python-build.scm
parent242ddb07bfeb3ab2fe0bd78188814dc3802a9f95 (diff)
gnu: python-packaging-bootstrap: Update to 25.0.
* gnu/packages/python-build.scm (python-packaging-bootstrap): Update to 25.0. [propagated-inputs]: Remove python-pyparsing and python-six-bootstrap. Change-Id: I57729f30f4b2d216bde3f2224c330fda24043299
Diffstat (limited to 'gnu/packages/python-build.scm')
-rw-r--r--gnu/packages/python-build.scm7
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index fa6256da14b..86819e8fdbf 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -489,18 +489,15 @@ that client code uses to construct the grammar directly in Python code.")
489(define-public python-packaging-bootstrap 489(define-public python-packaging-bootstrap
490 (package 490 (package
491 (name "python-packaging-bootstrap") 491 (name "python-packaging-bootstrap")
492 (version "24.2") 492 (version "25.0")
493 (source 493 (source
494 (origin 494 (origin
495 (method url-fetch) 495 (method url-fetch)
496 (uri (pypi-uri "packaging" version)) 496 (uri (pypi-uri "packaging" version))
497 (sha256 497 (sha256
498 (base32 498 (base32 "0kzwn2ar4ndm90qrvgyjcbkqz3klrg0ziwm1yrhbyxynk0n8fhyl"))))
499 "0zxrq3nn0lmmqp3p2d92v0yqbs29kl87k4vkqmmk8bckbvfaca62"))))
500 (build-system pyproject-build-system) 499 (build-system pyproject-build-system)
501 (arguments `(#:tests? #f)) ;disabled to avoid extra dependencies 500 (arguments `(#:tests? #f)) ;disabled to avoid extra dependencies
502 (propagated-inputs
503 (list python-pyparsing python-six-bootstrap))
504 (native-inputs 501 (native-inputs
505 (list python-flit-core)) 502 (list python-flit-core))
506 (home-page "https://github.com/pypa/packaging") 503 (home-page "https://github.com/pypa/packaging")