~ruther/guix-local

1cc0eb0598788aed1982fcd1b6aad8c464122a54 — Sharlatan Hellseher 1 year, 7 days ago 80f6160
gnu: Add python-couleur.

* gnu/packages/python-xyz.scm (python-couleur): New variable.

Change-Id: I86205a7cbfd4429dcf82bae035e045092a230c3f
1 files changed, 21 insertions(+), 0 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +21 -0
@@ 553,6 553,27 @@ using NumPy-like idioms.")
line drawing algorithm}.")
    (license license:expat)))

(define-public python-couleur
  (package
    (name "python-couleur")
    (version "0.7.4")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "couleur" version))
       (sha256
        (base32 "1fk175k6l8isx43jmh7n7xyzb18ysdixzr74dxqqhpyd5sbsb5hy"))))
    (build-system pyproject-build-system)
    (native-inputs
     (list python-setuptools
           python-wheel))
    (home-page "https://github.com/gabrielfalcao/couleur")
    (synopsis "ANSI terminal tool for Python")
    (description
     "This package provides an ANSI terminal tool for Python, colored shell
and other handy fancy features.")
    (license license:lgpl3+)))

(define-public python-crc
  (package
    (name "python-crc")