From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56105) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gOmRz-0005nd-2E for guix-patches@gnu.org; Mon, 19 Nov 2018 11:31:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gOmRy-0003W6-FW for guix-patches@gnu.org; Mon, 19 Nov 2018 11:31:03 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:56886) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gOmRy-0003Va-B8 for guix-patches@gnu.org; Mon, 19 Nov 2018 11:31:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gOmRy-0007xY-3x for guix-patches@gnu.org; Mon, 19 Nov 2018 11:31:02 -0500 Subject: [bug#33185] [PATCH 2/7] gnu: Add python-slimit. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20181028092702.22549-1-mail@cbaines.net> <20181028092702.22549-2-mail@cbaines.net> Date: Mon, 19 Nov 2018 17:30:24 +0100 In-Reply-To: <20181028092702.22549-2-mail@cbaines.net> (Christopher Baines's message of "Sun, 28 Oct 2018 09:26:57 +0000") Message-ID: <8736rxyqqn.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/python-web.scm (python-slimit, python2-slimit): New variables. [...] > + (synopsis "JavaScript minifier, parser and lexer written in Python") > + (description > + "@code{SlimIt} is a JavaScript minifier written in Python. It compiles I think you can avoid @code here. Otherwise LGTM!