From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41916) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gKVEC-0004mE-4j for guix-patches@gnu.org; Wed, 07 Nov 2018 16:19:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gKV0Z-00050J-DC for guix-patches@gnu.org; Wed, 07 Nov 2018 16:05:04 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:35700) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gKV0Z-000507-8C for guix-patches@gnu.org; Wed, 07 Nov 2018 16:05:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gKV0Z-0004Dp-3I for guix-patches@gnu.org; Wed, 07 Nov 2018 16:05:03 -0500 Subject: bug#33283: [PATCH] gnu: Add python-pyelftools. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87o9b32oyp.fsf@aikidev.net> <87k1lrw2qe.fsf@gnu.org> <871s7xgc1h.fsf@aikidev.net> Date: Wed, 07 Nov 2018 22:04:43 +0100 In-Reply-To: <871s7xgc1h.fsf@aikidev.net> (Vagrant Cascadian's message of "Tue, 06 Nov 2018 12:56:42 -0800") Message-ID: <875zx8tx90.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" 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-done@debbugs.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi Vagrant, Vagrant Cascadian skribis: > From ee20fe1b8e0ecb1fb706b7929af5e4bb63843ff5 Mon Sep 17 00:00:00 2001 > From: Vagrant Cascadian > Date: Mon, 5 Nov 2018 19:36:57 +0000 > Subject: [PATCH] gnu: Add python-pyelftools. > > * gnu/packages/python.scm (python-pyelftools): > New public variable. Applied with extra nitpicking below. ;-) Thank you! Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: inline --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -10597,10 +10597,10 @@ useful as a validator for JSON data.") "https://github.com/eliben/pyelftools") (synopsis "Analyze binary and library file information") - (description "This Python Library provides interfaces for parsing and + (description "This Python library provides interfaces for parsing and analyzing two binary and library file formats; the Executable and Linking -Format- ELF, and debugging information in the Debugging With Attributed -Record Format- DWARF.") +Format (ELF), and debugging information in the Debugging With Attributed +Record Format (DWARF).") (license license:public-domain))) (define-public python-pyev --=-=-=--