mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-dparse: Improve style.
* gnu/packages/python-xyz.scm (python-dparse): Run guix style. Change-Id: Ibafa341c0004fde1763778c6d6012166045971d3
This commit is contained in:
parent
e26607a466
commit
98c92f116e
1 changed files with 7 additions and 10 deletions
|
@ -34288,17 +34288,14 @@ dates in almost any string formats commonly found on web pages.")
|
||||||
(name "python-dparse")
|
(name "python-dparse")
|
||||||
(version "0.5.1")
|
(version "0.5.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "dparse" version))
|
(uri (pypi-uri "dparse" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0rzkg3nymsbwdjc0ms2bsajkda02jipwyp3xk97qj71f21lz3dd1"))))
|
||||||
"0rzkg3nymsbwdjc0ms2bsajkda02jipwyp3xk97qj71f21lz3dd1"))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs (list python-pytest))
|
||||||
(list python-pytest))
|
(propagated-inputs (list python-packaging python-pyyaml python-toml))
|
||||||
(propagated-inputs
|
|
||||||
(list python-packaging python-pyyaml 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