[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
- 35/45: gnu: tryton: Update to 7.4.4., (continued)
- 35/45: gnu: tryton: Update to 7.4.4., guix-commits, 2025/01/29
- 44/45: gnu: streamlink: Update to 7.1.2., guix-commits, 2025/01/29
- 32/45: gnu: python-sql: Update to 1.5.2., guix-commits, 2025/01/29
- 41/45: gnu: python-zarr: Update list of disabled tests., guix-commits, 2025/01/29
- 04/45: gnu: Default to Python 3.11., guix-commits, 2025/01/29
- 08/45: gnu: python-zope-testing: Update to 5.0.1., guix-commits, 2025/01/29
- 19/45: gnu: pybind11: Update to 2.13.6., guix-commits, 2025/01/29
- 18/45: gnu: python-frozenlist: Update to 1.3.3., guix-commits, 2025/01/29
- 26/45: gnu: python-pydevd: Skip one more test., guix-commits, 2025/01/29
- 29/45: gnu: python-toolz: Update to 1.0.0., guix-commits, 2025/01/29
- 33/45: gnu: python-relatorio: Use pyproject-build-system.,
guix-commits <=
- 40/45: gnu: python-cattrs: Disable failing test., guix-commits, 2025/01/29
- 36/45: gnu: python-proteus: Update to 7.4.1., guix-commits, 2025/01/29