GNU bug report logs - #66286
[PATCH] gnu: Add cl-ini.

Previous Next

Package: guix-patches;

Reported by: Charles <charles <at> charje.net>

Date: Sat, 30 Sep 2023 22:23:02 UTC

Severity: normal

Tags: patch

Done: "jgart" <jgart <at> dismail.de>

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 66286 in the body.
You can then email your comments to 66286 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 glv <at> posteo.net, cox.katherine.e+guix <at> gmail.com, me <at> bonfacemunyoki.com, jgart <at> dismail.de, guix-patches <at> gnu.org:
bug#66286; Package guix-patches. (Sat, 30 Sep 2023 22:23:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Charles <charles <at> charje.net>:
New bug report received and forwarded. Copy sent to glv <at> posteo.net, cox.katherine.e+guix <at> gmail.com, me <at> bonfacemunyoki.com, jgart <at> dismail.de, guix-patches <at> gnu.org. (Sat, 30 Sep 2023 22:23:02 GMT) Full text and rfc822 format available.

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

From: Charles <charles <at> charje.net>
To: guix-patches <at> gnu.org
Cc: Charles <charles <at> charje.net>
Subject: [PATCH] gnu: Add cl-ini.
Date: Sat, 30 Sep 2023 15:29:08 -0500
* gnu/packages/lisp-xyz.scm (sbcl-cl-ini, ecl-cl-ini, cl-ini): New variables.
---
 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 c8a9cc47b1..962edc9c71 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -3502,6 +3502,38 @@ (define-public cl-py-configparser
 (define-public ecl-py-configparser
   (sbcl-package->ecl-package sbcl-py-configparser))
 
+(define-public sbcl-cl-ini
+  (let ((commit "e630acb405022a7ae11969bf908669fee1191ab7")
+        (revision "0"))
+    (package
+      (name "sbcl-cl-ini")
+      (version (git-version "0.1" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/compufox/cl-ini")
+               (commit commit)))
+         (file-name (git-file-name "sbcl-cl-ini" version))
+         (sha256
+          (base32
+           "12vy3gspqn0wmkyz5id1xrgv1scgb16m7pkvmbmi19vlpj2iyq7p"))))
+      (build-system asdf-build-system/sbcl)
+      (inputs
+       (list sbcl-cl-str
+             sbcl-prove))
+      (home-page "https://github.com/compufox/cl-ini")
+      (synopsis "INI file parser for Common Lisp")
+      (description
+       "Parse INI formatted files into a Common Lisp list structure.")
+      (license license:expat))))
+
+(define-public cl-ini
+  (sbcl-package->cl-source-package sbcl-cl-ini))
+
+(define-public ecl-cl-ini
+  (sbcl-package->ecl-package sbcl-cl-ini))
+
 (define-public sbcl-pythonic-string-reader
   (let ((commit "47a70ba1e32362e03dad6ef8e6f36180b560f86a"))
     (package

base-commit: 9f41aa021f982b3fc23927e2988c59329acdc8fc
-- 
2.41.0





Reply sent to "jgart" <jgart <at> dismail.de>:
You have taken responsibility. (Wed, 04 Oct 2023 02:03:01 GMT) Full text and rfc822 format available.

Notification sent to Charles <charles <at> charje.net>:
bug acknowledged by developer. (Wed, 04 Oct 2023 02:03:01 GMT) Full text and rfc822 format available.

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

From: "jgart" <jgart <at> dismail.de>
To: "Charles" <charles <at> charje.net>, 66286-done <at> debbugs.gnu.org
Cc: Guillaume Le Vaillant <glv <at> posteo.net>,
 Munyoki Kilyungi <me <at> bonfacemunyoki.com>,
 Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>
Subject: Re: [bug#66286] [PATCH] gnu: Add cl-ini.
Date: Wed, 04 Oct 2023 02:01:43 +0000
Thanks Charles,

Applied in 26629dbc16. I just moved prove to the native-inputs since it is used for the tests.

all best,

jgart




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 01 Nov 2023 11:24:13 GMT) Full text and rfc822 format available.

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

Previous Next


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