summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-08-09 08:55:31 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:08 +0100
commit1843ef821f68e6b5f952b9a9f147a57d80577ba3 (patch)
treef58dc98bad6f2a0e6253330a17501ba823bc0b41 /gnu/packages/python-xyz.scm
parentd0074f45d0a23170157505cea9e912173f97342e (diff)
gnu: python-relatorio: Update to 0.11.1.
* gnu/packages/python-xyz.scm (python-relatorio): Update to 0.11.1. [native-inputs]: Remove python-wheel; add python-pytest. [description]: Start from a new line, fix fill column indentation. Change-Id: I5b5c6556df6fdd3c785b96fdf11c42f1b24165de
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm20
1 files changed, 12 insertions, 8 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2fc3b09f81..3097576226 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26808,23 +26808,27 @@ functionality removed from @code{packaging}.")
(define-public python-relatorio
(package
(name "python-relatorio")
- (version "0.10.0")
+ (version "0.11.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "relatorio" version))
(sha256
- (base32
- "09nhrz80dfm60nssbvjgz4czzy4yzfa8gxczcdlzbgcnnvm914vb"))))
+ (base32 "0qa8f9xvvc60i41vpf386jqx65379dnn9xpjwp8zaibba5raz83v"))))
(build-system pyproject-build-system)
+ (native-inputs
+ (list python-pytest
+ python-setuptools))
(propagated-inputs
- (list python-lxml python-magic python-genshi))
- (native-inputs (list python-setuptools python-wheel))
+ (list python-genshi
+ python-lxml
+ python-magic))
(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.")
+ (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.")
(license license:gpl3+)))
(define-public python-radon