mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pystitcher: Improve style.
* gnu/packages/python-xyz.scm (python-pysticher): Run guix style. Change-Id: I217d2a57ff726405dffade69ef34ae43ca956a68
This commit is contained in:
parent
524ce500c0
commit
c23d29f9b8
1 changed files with 9 additions and 10 deletions
|
@ -8037,19 +8037,18 @@ logic-free templating system Mustache.")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri
|
(uri (git-reference
|
||||||
(git-reference
|
(url "https://github.com/captn3m0/pystitcher")
|
||||||
(url "https://github.com/captn3m0/pystitcher")
|
(commit (string-append "v" version))))
|
||||||
(commit
|
(file-name (git-file-name name version))
|
||||||
(string-append "v" version))))
|
|
||||||
(file-name
|
|
||||||
(git-file-name name version))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "03yrzqhcsjdj5zprrk3bh5bbyqfy3vfhxra9974vmkir3m121394"))))
|
(base32 "03yrzqhcsjdj5zprrk3bh5bbyqfy3vfhxra9974vmkir3m121394"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs (list python-html5lib
|
||||||
(list python-html5lib python-importlib-metadata python-markdown
|
python-importlib-metadata
|
||||||
python-pypdf3 python-validators))
|
python-markdown
|
||||||
|
python-pypdf3
|
||||||
|
python-validators))
|
||||||
(home-page "https://github.com/captn3m0/pystitcher")
|
(home-page "https://github.com/captn3m0/pystitcher")
|
||||||
(synopsis "Declaratively stitch together a PDF file from multiple sources")
|
(synopsis "Declaratively stitch together a PDF file from multiple sources")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue