mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-relatorio: Use pyproject-build-system.
* gnu/packages/python-xyz.scm (python-relatorio)[build-system]: Use pyproject-build-system. [native-inputs]: Add python-setuptools and python-wheel; move python-magic from here... [propagated-inputs]: ...to here. [description]: Reformat. Change-Id: Ie1bc69be70c37d283e6dbd5264e27479b8dca3fc
This commit is contained in:
parent
64135bd534
commit
4fbac2167e
1 changed files with 5 additions and 6 deletions
|
@ -27016,16 +27016,15 @@ functionality removed from @code{packaging}.")
|
|||
(sha256
|
||||
(base32
|
||||
"09nhrz80dfm60nssbvjgz4czzy4yzfa8gxczcdlzbgcnnvm914vb"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs
|
||||
(list python-lxml python-genshi))
|
||||
(native-inputs
|
||||
(list python-magic))
|
||||
(list python-lxml python-magic python-genshi))
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(home-page "https://relatorio.tryton.org/")
|
||||
(synopsis "Templating library able to output ODT and PDF files")
|
||||
(description "Relatorio is a templating library which provides a way to
|
||||
easily output ODT, ODS, PNG, SVG and several other kinds of files. Support
|
||||
for more filetypes can be easily added by creating plugins for them.")
|
||||
easily output ODT, ODS, PNG, SVG and several other kinds of files. Support
|
||||
for more filetypes can be easily added by creating plugins for them.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public python-radon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue