emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#62369: closed ([PATCH] gnu: Add cl-format-colors.)


From: GNU bug Tracking System
Subject: bug#62369: closed ([PATCH] gnu: Add cl-format-colors.)
Date: Wed, 22 Mar 2023 13:44:03 +0000

Your message dated Wed, 22 Mar 2023 13:43:10 +0000
with message-id <87h6ucdhpl.fsf@kitej>
and subject line Re: [bug#62369] [PATCH] gnu: Add cl-format-colors.
has caused the debbugs.gnu.org bug report #62369,
regarding [PATCH] gnu: Add cl-format-colors.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
62369: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62369
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add cl-format-colors. Date: Wed, 22 Mar 2023 00:24:17 -0500
* gnu/packages/lisp-xyz.scm (cl-format-colors, ecl-format-colors,
sbcl-format-colors): New variables.
---
 gnu/packages/lisp-xyz.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 6567402d5b..c166ef55c7 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -3741,6 +3741,36 @@ (define-public cl-colors
 (define-public ecl-cl-colors
   (sbcl-package->ecl-package sbcl-cl-colors))
 
+(define-public sbcl-format-colors
+  (let ((commit "fecb1d8c6e7a07ff9f10a7a4eb4c3bd629d4969f")
+        (revision "0"))
+    (package
+      (name "sbcl-format-colors")
+      (version (git-version "0.1" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/vindarel/format-colors";)
+               (commit commit)))
+         (sha256
+          (base32
+           "084ydjhic2dq0gb7wfm6plnjq3l7485hb3yhxl03mm64a6sr3fxv"))
+         (file-name (git-file-name "format-colors" version))))
+      (build-system asdf-build-system/sbcl)
+      (inputs (list sbcl-cl-ansi-text))
+      (synopsis "Custom format functions for colorful output")
+      (description "This package provides simple format directives to
+      print in colors.")
+      (home-page "https://github.com/vindarel/format-colors";)
+      (license license:llgpl))))
+
+(define-public cl-format-colors
+  (sbcl-package->cl-source-package sbcl-format-colors))
+
+(define-public ecl-format-colors
+  (sbcl-package->ecl-package sbcl-format-colors))
+
 (define-public sbcl-cl-ansi-text
   (let ((commit "8b129d83c7511b54cdd9d4123825a2d06349b25c"))
     (package
-- 
2.39.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#62369] [PATCH] gnu: Add cl-format-colors. Date: Wed, 22 Mar 2023 13:43:10 +0000
Patch pushed as 2b66b54baea5feebdc45b17b7ca67710c5667936.
Thanks.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]