* [bug#57633] [PATCH] gnu: Add cl-list-named-class.
@ 2022-09-06 23:20 jgart via Guix-patches via
2022-09-07 12:42 ` bug#57633: " Guillaume Le Vaillant
0 siblings, 1 reply; 3+ messages in thread
From: jgart via Guix-patches via @ 2022-09-06 23:20 UTC (permalink / raw)
To: 57633; +Cc: jgart
* gnu/packages/lisp-xyz.scm (cl-list-named-class): New variable.
---
gnu/packages/lisp-xyz.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 87fa80b5c3..1a6b88db3e 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -290,6 +290,38 @@ (define-public cl-bodge-queue
(define-public ecl-bodge-queue
(sbcl-package->ecl-package sbcl-bodge-queue))
+(define-public sbcl-list-named-class
+ (let ((commit "2955791a7469131bcab42d800883f27993ee1d62")
+ (revision "0"))
+ (package
+ (name "sbcl-list-named-class")
+ (version (git-version "0.1" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/phoe/list-named-class")
+ (commit commit)))
+ (file-name (git-file-name "cl-list-named-class" version))
+ (sha256
+ (base32 "1bdi9q9wvfj66jji3n9hpjrj9271ial2awsb0xw80bmy6wqbg8kq"))))
+ (build-system asdf-build-system/sbcl)
+ (native-inputs (list sbcl-1am))
+ (inputs
+ (list sbcl-alexandria sbcl-closer-mop))
+ (home-page "https://github.com/phoe/list-named-class/")
+ (synopsis "Name classes after lists of symbols")
+ (description
+"This package makes it possible to name classes by lists of symbols
+instead of symbols.")
+ (license license:expat))))
+
+(define-public cl-list-named-class
+ (sbcl-package->cl-source-package sbcl-list-named-class))
+
+(define-public ecl-list-named-class
+ (sbcl-package->ecl-package sbcl-list-named-class))
+
(define-public sbcl-golden-utils
(let ((commit "fe1898f9abbd302b0359f017637c063173cf73e1")
(revision "3"))
--
2.37.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#57633: [PATCH] gnu: Add cl-list-named-class.
2022-09-06 23:20 [bug#57633] [PATCH] gnu: Add cl-list-named-class jgart via Guix-patches via
@ 2022-09-07 12:42 ` Guillaume Le Vaillant
2022-09-08 0:51 ` [bug#57633] " jgart via Guix-patches via
0 siblings, 1 reply; 3+ messages in thread
From: Guillaume Le Vaillant @ 2022-09-07 12:42 UTC (permalink / raw)
To: jgart; +Cc: 57633-done
[-- Attachment #1: Type: text/plain, Size: 66 bytes --]
Patch pushed as a312c9d018e401e3c134b89b9d5987e2bdcfaf0c.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* [bug#57633] [PATCH] gnu: Add cl-list-named-class.
2022-09-07 12:42 ` bug#57633: " Guillaume Le Vaillant
@ 2022-09-08 0:51 ` jgart via Guix-patches via
0 siblings, 0 replies; 3+ messages in thread
From: jgart via Guix-patches via @ 2022-09-08 0:51 UTC (permalink / raw)
To: Guillaume Le Vaillant; +Cc: 57633-done
On Wed, 07 Sep 2022 12:42:01 +0000 Guillaume Le Vaillant <glv@posteo.net> wrote:
> Patch pushed as a312c9d018e401e3c134b89b9d5987e2bdcfaf0c.
> Thanks.
Hi Guillaume,
Thank you for merging all these packages. It is much appreciated!
I took note of your code review suggestions for next time.
all best,
jgart
https://whereis.みんな/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-09-08 0:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-06 23:20 [bug#57633] [PATCH] gnu: Add cl-list-named-class jgart via Guix-patches via
2022-09-07 12:42 ` bug#57633: " Guillaume Le Vaillant
2022-09-08 0:51 ` [bug#57633] " jgart via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.