unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Pradana Adrinusa AUMARS via Guix-patches via <guix-patches@gnu.org>
To: 54184@debbugs.gnu.org
Subject: [bug#54184] [PATCH] gnu: Add python-ansicolors
Date: Sun, 27 Feb 2022 16:20:53 +0100	[thread overview]
Message-ID: <efc05d9dcbbb14cfc5f000e447f9875835f56669.camel@courrier.dev> (raw)

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






             reply	other threads:[~2022-02-27 15:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-27 15:20 Pradana Adrinusa AUMARS via Guix-patches via [this message]
2022-03-13 22:28 ` bug#54184: [PATCH] gnu: Add python-ansicolors Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=efc05d9dcbbb14cfc5f000e447f9875835f56669.camel@courrier.dev \
    --to=guix-patches@gnu.org \
    --cc=54184@debbugs.gnu.org \
    --cc=paumars@courrier.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).