GNU bug report logs -
#54184
[PATCH] gnu: Add python-ansicolors
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 54184 in the body.
You can then email your comments to 54184 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#54184
; Package
guix-patches
.
(Sun, 27 Feb 2022 15:22:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Pradana Adrinusa AUMARS <paumars <at> courrier.dev>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 27 Feb 2022 15:22:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From 67aba8f2e98ad2f21d587647d0efb817b0942dea Mon Sep 17 00:00:00 2001
From: Pradana AUMARS <paumars <at> 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 sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Sun, 13 Mar 2022 22:29:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Pradana Adrinusa AUMARS <paumars <at> courrier.dev>
:
bug acknowledged by developer.
(Sun, 13 Mar 2022 22:29:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 54184-done <at> debbugs.gnu.org (full text, mbox):
Pradana Adrinusa AUMARS <paumars <at> courrier.dev> skribis:
>>From 67aba8f2e98ad2f21d587647d0efb817b0942dea Mon Sep 17 00:00:00 2001
> From: Pradana AUMARS <paumars <at> 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’.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 11 Apr 2022 11:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 years and 152 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.