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>
This commit is contained in:
Hugo Buddelmeijer 2025-08-24 11:25:14 +02:00 committed by Sharlatan Hellseher
parent a7780fbcc1
commit 476f38bb5c
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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")