From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42715) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eBg2Y-0007Dm-Pa for guix-patches@gnu.org; Mon, 06 Nov 2017 06:58:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eBg2U-0002qT-PN for guix-patches@gnu.org; Mon, 06 Nov 2017 06:58:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:44407) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eBg2U-0002qK-Iy for guix-patches@gnu.org; Mon, 06 Nov 2017 06:58:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eBg2U-0000X8-8L for guix-patches@gnu.org; Mon, 06 Nov 2017 06:58:02 -0500 Subject: [bug#29169] Updated patch for python-jsonrpclib-pelix References: <87k1z362zc.fsf@zancanaro.id.au> In-Reply-To: <87k1z362zc.fsf@zancanaro.id.au> Resent-Message-ID: From: Carlo Zancanaro Date: Mon, 06 Nov 2017 22:56:52 +1100 Message-ID: <87inen62nv.fsf@zancanaro.id.au> 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: 29169@debbugs.gnu.org --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain Whoops! I forgot to update my master branch before sending those patches out. The python-jsonrpclib-pelix patch might not apply cleanly. Here's an updated one that should. --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-gnu-Add-python-jsonrpclib-pelix.patch Content-Transfer-Encoding: quoted-printable From=2038646c4dbcf5c7dfe85e7685acfeab72da6a69db Mon Sep 17 00:00:00 2001 From: Carlo Zancanaro Date: Mon, 6 Nov 2017 22:39:11 +1100 Subject: [PATCH 1/2] gnu: Add python-jsonrpclib-pelix. * gnu/packages/python.scm (python-jsonrpclib-pelix, python2-jsonrpclib-peli= x): New variables. =2D-- gnu/packages/python.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index e506f6dfd..090069ab2 100644 =2D-- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -16897,3 +16897,32 @@ embeddable JavaScript engine.") =20 (define-public python2-dukpy (package-with-python2 python-dukpy)) + +(define-public python-jsonrpclib-pelix + (package + (name "python-jsonrpclib-pelix") + (version "0.3.1") + (source + (origin + (method url-fetch) + (uri (pypi-uri "jsonrpclib-pelix" version)) + (sha256 + (base32 + "1qs95vxplxwspbrqy8bvc195s58iy43qkf75yrjfql2sim8b25sl")))) + (build-system python-build-system) + (home-page + "http://github.com/tcalmant/jsonrpclib/") + (synopsis + "This project is an implementation of the JSON-RPC v2.0 +specification (backwards-compatible) as a client library, for Python 2.7 a= nd +Python 3.This version is a fork of jsonrpclib by Josh Marshall, usable with +Pelix remote services.") + (description + "This project is an implementation of the JSON-RPC v2.0 +specification (backwards-compatible) as a client library, for Python 2.7 a= nd +Python 3.This version is a fork of jsonrpclib by Josh Marshall, usable with +Pelix remote services.") + (license #f))) + +(define-public python2-jsonrpclib-pelix + (package-with-python2 python-jsonrpclib-pelix)) =2D-=20 2.14.3 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEwWt2bKTcV+mIZ20oCShLEsLiKqIFAloATgQACgkQCShLEsLi KqIu4Qf+O32GiZQjjeqNTnWhHTVanThDjMkSEu/y1h1+tTgXbRq50l6iz7Ob8+GM Cx94Ycr5qGj+1Cr0qvKEcDTXCj7b9r0CSqWR5xps8g8P5EANaqT6CfM8hiZWB7X3 mic7YmH1ByepOPVCKnmTBcW2DTTb+Rb7CJAd9F4tOPc4IfjzdRnaaxBNvspOCckJ rQy4Zn1IGW7fXuLLcCCBmZDRES5wdEfVG+NgFC3dAgg+igiw9gJ14AKoV3DNJY76 JgYW7HqkeZxJYNxAz3b/7aucHaU9uCxSSopJAk/NSWzXPjfwq/V3+dO4EGVLUgA5 aiS1cdfsmLCnK1cpNltDFTHAbAkh8w== =gQvk -----END PGP SIGNATURE----- --==-=-=--