From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55688) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fXXXu-0008QW-Iy for guix-patches@gnu.org; Mon, 25 Jun 2018 15:53:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fXXXq-0001q2-NR for guix-patches@gnu.org; Mon, 25 Jun 2018 15:53:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55601) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fXXXq-0001pD-JO for guix-patches@gnu.org; Mon, 25 Jun 2018 15:53:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fXXXq-0005mx-7X for guix-patches@gnu.org; Mon, 25 Jun 2018 15:53:02 -0400 Subject: [bug#31958] [PATCH] gnu: Add python-pyblake2. Resent-Message-ID: From: Marius Bakke In-Reply-To: <87o9g0ne4s.fsf@aikidev.net> References: <87o9g0ne4s.fsf@aikidev.net> Date: Mon, 25 Jun 2018 21:52:30 +0200 Message-ID: <874lhqej9d.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" 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 , 31958@debbugs.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Vagrant Cascadian writes: > Add new package definition for python-pyblake2, needed to upgrade > python-trezor to recent versions. Thanks! Some comments: [...] > * gnu/packages/libusb.scm (python-pyblake2): New variable. > --- > gnu/packages/python.scm | 19 +++++++++++++++++++ > 1 file changed, 19 insertions(+) There is a mismatch between the commit message and the code here :-) Though I think this is better suited in 'python-crypto.scm'. WDYT? [...] > + (home-page "https://github.com/dchest/pyblake2") > + (synopsis > + "BLAKE2 hash function extension module") Superfluous line break. > + (description > + "BLAKE2 hash function extension module") Can you try to expand on this a little? > + (license license:cc0))) According to COPYING, this software is actually "octuple-licensed": * CC0 Universal 1.0 - http://creativecommons.org/publicdomain/zero/1.0 * Unlicense =E2=80=94 http://unlicense.org/ * WTFPL Version 2 - http://www.wtfpl.net/ * Apache Public License 2.0 - https://www.apache.org/licenses/LICENSE-2.0 * OpenSSL License - https://www.openssl.org/source/license.html * MIT License - https://opensource.org/licenses/MIT * The BSD 3-Clause License - https://opensource.org/licenses/BSD-3-Clause * ISC License - https://opensource.org/licenses/ISC Can you add each of these, along with an explaning comment? Thanks in advance! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlsxR/4ACgkQoqBt8qM6 VPoUrwf/W8B1v+32QgOLf9BTkqNFjB4Qn+e6VgiJTSx/YaFskybziFnpLtd8BoWc fh10ua+uzN1n9/S5xYxgpx16jDjfe8wDRTWaQxC4WEXyDxLYO7B0J65AjE6PmhXI eOMtI8ATeSfLO4pahEe5YhAHbaFRKXmf6EPQSOi+rNb2b9Ou/YmcNmtDh0L9e+DZ fOsp3aIEJRAw6CXyH/6iA6zlDzr8Ebp0dfeo/i29D3Xciz0ZmeBnpa6YAppy/30o AbudeUnp8JAYs3eHjoRCIvjF8JG8aeeKBYeR4oEts21Jj2zshBfmQMOsMIfycW+I X9UQ3BRzvV8BH421SUpugwtNeH3d3Q== =j4Pt -----END PGP SIGNATURE----- --=-=-=--