GNU bug report logs - #39550
[PATCH] gnu: Add cl-documentation-utils.

Previous Next

Package: guix-patches;

Reported by: Konrad Hinsen <konrad.hinsen <at> fastmail.net>

Date: Mon, 10 Feb 2020 19:42:03 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 39550 in the body.
You can then email your comments to 39550 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#39550; Package guix-patches. (Mon, 10 Feb 2020 19:42:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Konrad Hinsen <konrad.hinsen <at> fastmail.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 10 Feb 2020 19:42:03 GMT) Full text and rfc822 format available.

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

From: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add cl-documentation-utils.
Date: Mon, 10 Feb 2020 17:30:07 +0100
* gnu/packages/lisp-xyz.scm (sbcl-documentation-utils,
  cl-documentation-utils, ecl-documentation-utils): New variables.
---
 gnu/packages/lisp-xyz.scm | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 5c97f37d48..be1f43c0bc 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -10270,3 +10270,37 @@ generation functions from the GSL library.")
 
 (define-public ecl-cl-randist
   (sbcl-package->ecl-package sbcl-cl-randist))
+
+(define-public sbcl-documentation-utils
+  (package
+    (name "sbcl-documentation-utils")
+    (version "1.2.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/Shinmera/documentation-utils.git")
+             (commit "98630dd5f7e36ae057fa09da3523f42ccb5d1f55")))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "098qhkqskmmrh4wix34mawf7p5c87yql28r51r75yjxj577k5idq"))))
+    (build-system asdf-build-system/sbcl)
+    (synopsis "Simple tools for documenting Common Lisp libraries")
+    (description
+     "This is a small library to help with managing the docstrings
+of a Common Lisp library.")
+    (home-page "https://github.com/Shinmera/documentation-utils")
+    (license license:zlib)
+    (inputs
+     `(("trivial-indent" ,sbcl-trivial-indent)))
+    (arguments
+     `(#:asd-system-name "documentation-utils"
+       #:asd-file "documentation-utils.asd"
+       #:tests? #f))))
+
+(define-public cl-documentation-utils
+  (sbcl-package->cl-source-package sbcl-documentation-utils))
+
+(define-public ecl-documentation-utils
+  (sbcl-package->ecl-package sbcl-documentation-utils))
-- 
2.25.0





Reply sent to Guillaume Le Vaillant <glv <at> posteo.net>:
You have taken responsibility. (Tue, 11 Feb 2020 08:39:02 GMT) Full text and rfc822 format available.

Notification sent to Konrad Hinsen <konrad.hinsen <at> fastmail.net>:
bug acknowledged by developer. (Tue, 11 Feb 2020 08:39:02 GMT) Full text and rfc822 format available.

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

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: 39550-done <at> debbugs.gnu.org
Cc: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
Subject: Re: [bug#39550] [PATCH] gnu: Add cl-documentation-utils.
Date: Tue, 11 Feb 2020 09:38:02 +0100
sbcl-documentation-utils and cl-documentation-utils had already
been packaged (commit 8dc5ff8fd0f3d007cb097c4055f73a053dc373c7), so
I didn't push this patch and just added ecl-documentation-utils instead
(commit 281537f47b22de288370a0f843301c399b6378f7).




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 10 Mar 2020 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 103 days ago.

Previous Next


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