mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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:
parent
da0755a90f
commit
872a766b57
1 changed files with 4 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue