From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44868) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e3Nw2-0004WV-L9 for guix-patches@gnu.org; Sat, 14 Oct 2017 11:01:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e3Nvy-0004cz-Di for guix-patches@gnu.org; Sat, 14 Oct 2017 11:01:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:59913) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e3Nvy-0004cr-9g for guix-patches@gnu.org; Sat, 14 Oct 2017 11:01:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e3Nvy-0007uW-1q for guix-patches@gnu.org; Sat, 14 Oct 2017 11:01:02 -0400 Subject: [bug#28783] Some of the python-autobahn dependencies Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20171011104251.yreec2prh5akflkd@abyayala> Date: Sat, 14 Oct 2017 17:00:46 +0200 In-Reply-To: <20171011104251.yreec2prh5akflkd@abyayala> (ng0@infotropique.org's message of "Wed, 11 Oct 2017 10:42:51 +0000") Message-ID: <87k1zxwz8h.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" 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: ng0 Cc: 28783@debbugs.gnu.org --=-=-= Content-Type: text/plain ng0 skribis: > From a53a68a175768c2dd7712582553a5f0d125574f9 Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Wed, 11 Oct 2017 09:47:15 +0000 > Subject: [PATCH 1/5] gnu: Add python-cbor. > > * gnu/packages/serialization.scm (python-cbor): New variable. Applied with these cosmetic changes: --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm index 266d2eeee..7d25e0d91 100644 --- a/gnu/packages/serialization.scm +++ b/gnu/packages/serialization.scm @@ -399,13 +399,12 @@ style and key ordering are kept, so you can diff the = source.") (base32 "1dmv163cnslyqccrybkxn0c9s1jk1mmafmgxv75iamnz5lk5l8hk")))) (build-system python-build-system) - (home-page - "https://bitbucket.org/bodhisnarkva/cbor") - (synopsis "Implementation of Concise Binary Object Representation") + (home-page "https://bitbucket.org/bodhisnarkva/cbor") + (synopsis "Implementation of the Concise Binary Object Representation") (description - "Python-cbor provides an implementation of -Concise Binary Object Representation (CBOR). CBOR is comparable to -JSON, has a superset of JSON=E2=80=99s ability, but serializes to a binary= format -which is smaller and faster to generate and parse. -The two primary functions are cbor.loads() and cbor.dumps().") + "Python-cbor provides an implementation of the Concise Binary Object +Representation (CBOR). CBOR is comparable to JSON, has a superset of JSON= 's +ability, but serializes to a binary format which is smaller and faster to +generate and parse. The two primary functions are @code{cbor.loads} and +@code{cbor.dumps}.") (license license:asl2.0))) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: base64 DQpMdWRv4oCZLg0K --=-=-=--