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

commit fed348650098117d30894289f3926b00681b4418
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Dec 22 15:19:29 2025 +0100

    gnu: python-pyproject-metadata: Update to 0.10.0.
    
    * gnu/packages/python-xyz.scm (python-pyproject-metadata): Update to 0.10.0.
    [native-inputs]: Replace python-pypa-build by python-flit-core.
    Remove python-setuptools.
    
    Change-Id: Ibbc17d14b182a1513e5492aee138ac721710db16
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-xyz.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0abd5cc95c..3ac6558340 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15962,7 +15962,7 @@ versions number match PEP 440.")
 (define-public python-pyproject-metadata
   (package
     (name "python-pyproject-metadata")
-    (version "0.7.1")
+    (version "0.10.0")
     (source
      (origin
        (method git-fetch)
@@ -15971,8 +15971,7 @@ versions number match PEP 440.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "0yvs59ymz5gdix34a95wxlxvk9bnvjgrzsnmnc3ws7whpfv3yasm"))))
+        (base32 "1vz2dx46ag42bqp81frd92pfnryfdry6112g6z5inrywqs8vymkw"))))
     (build-system pyproject-build-system)
     (arguments
      (list
@@ -15981,8 +15980,8 @@ versions number match PEP 440.")
       ;; tests' regular expressions no longer match.
       '(list "--ignore=tests/test_standard_metadata.py")))
     (propagated-inputs (list python-packaging))
-    (native-inputs (list python-pypa-build python-pytest python-setuptools
-                         python-tomli python-wheel))
+    (native-inputs
+     (list python-flit-core python-pytest python-tomli))
     (home-page "https://github.com/FFY00/python-pyproject-metadata";)
     (synopsis "Dataclass for PEP 621 metadata")
     (description "This project does not implement the parsing of

Reply via email to