* [bug#62369] [PATCH] gnu: Add cl-format-colors.
@ 2023-03-22 5:24 jgart via Guix-patches via
2023-03-22 13:43 ` bug#62369: " Guillaume Le Vaillant
2023-03-22 17:48 ` [bug#62369] " jgart via Guix-patches via
0 siblings, 2 replies; 3+ messages in thread
From: jgart via Guix-patches via @ 2023-03-22 5:24 UTC (permalink / raw)
To: 62369; +Cc: jgart
* 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#62369: [PATCH] gnu: Add cl-format-colors.
2023-03-22 5:24 [bug#62369] [PATCH] gnu: Add cl-format-colors jgart via Guix-patches via
@ 2023-03-22 13:43 ` Guillaume Le Vaillant
2023-03-22 17:48 ` [bug#62369] " jgart via Guix-patches via
1 sibling, 0 replies; 3+ messages in thread
From: Guillaume Le Vaillant @ 2023-03-22 13:43 UTC (permalink / raw)
To: jgart; +Cc: 62369-done
[-- Attachment #1: Type: text/plain, Size: 66 bytes --]
Patch pushed as 2b66b54baea5feebdc45b17b7ca67710c5667936.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* [bug#62369] [PATCH] gnu: Add cl-format-colors.
2023-03-22 5:24 [bug#62369] [PATCH] gnu: Add cl-format-colors jgart via Guix-patches via
2023-03-22 13:43 ` bug#62369: " Guillaume Le Vaillant
@ 2023-03-22 17:48 ` jgart via Guix-patches via
1 sibling, 0 replies; 3+ messages in thread
From: jgart via Guix-patches via @ 2023-03-22 17:48 UTC (permalink / raw)
To: Guillaume Le Vaillant; +Cc: 62369-done
Thanks for merging and reviewing all this. Much appreciated!
all best,
jgart
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-03-22 17:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-22 5:24 [bug#62369] [PATCH] gnu: Add cl-format-colors jgart via Guix-patches via
2023-03-22 13:43 ` bug#62369: " Guillaume Le Vaillant
2023-03-22 17:48 ` [bug#62369] " jgart via Guix-patches via
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).