GNU bug report logs - #26451
[PATCH] gnu: Add emacs-xmlgen.

Previous Next

Package: guix-patches;

Reported by: Arun Isaac <arunisaac <at> systemreboot.net>

Date: Tue, 11 Apr 2017 19:56:01 UTC

Severity: normal

Tags: patch

Done: Arun Isaac <arunisaac <at> systemreboot.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 26451 in the body.
You can then email your comments to 26451 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#26451; Package guix-patches. (Tue, 11 Apr 2017 19:56:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Arun Isaac <arunisaac <at> systemreboot.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 11 Apr 2017 19:56:02 GMT) Full text and rfc822 format available.

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

From: Arun Isaac <arunisaac <at> systemreboot.net>
To: guix-patches <at> gnu.org
Cc: Arun Isaac <arunisaac <at> systemreboot.net>
Subject: [PATCH] gnu: Add emacs-xmlgen.
Date: Wed, 12 Apr 2017 01:24:33 +0530
* gnu/packages/emacs.scm (emacs-xmlgen): New variable.
---
 gnu/packages/emacs.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index aa41e8c63..5ffad2abd 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4279,3 +4279,32 @@ source file, @file{jl-encrypt.el}.")
 the associated decorations to HTML.  Output to CSS, inline CSS and
 fonts is supported.")
     (license license:gpl2+)))
+
+(define-public emacs-xmlgen
+  (package
+    (name "emacs-xmlgen")
+    (version "0.5")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://github.com/philjackson/xmlgen/archive/"
+             version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0zay490vjby3f7455r0vydmjg7q1gwc78hilpfb0rg4gwz224z8r"))))
+    (build-system emacs-build-system)
+    (arguments
+     `(#:phases
+       (modify-phases %standard-phases
+         (add-before 'install 'check
+           (lambda _
+             (zero? (system* "emacs" "--batch" "-L" "."
+                             "-l" "xmlgen-test.el"
+                             "-f" "ert-run-tests-batch-and-exit")))))))
+    (home-page "https://github.com/philjackson/xmlgen")
+    (synopsis "S-expression to XML domain specific language (DSL) in elisp")
+    (description "@code{emacs-xmlgen} provides S-expression to XML
+conversion for elisp.")
+    (license license:gpl2+)))
-- 
2.12.2





Information forwarded to guix-patches <at> gnu.org:
bug#26451; Package guix-patches. (Wed, 12 Apr 2017 11:43:01 GMT) Full text and rfc822 format available.

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

From: ludo <at> gnu.org (Ludovic Courtès)
To: Arun Isaac <arunisaac <at> systemreboot.net>
Cc: 26451 <at> debbugs.gnu.org
Subject: Re: bug#26451: [PATCH] gnu: Add emacs-xmlgen.
Date: Wed, 12 Apr 2017 13:42:06 +0200
Arun Isaac <arunisaac <at> systemreboot.net> skribis:

> * gnu/packages/emacs.scm (emacs-xmlgen): New variable.

[...]

> +    (description "@code{emacs-xmlgen} provides S-expression to XML
> +conversion for elisp.")

Maybe s/elisp/Emacs Lisp/ for clarity.

Otherwise LGTM, thanks!

Ludo’.




Reply sent to Arun Isaac <arunisaac <at> systemreboot.net>:
You have taken responsibility. (Wed, 12 Apr 2017 13:28:01 GMT) Full text and rfc822 format available.

Notification sent to Arun Isaac <arunisaac <at> systemreboot.net>:
bug acknowledged by developer. (Wed, 12 Apr 2017 13:28:02 GMT) Full text and rfc822 format available.

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

From: Arun Isaac <arunisaac <at> systemreboot.net>
To: 26451-done <at> debbugs.gnu.org
Subject: Re: bug#26451: [PATCH] gnu: Add emacs-xmlgen.
Date: Wed, 12 Apr 2017 18:57:13 +0530
> Maybe s/elisp/Emacs Lisp/ for clarity.
>
> Otherwise LGTM, thanks!

Pushed with changes!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 11 May 2017 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 8 years and 39 days ago.

Previous Next


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