1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-11 23:50:33 +02: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:
Vinicius Monego
2025-08-02 11:35:13 -03:00
parent 98c92f116e
commit 39337c300e

View File

@@ -34286,16 +34286,16 @@ dates in almost any string formats commonly found on web pages.")
(define-public python-dparse
(package
(name "python-dparse")
(version "0.5.1")
(version "0.6.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "dparse" version))
(sha256
(base32 "0rzkg3nymsbwdjc0ms2bsajkda02jipwyp3xk97qj71f21lz3dd1"))))
(build-system python-build-system)
(native-inputs (list python-pytest))
(propagated-inputs (list python-packaging python-pyyaml python-toml))
(base32 "06i069hij4i53hikrsv332h2ibwfchr42b68hii6rhzdwcwrrclh"))))
(build-system pyproject-build-system)
(native-inputs (list python-hatchling python-pytest))
(propagated-inputs (list python-packaging python-toml))
(home-page "https://github.com/pyupio/dparse")
(synopsis "Parser for Python dependency files")
(description "This package provides a parser for Python dependency files.")