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 <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-12-22 15:19:29 +01:00 committed by Sharlatan Hellseher
parent da0755a90f
commit 872a766b57
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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