all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#56447] [PATCH] gnu: Add python-clrprint.
@ 2022-07-08  9:29 jgart via Guix-patches via
  2022-07-19 19:38 ` bug#56447: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-07-08  9:29 UTC (permalink / raw)
  To: 56447; +Cc: jgart

* gnu/packages/python-xyz.scm (python-clrprint): New variable.
---
 gnu/packages/python-xyz.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d45ce658f2..856b8295d9 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -29985,6 +29985,27 @@ (define-public python-gatt
 Currently, Linux is the only platform supported by this library.")
     (license license:expat)))
 
+(define-public python-clrprint
+  (package
+    (name "python-clrprint")
+    (version "2.0.1")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "clrprint" version))
+              (sha256
+               (base32
+                "0xfn8d1by2w7pjiji887qljk1avn4fylbnz1mj28gysm5g0zvy43"))))
+    (build-system python-build-system)
+    (arguments '(#:tests? #f)) ; There are no tests.
+    (propagated-inputs (list python-colorama python-termcolor))
+    (home-page "https://github.com/AbhijithAJ/clrprint")
+    (synopsis "Print colorful output in the terminal")
+    (description
+"@code{clrprint} is developed to print a colorful output on idle, windows
+power shell and terminal. It has red, blue, green, yellow, purple and
+black/white (default) colors.")
+    (license license:expat)))
+
 (define-public python-musical-scales
   (package
     (name "python-musical-scales")
-- 
2.36.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#56447: [PATCH] gnu: Add python-clrprint.
  2022-07-08  9:29 [bug#56447] [PATCH] gnu: Add python-clrprint jgart via Guix-patches via
@ 2022-07-19 19:38 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-07-19 19:38 UTC (permalink / raw)
  To: jgart; +Cc: 56447-done

[-- Attachment #1: Type: text/plain, Size: 166 bytes --]

Hi,

jgart <jgart@dismail.de> skribis:

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

Applied with the tweaks below, thanks!

Ludo’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 1113 bytes --]

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 86aa4201f3..0ab4755fcc 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -30104,14 +30104,13 @@ (define-public python-clrprint
                (base32
                 "0xfn8d1by2w7pjiji887qljk1avn4fylbnz1mj28gysm5g0zvy43"))))
     (build-system python-build-system)
-    (arguments '(#:tests? #f)) ; There are no tests.
+    (arguments '(#:tests? #f))                    ;there are no tests
     (propagated-inputs (list python-colorama python-termcolor))
     (home-page "https://github.com/AbhijithAJ/clrprint")
     (synopsis "Print colorful output in the terminal")
-    (description
-"@code{clrprint} is developed to print a colorful output on idle, windows
-power shell and terminal. It has red, blue, green, yellow, purple and
-black/white (default) colors.")
+    (description "@code{clrprint} is developed to print colorful output in the
+terminal.  It has red, blue, green, yellow, purple and black/white (default)
+colors.")
     (license license:expat)))
 
 (define-public python-musical-scales

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-19 19:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-08  9:29 [bug#56447] [PATCH] gnu: Add python-clrprint jgart via Guix-patches via
2022-07-19 19:38 ` bug#56447: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.