guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 2454dfb1896e76c2600b090e612e29b6e3bfe5ec
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 8ca6bfb811..4b59fe5db7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15948,7 +15948,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)
@@ -15957,8 +15957,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
@@ -15967,8 +15966,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