mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-11 23:50:33 +02:00
gnu: python-dparse: Improve style.
* gnu/packages/python-xyz.scm (python-dparse): Run guix style. Change-Id: Ibafa341c0004fde1763778c6d6012166045971d3
This commit is contained in:
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user