diff mbox series

bug#69486: [PATCH v2] gnu: Add python-pypugjs.

Message ID 87il1i2o0n.fsf@gnu.org
State New
Headers show
Series bug#69486: [PATCH v2] gnu: Add python-pypugjs. | expand

Commit Message

Ludovic Courtès March 19, 2024, 4:18 p.m. UTC
Hello!

Tanguy Le Carrour <tanguy@bioneland.org> skribis:

> * gnu/packages/python-xyz.scm (python-pypugjs): New variable.
>
> Change-Id: I050ab42d0149fcffddcf6b12dd9c1ddea23f84c9
> Signed-off-by: Tanguy Le Carrour <tanguy@bioneland.org>

Applied with the change below, to match our conventions:

  https://guix.gnu.org/manual/devel/en/html_node/Synopses-and-Descriptions.html

Thanks!  :-)

Ludo’.

Comments

Tanguy LE CARROUR March 19, 2024, 4:25 p.m. UTC | #1
Hi!


Quoting Ludovic Courtès (2024-03-19 17:18:48)
> Tanguy Le Carrour <tanguy@bioneland.org> skribis:
> 
> > * gnu/packages/python-xyz.scm (python-pypugjs): New variable.
> >
> > Change-Id: I050ab42d0149fcffddcf6b12dd9c1ddea23f84c9
> > Signed-off-by: Tanguy Le Carrour <tanguy@bioneland.org>
> 
> Applied

Thanks!


> with the change below, to match our conventions:
> 
>   https://guix.gnu.org/manual/devel/en/html_node/Synopses-and-Descriptions.html

😱… sorry! 😅
diff mbox series

Patch

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 13c48bc923..8209e21828 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6100,7 +6100,9 @@  (define-public python-pypugjs
     (home-page "https://github.com/kakulukia/pypugjs")
     (synopsis "Convert Pug source files into different template languages")
     (description
-     "PugJS syntax template adapter for Django, Jinja2, Mako and Tornado templates.")
+     "PyPugJS is a high-performance port of PugJS for Python, that converts
+any @file{.pug} source into different template languages: Django, Jinja2,
+Mako, and Tornado.")
     (license license:expat))) ;; MIT
 
 (define-public python-pysdl2