From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:55403) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jIkI6-0004ET-RB for guix-patches@gnu.org; Sun, 29 Mar 2020 22:36:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jIkI5-00043d-Mo for guix-patches@gnu.org; Sun, 29 Mar 2020 22:36:42 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48678) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jIkI5-00042z-Gf for guix-patches@gnu.org; Sun, 29 Mar 2020 22:36:41 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jIkI5-0004mX-ET for guix-patches@gnu.org; Sun, 29 Mar 2020 22:36:41 -0400 Subject: [bug#40267] [PATCH 2/2] gnu: Add python-pwntools. Resent-Message-ID: Date: Sat, 28 Mar 2020 22:56:15 -0400 From: Leo Famulari Message-ID: <20200329025615.GA16918@jasmine.lan> References: <20200328005052.22846-1-kuba@kadziolka.net> <20200328005345.24506-1-kuba@kadziolka.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200328005345.24506-1-kuba@kadziolka.net> 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: Jakub =?UTF-8?Q?K=C4=85dzio=C5=82ka?= Cc: 40267@debbugs.gnu.org On Sat, Mar 28, 2020 at 01:53:45AM +0100, Jakub Kądziołka wrote: > * gnu/packages/cybersecurity.scm (python-pwntools): New variable. > + (propagated-inputs It would be nice to sort these, especially if the package might grow new dependencies later. > + (license (list license:expat license:bsd-2 license:gpl2+)))) I looked it up; the package is overall MIT/Expat licensed, but a few components use other licenses. It helpful to list the files with the other licenses, or to say where to look up the info with a comment like "See LICENSE-pwntools.txt in the source distribution."