~ruther/guix-local

476f38bb5c7bd2770639d4b5de776c098f4e0993 — Hugo Buddelmeijer 7 months ago a7780fb
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>
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +3 -1
@@ 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")