guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

33/45: gnu: python-relatorio: Use pyproject-build-system.


From: guix-commits
Subject: 33/45: gnu: python-relatorio: Use pyproject-build-system.
Date: Wed, 29 Jan 2025 04:12:40 -0500 (EST)

rekado pushed a commit to branch python-team
in repository guix.

commit a6a76bf2cc561abf6ee3aa0ebc18c6dc4d44c7dd
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 27 17:24:08 2025 +0100

    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
---
 gnu/packages/python-xyz.scm | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8136688ab3..9db79a9ecc 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26329,16 +26329,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]