From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57052) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gOmV3-0007VK-Ek for guix-patches@gnu.org; Mon, 19 Nov 2018 11:34:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gOmUy-0007ax-Tw for guix-patches@gnu.org; Mon, 19 Nov 2018 11:34:12 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:56895) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gOmUt-0007Y3-M4 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-00082D-Qt for guix-patches@gnu.org; Mon, 19 Nov 2018 11:34:03 -0500 Subject: [bug#33185] [PATCH 5/7] gnu: Add python-django-debug-toolbar. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20181104104455.3527-1-mail@cbaines.net> <20181104104455.3527-5-mail@cbaines.net> Date: Mon, 19 Nov 2018 17:33:49 +0100 In-Reply-To: <20181104104455.3527-5-mail@cbaines.net> (Christopher Baines's message of "Sun, 4 Nov 2018 10:44:53 +0000") Message-ID: <87pnv1xc0i.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-debug-toolbar, > python2-django-debug-toolbar): New variables. [...] > + (synopsis "Toolbar to help with developing Django applications") > + (description > + "A configurable set of panels that display various debug information > +about the current request/response.") Please make a full sentence. Otherwise LGTM.