mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-fire: Run guix style.
* gnu/packages/python-xyz.scm (python-fire): Run guix style. Change-Id: I589ad6a5cdf9c2d7f93ce4f44861fc8745bf6e89
This commit is contained in:
parent
23510c1df6
commit
b6138013d8
1 changed files with 3 additions and 6 deletions
|
@ -1734,13 +1734,10 @@ that they are acceptable to modern bowsers")
|
|||
(method url-fetch)
|
||||
(uri (pypi-uri "fire" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1pswm79gi51p596zmfvaskx0i15znbr610yws5dgdsing7q505cn"))))
|
||||
(base32 "1pswm79gi51p596zmfvaskx0i15znbr610yws5dgdsing7q505cn"))))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs
|
||||
(list python-termcolor))
|
||||
(native-inputs
|
||||
(list python-pytest python-setuptools python-wheel))
|
||||
(propagated-inputs (list python-termcolor))
|
||||
(native-inputs (list python-pytest python-setuptools python-wheel))
|
||||
(synopsis "Library for automatically generating command line interfaces")
|
||||
(description
|
||||
"Fire is a library for automatically generating command line interfaces
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue