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:
Ricardo Wurmus 2025-01-27 17:24:08 +01:00 committed by Andreas Enge
parent 64135bd534
commit 4fbac2167e
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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