From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57059) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gOmV4-0007VQ-Ds for guix-patches@gnu.org; Mon, 19 Nov 2018 11:34:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gOmUy-0007b2-Tx for guix-patches@gnu.org; Mon, 19 Nov 2018 11:34:12 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:56894) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gOmUs-0007XQ-FX for guix-patches@gnu.org; Mon, 19 Nov 2018 11:34:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gOmUs-000825-AS for guix-patches@gnu.org; Mon, 19 Nov 2018 11:34:02 -0500 Subject: [bug#33185] [PATCH 4/7] gnu: Add python-django-jinja. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20181104104455.3527-1-mail@cbaines.net> <20181104104455.3527-4-mail@cbaines.net> Date: Mon, 19 Nov 2018 17:33:11 +0100 In-Reply-To: <20181104104455.3527-4-mail@cbaines.net> (Christopher Baines's message of "Sun, 4 Nov 2018 10:44:52 +0000") Message-ID: <87tvkdxc1k.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Christopher Baines Cc: 33185@debbugs.gnu.org Christopher Baines skribis: > * gnu/packages/django.scm (python-django-jinja, python2-django-jinja): New > variables. [...] > + (home-page > + "https://niwinz.github.io/django-jinja/latest/") > + (synopsis "Simple and nonobstructive jinja2 backend for Django") > + (description > + "Jinja2 provides certain advantages over the native system of Django, for > +example, explicit calls to callable from templates and better performance. > +@code{django-jinja} is a alternative to the jinja2 backend built in to Django.") This is not crystal-clear to someone unfamiliar with Django and Jinja, so bonus points if you can come up with a clearer synopsis and description. Otherwise LGTM!