From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60031) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gJo2i-0002XL-UW for guix-patches@gnu.org; Mon, 05 Nov 2018 18:12:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gJnpl-0002nZ-WA for guix-patches@gnu.org; Mon, 05 Nov 2018 17:59:02 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:59805) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gJnpl-0002mv-S2 for guix-patches@gnu.org; Mon, 05 Nov 2018 17:59:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gJnpl-000840-Q1 for guix-patches@gnu.org; Mon, 05 Nov 2018 17:59:01 -0500 Subject: [bug#33283] [PATCH] gnu: Add python-pyelftools. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87o9b32oyp.fsf@aikidev.net> Date: Mon, 05 Nov 2018 23:58:49 +0100 In-Reply-To: <87o9b32oyp.fsf@aikidev.net> (Vagrant Cascadian's message of "Mon, 05 Nov 2018 13:29:02 -0800") Message-ID: <87k1lrw2qe.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Vagrant Cascadian Cc: 33283@debbugs.gnu.org Hello! Vagrant Cascadian skribis: > * gnu/packages/python.scm (python-pyelftools): > New public variable. [...] > + (home-page > + "https://github.com/eliben/pyelftools") > + (synopsis > + "Library for analyzing ELF files and DWARF debugging information") > + (description > + "Library for analyzing ELF files and DWARF debugging information") Could you expound the description a bit? (See .) Otherwise LGTM. TIA! Ludo=E2=80=99.