gnu: python-dparse: Improve style.

* gnu/packages/python-xyz.scm (python-dparse): Run guix style.

Change-Id: Ibafa341c0004fde1763778c6d6012166045971d3
This commit is contained in:
Vinicius Monego 2025-08-02 11:31:55 -03:00
parent e26607a466
commit 98c92f116e
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -34288,17 +34288,14 @@ dates in almost any string formats commonly found on web pages.")
(name "python-dparse")
(version "0.5.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "dparse" version))
(sha256
(base32
"0rzkg3nymsbwdjc0ms2bsajkda02jipwyp3xk97qj71f21lz3dd1"))))
(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))
(native-inputs (list python-pytest))
(propagated-inputs (list python-packaging python-pyyaml 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.")