unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54184] [PATCH] gnu: Add python-ansicolors
@ 2022-02-27 15:20 Pradana Adrinusa AUMARS via Guix-patches via
  2022-03-13 22:28 ` bug#54184: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Pradana Adrinusa AUMARS via Guix-patches via @ 2022-02-27 15:20 UTC (permalink / raw)
  To: 54184

From 67aba8f2e98ad2f21d587647d0efb817b0942dea Mon Sep 17 00:00:00 2001
From: Pradana AUMARS <paumars@courrier.dev>
Date: Sun, 27 Feb 2022 16:11:03 +0100
Subject: [PATCH] gnu: Add python-ansicolors.

* gnu/packages/python-xyz.scm (python-ansicolors): 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 96448fc29b..40e9c9ccb1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -29015,3 +29015,24 @@ (define-public python-pyfuse3
     (description "This package provides Python 3 bindings for libfuse
3 with
 async I/O support.")
     (license license:gpl2+)))
+
+(define-public python-ansicolors
+  (package
+   (name "python-ansicolors")
+   (version "1.1.8")
+   (source
+    (origin
+     (method url-fetch)
+     (uri (pypi-uri "ansicolors" version ".zip"))
+     (sha256
+      (base32
"1q3jqglkq4z0f6nkkn8bswcwqg012i2grrc27kabr8286dg4zycr"))))
+   (build-system python-build-system)
+   (native-inputs
+    (list python-tox
+	  python-pytest-cov
+	  unzip))
+   (home-page "https://github.com/jonathaneunice/colors/")
+   (synopsis "ANSI colors for Python")
+   (description
+    "This package adds ANSI colors and decorations to your strings.")
+   (license license:isc)))
-- 
2.34.0






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

* bug#54184: [PATCH] gnu: Add python-ansicolors
  2022-02-27 15:20 [bug#54184] [PATCH] gnu: Add python-ansicolors Pradana Adrinusa AUMARS via Guix-patches via
@ 2022-03-13 22:28 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-03-13 22:28 UTC (permalink / raw)
  To: Pradana Adrinusa AUMARS; +Cc: 54184-done

Pradana Adrinusa AUMARS <paumars@courrier.dev> skribis:

>>From 67aba8f2e98ad2f21d587647d0efb817b0942dea Mon Sep 17 00:00:00 2001
> From: Pradana AUMARS <paumars@courrier.dev>
> Date: Sun, 27 Feb 2022 16:11:03 +0100
> Subject: [PATCH] gnu: Add python-ansicolors.
>
> * gnu/packages/python-xyz.scm (python-ansicolors): New variable.

Applied, thanks!

Ludo’.




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

end of thread, other threads:[~2022-03-13 22:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-27 15:20 [bug#54184] [PATCH] gnu: Add python-ansicolors Pradana Adrinusa AUMARS via Guix-patches via
2022-03-13 22:28 ` bug#54184: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).