GNU bug report logs - #53177
[PATCH] gnu: Add cl-sxml.

Previous Next

Package: guix-patches;

Reported by: Foo Chuan Wei <chuanwei.foo <at> hotmail.com>

Date: Tue, 11 Jan 2022 04:32:01 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Guillaume Le Vaillant <glv <at> posteo.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#53177: closed ([PATCH] gnu: Add cl-sxml.)
Date: Tue, 11 Jan 2022 14:35:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 11 Jan 2022 14:32:55 +0000
with message-id <87h7aa8hp4.fsf <at> kitej>
and subject line Re: [bug#53177] [PATCH] gnu: Add cl-sxml.
has caused the debbugs.gnu.org bug report #53177,
regarding [PATCH] gnu: Add cl-sxml.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
53177: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53177
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Foo Chuan Wei <chuanwei.foo <at> hotmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add cl-sxml.
Date: Tue, 11 Jan 2022 04:26:12 +0000
* gnu/packages/lisp-xyz.scm (cl-sxml, sbcl-cl-sxml): New variables.
---
 gnu/packages/lisp-xyz.scm | 36 +++++++++++++++++++++++++++++++++++-
 1 file changed, 35 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 9100ebe0f1..797d506b6c 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -27,7 +27,7 @@
 ;;; Copyright © 2021 Cage <cage-dev <at> twistfold.it>
 ;;; Copyright © 2021 Cameron Chaparro <cameron <at> cameronchaparro.com>
 ;;; Copyright © 2021 Charles Jackson <charles.b.jackson <at> protonmail.com>
-;;; Copyright © 2021 Foo Chuan Wei <chuanwei.foo <at> hotmail.com>
+;;; Copyright © 2021, 2022 Foo Chuan Wei <chuanwei.foo <at> hotmail.com>
 ;;; Copyright © 2021 jgart <jgart <at> dismail.de>
 ;;; Copyright © 2021 Aleksandr Vityazev <avityazev <at> posteo.org>
 ;;; Copyright © 2021 Jacob MacDonald <jaccarmac <at> gmail.com>
@@ -20182,6 +20182,40 @@ APL.")
 (define-public ecl-april
   (sbcl-package->ecl-package sbcl-april))
 
+(define-public sbcl-cl-sxml
+  (let ((commit "e5542b1d9bd6cee03ae27547d00660ccfbb60109")
+        (revision "1"))
+    (package
+      (name "sbcl-cl-sxml")
+      (version (git-version "0.0.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/eadmund/cl-sxml")
+               (commit commit)))
+         (file-name (git-file-name "cl-sxml" version))
+         (sha256
+          (base32 "1105s9whidq1lf0lli2wdhcfcs5gwzxa0h1x3izx4mp2p7psvciz"))))
+      (build-system asdf-build-system/sbcl)
+      (inputs (list sbcl-cxml))
+      (native-inputs
+       (list sbcl-fiveam
+             sbcl-flexi-streams))
+      (home-page "https://github.com/eadmund/cl-sxml")
+      (synopsis "SXML parsing for Common Lisp")
+      (description
+       "@code{CL-SXML} implements Oleg Kiselyov’s SXML, an S-expression-based
+rendering of the XML Infoset.")
+      (license license:gpl3+))))
+
+(define-public cl-sxml
+  (sbcl-package->cl-source-package sbcl-cl-sxml))
+
+;; According to CL-SXML's README, CL-SXML "does not currently work with ECL".
+;; (define-public ecl-cl-sxml
+;;   (sbcl-package->ecl-package sbcl-cl-sxml))
+
 (define-public sbcl-cl-gopher
   (let ((commit "29fbe52e3f377e24e8bde77b00789a1e32a75b90")
         (revision "1"))

base-commit: 83abdc8371d90b6d4591a69fae5585a2a99c1627
-- 
2.25.1



[Message part 3 (message/rfc822, inline)]
From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Foo Chuan Wei <chuanwei.foo <at> hotmail.com>
Cc: 53177-done <at> debbugs.gnu.org
Subject: Re: [bug#53177] [PATCH] gnu: Add cl-sxml.
Date: Tue, 11 Jan 2022 14:32:55 +0000
[Message part 4 (text/plain, inline)]
Patch pushed as c774717d474d51603cc4913ee756714ca391c004 with the ECL
package enabled (I tested it and it worked fine).
Thanks.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 3 years and 134 days ago.

Previous Next


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