From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60319) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1edin8-0005ch-RY for guix-patches@gnu.org; Mon, 22 Jan 2018 15:34:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1edin4-00060n-Rf for guix-patches@gnu.org; Mon, 22 Jan 2018 15:34:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:58889) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1edin4-00060d-O4 for guix-patches@gnu.org; Mon, 22 Jan 2018 15:34:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1edin4-0006sx-It for guix-patches@gnu.org; Mon, 22 Jan 2018 15:34:02 -0500 Subject: [bug#30211] [PATCH 3/4] gnu: Add python-pycryptodome. Resent-Message-ID: Date: Mon, 22 Jan 2018 15:33:02 -0500 From: Leo Famulari Message-ID: <20180122203302.GC31770@jasmine.lan> References: <20180122200525.561-1-go.wigust@gmail.com> <20180122200525.561-2-go.wigust@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="eRtJSFbw+EEWtPj3" Content-Disposition: inline In-Reply-To: <20180122200525.561-2-go.wigust@gmail.com> 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: Oleg Pykhalov Cc: 30211@debbugs.gnu.org --eRtJSFbw+EEWtPj3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Jan 22, 2018 at 11:05:24PM +0300, Oleg Pykhalov wrote: > * gnu/packages/python-crypto.scm (python-pycryptodome): New public variable. > +(define-public python-pycryptodome > + (package > + ;; XXX: Skipping GMP tests which requires not packaged 'mpir' library. > + (name "python-pycryptodome") I don't understand this comment. > + (home-page "http://www.pycryptodome.org") Please use HTTPS here. > + (synopsis "Cryptographic library for Python") > + (description "This package provides a cryptographic library for Python.") If possible, please give a little more information in the description. I'm specifically interested in how this library differs from the Python 'cryptography' library. --eRtJSFbw+EEWtPj3 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlpmSn4ACgkQJkb6MLrK fwhtfg/9Fr5YtI20H1c7NRhnblJep6ragLLPDxDHyQXWyjOi+bInz4MSRTin8OhG E+wcV1fg+kHWqQXT3Gi3widOq1tfQJbvFO5wedSbZT7dpIlonXfJTaZvhxVxcNIs i5Q7d/aeuUku08U77yhyQ5KyYbvpvVz9M3/Ge7m+3T12mZOtQO2HuxMMNmuGmWqD IVOpeQTu1qc8JtJxE1IXGG9wY+ZH57hhG5lsh63aVOvVjove6zZTDNsQkORQW3Co I6r/2GKZMvdBAt6Fv51KWVW9sNLec+MbO3l+2EJjgRdqIUUMq453RGBp+qfXwhEJ 101vn0gZXUOd6+nYPbj0grgDLfq3SV3pXoN5bUN30BPu2grxU8/atlSAdRTCTX6I pptAybGw/9yYh2CBMzpUzD3cU9PnvnUNGhq8gEB142QHX/7cnpFrtFC9yvQr5+qy zpLjMKJFylnvBzVvN2p+f4CWjgpFMWQSFN08w4vOInkee0GXqE6vSK5Z7gaOJn81 X96CgOgQpwxtR5lHwd1EjsIcrGJA7aycIukMOClB6wGf6Nj0nqYDykxS/9L9BEod iHTvESr+W3q7mESYAKWZKSt3AJSgRQR4vLBpJRFL3QFOFLBk1Qb0QHaPZP3DThdN LOcMEwJCr3tQWy03PTCKeLdpgqyP6yVltpzwHXBubI485i05YaQ= =Z8WQ -----END PGP SIGNATURE----- --eRtJSFbw+EEWtPj3--