From 476f38bb5c7bd2770639d4b5de776c098f4e0993 Mon Sep 17 00:00:00 2001 From: Hugo Buddelmeijer Date: Sun, 24 Aug 2025 11:25:14 +0200 Subject: [PATCH] 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 Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-xyz.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index bb051c14180fb96a87dbaf09bdbd95e2ee918a40..6ff42820a471b181d7b42097ec698082738970a6 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")