GNU bug report logs - #57663
[PATCH] gnu: Add cl-doplus.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Thu, 8 Sep 2022 02:52:02 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 57663 in the body.
You can then email your comments to 57663 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#57663; Package guix-patches. (Thu, 08 Sep 2022 02:52:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to jgart <jgart <at> dismail.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 08 Sep 2022 02:52:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] gnu: Add cl-doplus.
Date: Wed,  7 Sep 2022 21:51:36 -0500
* gnu/packages/lisp-xyz.scm (cl-doplus, ecl-doplus, sbcl-doplus):
New variables.
---
 gnu/packages/lisp-xyz.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index a856a75966..c142db2b73 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -22852,6 +22852,34 @@ (define-public cl-glkit
 (define-public ecl-glkit
   (sbcl-package->ecl-package sbcl-glkit))
 
+(define-public sbcl-doplus
+  (package
+   (name "sbcl-doplus")
+   (version "1.1.0")
+   (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/alessiostalla/doplus")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1yvda9psw9m08d3bzdb8a2drvhrnr07a0rhza5ibk30v1dkwfw7c"))))
+   (build-system asdf-build-system/sbcl)
+   (native-inputs (list sbcl-fiveam))
+   (inputs
+     (list sbcl-parse-declarations sbcl-fset))
+   (synopsis "Iteration macro for Common Lisp")
+   (description "@code{doplus} is an iteration macro for Common Lisp.")
+   (home-page "https://github.com/alessiostalla/doplus")
+   (license license:expat)))
+
+(define-public cl-doplus
+  (sbcl-package->cl-source-package sbcl-doplus))
+
+(define-public ecl-doplus
+  (sbcl-package->ecl-package sbcl-doplus))
+
 (define-public sbcl-trees
   (let ((commit "7b06048af0248c4302088c758208276f9faf2beb"))
     (package
-- 
2.37.3





Reply sent to Guillaume Le Vaillant <glv <at> posteo.net>:
You have taken responsibility. (Fri, 09 Sep 2022 12:44:02 GMT) Full text and rfc822 format available.

Notification sent to jgart <jgart <at> dismail.de>:
bug acknowledged by developer. (Fri, 09 Sep 2022 12:44:02 GMT) Full text and rfc822 format available.

Message #10 received at 57663-done <at> debbugs.gnu.org (full text, mbox):

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: jgart <jgart <at> dismail.de>
Cc: 57663-done <at> debbugs.gnu.org
Subject: Re: [bug#57663] [PATCH] gnu: Add cl-doplus.
Date: Fri, 09 Sep 2022 12:40:33 +0000
[Message part 1 (text/plain, inline)]
Path pushed as a4f96f2aa87f79ef3f1887aa13b73ad231fbcdd0 with the license
field fixed (gpl3+ instead of expat). I also added doplus-fset to the
list of systems to compile.
Thanks.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 08 Oct 2022 11:24:12 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 201 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.