diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2025-08-24 11:25:14 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-03 23:34:40 +0100 |
| commit | 476f38bb5c7bd2770639d4b5de776c098f4e0993 (patch) | |
| tree | a6b88270f189e8d6bb9b4a3162c48bccbc3c6566 /gnu/packages/python-xyz.scm | |
| parent | a7780fbcc17a7cd7ec76e0e21d9aff54f6078c5b (diff) | |
gnu: python-clrprint: Switch to pyproject.
* gnu/packages/python-xyz.scm (python-clrprint):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools-next.
Change-Id: I8f6f06925f84ef892f7c25d553d8f249ab1a856b
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index bb051c1418..6ff42820a4 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -39252,8 +39252,10 @@ Communication.") (sha256 (base32 "0xfn8d1by2w7pjiji887qljk1avn4fylbnz1mj28gysm5g0zvy43")))) - (build-system python-build-system) + (build-system pyproject-build-system) (arguments '(#:tests? #f)) ;there are no tests + (native-inputs + (list python-setuptools-next)) (propagated-inputs (list python-colorama python-termcolor)) (home-page "https://github.com/AbhijithAJ/clrprint") (synopsis "Print colorful output in the terminal") |
