all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: ng0 <ng0@infotropique.org>
Cc: 28783@debbugs.gnu.org
Subject: [bug#28783] Some of the python-autobahn dependencies
Date: Sat, 14 Oct 2017 17:00:46 +0200	[thread overview]
Message-ID: <87k1zxwz8h.fsf@gnu.org> (raw)
In-Reply-To: <20171011104251.yreec2prh5akflkd@abyayala> (ng0@infotropique.org's message of "Wed, 11 Oct 2017 10:42:51 +0000")

[-- Attachment #1: Type: text/plain, Size: 335 bytes --]

ng0 <ng0@infotropique.org> skribis:

> From a53a68a175768c2dd7712582553a5f0d125574f9 Mon Sep 17 00:00:00 2001
> From: ng0 <ng0@infotropique.org>
> 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:


[-- Attachment #2: Type: text/x-patch, Size: 1380 bytes --]

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’s 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)))

[-- Attachment #3: Type: text/plain, Size: 12 bytes --]


Ludo’.

  reply	other threads:[~2017-10-14 15:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-11 10:42 [bug#28783] Some of the python-autobahn dependencies ng0
2017-10-14 15:00 ` Ludovic Courtès [this message]
2017-10-14 15:06 ` bug#28783: " Ludovic Courtès
2017-10-14 15:34   ` [bug#28783] " ng0
2017-10-15 19:34     ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87k1zxwz8h.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=28783@debbugs.gnu.org \
    --cc=ng0@infotropique.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.