mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
a7780fbcc1
commit
476f38bb5c
1 changed files with 3 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue