GNU bug report logs - #46133
[PATCH] gnu: Add emacs-templatel.

Previous Next

Package: guix-patches;

Reported by: Michael Rohleder <mike <at> rohleder.de>

Date: Wed, 27 Jan 2021 16:18:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

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: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#46133: closed ([PATCH] gnu: Add emacs-templatel.)
Date: Wed, 27 Jan 2021 20:20:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 27 Jan 2021 21:19:47 +0100
with message-id <87bldarv30.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#46133] [PATCH] gnu: Add emacs-templatel.
has caused the debbugs.gnu.org bug report #46133,
regarding [PATCH] gnu: Add emacs-templatel.
to be marked as done.

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


-- 
46133: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46133
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Michael Rohleder <mike <at> rohleder.de>
To: guix-patches <at> gnu.org
Cc: Michael Rohleder <mike <at> rohleder.de>
Subject: [PATCH] gnu: Add emacs-templatel.
Date: Wed, 27 Jan 2021 17:17:08 +0100
* gnu/packages/emacs-xyz.scm (emacs-templatel): New variable.
---
 gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8e87f88663..ad1e7ff050 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9366,6 +9366,28 @@ Dust.js, React/JSX, Angularjs, ejs, etc.")
     (home-page "http://web-mode.org/")
     (license license:gpl3+)))
 
+(define-public emacs-templatel
+  (package
+    (name "emacs-templatel")
+    (version "0.1.4")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/clarete/templatel")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "1k33h503038l2bcr8gs020z2cjxfs94lamkdgv52cvd9i20d0kqq"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/clarete/templatel")
+    (synopsis "Jinja inspired template language for Emacs Lisp")
+    (description "A modern templating language for Emacs-Lisp. Inspired on
+Jinja, templatel brings a high level language for expanding variables with
+conditional and loop control flow structures.")
+    (license license:gpl3+)))
+
 (define-public emacs-wgrep
   (package
     (name "emacs-wgrep")
-- 
2.30.0



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Michael Rohleder <mike <at> rohleder.de>
Cc: 46133-done <at> debbugs.gnu.org
Subject: Re: [bug#46133] [PATCH] gnu: Add emacs-templatel.
Date: Wed, 27 Jan 2021 21:19:47 +0100
Hello,

Michael Rohleder <mike <at> rohleder.de> writes:

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

Thank you.

I fixed home-page, using <https://clarete.li/templatel/> instead of
GitHub, and description (use complete sentences, and two spaces after
full stop).

Patch applied.

Regards,
-- 
Nicolas Goaziou


This bug report was last modified 4 years and 118 days ago.

Previous Next


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