guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 9a9f0da82940ccbdd04a93eb4ee8536d116b0046
Author: Nicolas Graves <[email protected]>
AuthorDate: Fri Jan 2 23:08:30 2026 +0100

    gnu: python-pypa-build: Update to 1.3.0.
    
    * gnu/packages/python-build.scm (python-pypa-build): Update to 1.3.0.
    [propagated-inputs]: Remove python-packaging-bootstrap,
    python-pep517-bootstrap, python-toml.  Add python-colorama,
    python-packaging, python-pyproject-hooks, python-tomli.
    
    Change-Id: I9f89f3a08a59610f32a74c2ac39cd291d6f104fc
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-build.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 0cbd3a5873..5a3c3c99be 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -958,21 +958,22 @@ write tooling that generates distribution files from 
Python projects.")
   (package
     (name "python-pypa-build")
     ;; Newer version needs more inputs, consider to move to python-xyz.
-    (version "0.9.0")
+    (version "1.3.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "build" version))
        (sha256
-        (base32 "0g5w28ban6k9qywqwdqiqms3crg75rsvfphl4f4qkg8wi57741qs"))))
+        (base32 "15xk0w71x8v1c8by049rdwh74mhkl3rj3v9sym8fkgbhl87dv3k9"))))
     (build-system pyproject-build-system)
     (arguments `(#:tests? #f))         ;disabled to avoid extra dependencies
     (native-inputs
-     (list python-setuptools))
+     (list python-flit-core))
     (propagated-inputs
-     (list python-packaging-bootstrap
-           python-pep517-bootstrap
-           python-toml))
+     (list python-colorama
+           python-packaging
+           python-pyproject-hooks
+           python-tomli))
     (home-page "https://pypa-build.readthedocs.io/en/latest/";)
     (synopsis "Simple Python PEP 517 package builder")
     (description "The @command{build} command invokes the PEP 517 hooks to

Reply via email to