guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ludovic Courtès
Subject: bug#69486: [PATCH v2] gnu: Add python-pypugjs.
Date: Tue, 19 Mar 2024 17:18:48 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

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’.

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]