From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37713) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f8l6G-0004SK-P9 for guix-patches@gnu.org; Wed, 18 Apr 2018 07:18:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f8l6A-0005Og-R8 for guix-patches@gnu.org; Wed, 18 Apr 2018 07:18:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:50598) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f8l6A-0005Oc-MO for guix-patches@gnu.org; Wed, 18 Apr 2018 07:18:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f8l6A-0005Qb-GV for guix-patches@gnu.org; Wed, 18 Apr 2018 07:18:02 -0400 Subject: [bug#31121] [PATCH 2/3] gnu: Add python-m2crypto, python2-m2crypto. Resent-Message-ID: From: Marius Bakke In-Reply-To: <20180417213950.30996-1-sleep_walker@gnu.org> References: <87sh7udd03.fsf@fastmail.com> <20180417213950.30996-1-sleep_walker@gnu.org> Date: Wed, 18 Apr 2018 13:17:20 +0200 Message-ID: <87bmegbw73.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: =?UTF-8?Q?Tom=C3=A1=C5=A1_?= =?UTF-8?Q?=C4=8Cech?= , 31121@debbugs.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Tom=C3=A1=C5=A1 =C4=8Cech writes: > * gnu/packages/python-crypto.scm (python-m2crypto): New variable. > (python2-m2crypto): New variable. [...] > +(define-public python-m2crypto > + (package > + (name "python-m2crypto") ^ Indentation is off. > + (version "0.29.0") > + (source > + (origin > + (method url-fetch) > + (uri (pypi-uri "M2Crypto" version)) > + (sha256 > + (base32 "1h16gpilrnlzc0iyj1mnd1iqh8wchzjsxjqw9n344glimg2s5zm0"))= )) > + (build-system python-build-system) > + (inputs `(("openssl" ,openssl))) > + (propagated-inputs `(("python-typing" ,python-typing))) > + (home-page "https://gitlab.com/m2crypto/m2crypto") > + (synopsis "Python crypto and SSL toolkit") s/SSL/TLS (same for description -- SSL is officially an obsolete term) > + (description "@code{M2Crypto} is complete Python wrapper for OpenSSL "is a" Typo: ^ Other than that LGTM. > +featuring RSA, DSA, DH, EC, HMACs, message digests, symmetric ciphers > +(including AES); TLS functionality to implement clients and servers; HTT= PS > +extensions to Python's httplib, urllib, and xmlrpclib; unforgeable HMAC'= ing > +AuthCookies for web session management; FTP/TLS client and server; S/MIM= E; > +M2Crypto can also be used to provide SSL for Twisted. Smartcards suppor= ted > +through the Engine interface.") > + (license license:expat))) > + > +(define-public python2-m2crypto > + (package-with-python2 python-m2crypto)) > --=20 > 2.16.3 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlrXKUAACgkQoqBt8qM6 VPrpqQgA0E5KCV9cG8IpFlcbrzzhLJzABcYA3CwyQdFDgSOZbEGatZgKHRQ2YMWP /PMN6mrwfyiFTQHCt4YGcAzYCrd6QV5SgO+uVFlVFKC6sfPgNsrsqgwiuPYyRtu3 pCALmVWRtT50bZwEZZsO/RVIyraiQMOFeEH4MMjl2CTs15Ke5paV/IuSrxp715q5 UvF3n/SEYObYNtAg6uOkQFLveC1rHgmubyCBsfO8Cl1JRstTVrNW9JI2C0edJKD5 IT1ub+sp2Cfidpe3VP5J1pKJWMr5DAjrX6w1Q4NEURn+14/nexKz4qnHY1pR43Qr JZSOpEMPjezFkaD+GKnna50ndrnoOA== =/jl2 -----END PGP SIGNATURE----- --=-=-=--