GNU bug report logs -
#46597
[PATCH] Add jinja2-cli
Previous Next
Reported by: Ellis Kenyő <me <at> elken.dev>
Date: Wed, 17 Feb 2021 19:46:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #10 received at 46597-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
Ellis Kenyő <me <at> elken.dev> skribis:
> Add jinja2 templating CLI. Mostly used as a dep for yadm
>
> ---
> gnu/packages/python-xyz.scm | 25 +++++++++++++++++++++++++
> 1 file changed, 25 insertions(+)
Applied with the changes below (following our packaging guidelines) and
with a commit log that follows our conventions.
Thanks!
Ludo’.
[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c875f38080..ae5e5bb649 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -24007,8 +24007,9 @@ and frame grabber interface.")
`(("python-flake8" ,python-flake8)
("python-jinja2" ,python-jinja2)
("python-pytest" ,python-pytest)))
- (home-page
- "https://github.com/mattrobenolt/jinja2-cli")
- (synopsis "A CLI interface to Jinja2")
- (description "A CLI interface to Jinja2")
+ (home-page "https://github.com/mattrobenolt/jinja2-cli")
+ (synopsis "Command-line interface to Jinja2")
+ (description
+ "This package provides a command-line interface (CLI) to the Jinja2
+template engine.")
(license license:bsd-3)))
This bug report was last modified 4 years and 82 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.