mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-dparse: Update to 0.6.4.
* gnu/packages/python-xyz.scm (python-dparse): Update to 0.6.4. [build-system]: Use pyproject-build-system. [native-inputs]: Add python-hatchling. [propagated-inputs]: Remove python-pyyaml. Change-Id: I4e79c895348275c1542e5aeab511c18683478511
This commit is contained in:
parent
98c92f116e
commit
39337c300e
1 changed files with 5 additions and 5 deletions
|
@ -34286,16 +34286,16 @@ dates in almost any string formats commonly found on web pages.")
|
||||||
(define-public python-dparse
|
(define-public python-dparse
|
||||||
(package
|
(package
|
||||||
(name "python-dparse")
|
(name "python-dparse")
|
||||||
(version "0.5.1")
|
(version "0.6.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "dparse" version))
|
(uri (pypi-uri "dparse" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0rzkg3nymsbwdjc0ms2bsajkda02jipwyp3xk97qj71f21lz3dd1"))))
|
(base32 "06i069hij4i53hikrsv332h2ibwfchr42b68hii6rhzdwcwrrclh"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs (list python-pytest))
|
(native-inputs (list python-hatchling python-pytest))
|
||||||
(propagated-inputs (list python-packaging python-pyyaml python-toml))
|
(propagated-inputs (list python-packaging python-toml))
|
||||||
(home-page "https://github.com/pyupio/dparse")
|
(home-page "https://github.com/pyupio/dparse")
|
||||||
(synopsis "Parser for Python dependency files")
|
(synopsis "Parser for Python dependency files")
|
||||||
(description "This package provides a parser for Python dependency files.")
|
(description "This package provides a parser for Python dependency files.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue