all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: guix-devel@gnu.org
Subject: [v2 2/3] * gnu/packages/python.scm (python-msgpack, python2-msgpack): New variables.
Date: Tue,  1 Sep 2015 17:25:30 -0400	[thread overview]
Message-ID: <6d41b6e15aac18d9a8fc6007d12fb500a9f02823.1441142486.git.leo@famulari.name> (raw)
In-Reply-To: <cover.1441142486.git.leo@famulari.name>
In-Reply-To: <cover.1441142486.git.leo@famulari.name>

---
 gnu/packages/python.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 7846c7b..54523b4 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4683,3 +4683,27 @@ FUSE API.")
 
 (define-public python2-llfuse
   (package-with-python2 python-llfuse))
+
+(define-public python-msgpack
+  (package
+   (name "python-msgpack")
+   (version "0.4.6")
+   (source (origin
+            (method url-fetch)
+            (uri (string-append
+                  "https://pypi.python.org/packages/source/m/msgpack-python/"
+                  "msgpack-python-" version ".tar.gz"))
+            (sha256
+             (base32 "1527c76b6fn4zzkgfq5xvhh7x9a9686g7fjiz717rw5vklf5ik5z"))))
+   (build-system python-build-system)
+    (native-inputs
+     `(("python-setuptools" ,python-setuptools)))
+   (synopsis "MessagePack (de)serializer")
+   (description "MessagePack is a fast, compact binary serialization format,
+suitable for similar data to JSON.  This package provides CPython bindings for
+reading and writing MessagePack data.")
+   (home-page "https://pypi.python.org/pypi/msgpack-python/")
+   (license asl2.0)))
+
+(define-public python2-msgpack
+  (package-with-python2 python-msgpack))
-- 
2.4.3

  parent reply	other threads:[~2015-09-01 21:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-01 21:25 [v2 0/3] Add Attic backup program Leo Famulari
2015-09-01 21:25 ` [v2 1/3] * gnu/packages/python.scm (python-llfuse, python2-llfuse): New variables Leo Famulari
2015-09-01 21:25 ` Leo Famulari [this message]
2015-09-01 21:25 ` [v2 3/3] * gnu/packages/backup.scm (attic): New variable Leo Famulari

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=6d41b6e15aac18d9a8fc6007d12fb500a9f02823.1441142486.git.leo@famulari.name \
    --to=leo@famulari.name \
    --cc=guix-devel@gnu.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.