unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#66286] [PATCH] gnu: Add cl-ini.
@ 2023-09-30 20:29 Charles via Guix-patches via
  2023-10-04  2:01 ` bug#66286: " jgart via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Charles via Guix-patches via @ 2023-09-30 20:29 UTC (permalink / raw)
  To: 66286
  Cc: Charles, Guillaume Le Vaillant, Katherine Cox-Buday,
	Munyoki Kilyungi, jgart

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#66286: [PATCH] gnu: Add cl-ini.
  2023-09-30 20:29 [bug#66286] [PATCH] gnu: Add cl-ini Charles via Guix-patches via
@ 2023-10-04  2:01 ` jgart via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: jgart via Guix-patches via @ 2023-10-04  2:01 UTC (permalink / raw)
  To: Charles, 66286-done
  Cc: Guillaume Le Vaillant, Munyoki Kilyungi, Katherine Cox-Buday

Thanks Charles,

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

all best,

jgart




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-04  2:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-30 20:29 [bug#66286] [PATCH] gnu: Add cl-ini Charles via Guix-patches via
2023-10-04  2:01 ` bug#66286: " 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).