[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#46597: [PATCH] Add jinja2-cli
From: |
Ludovic Courtès |
Subject: |
bug#46597: [PATCH] Add jinja2-cli |
Date: |
Tue, 02 Mar 2021 20:46:33 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
Hi,
Ellis Kenyő <me@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’.
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)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#46597: [PATCH] Add jinja2-cli,
Ludovic Courtès <=