guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

51/103: gnu: Add python-u-msgpack.


From: guix-commits
Subject: 51/103: gnu: Add python-u-msgpack.
Date: Wed, 5 Jan 2022 09:44:35 -0500 (EST)

lbraun pushed a commit to branch wip-python-pep517
in repository guix.

commit b59ac17a5a7234d11cb4cd639ad74a19077d97d8
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Fri Dec 31 16:11:43 2021 +0100

    gnu: Add python-u-msgpack.
    
    * gnu/packages/python-xyz.scm (python-u-msgpack): New variable.
---
 gnu/packages/python-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2f0acb029d..789754a825 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27692,6 +27692,29 @@ keyboard-friendly package.")
      "This package provides a Python interface to iw wireless tools.")
     (license license:gpl2)))
 
+(define-public python-u-msgpack
+  (package
+    (name "python-u-msgpack")
+    (version "2.7.1")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (pypi-uri "u-msgpack-python" version))
+        (sha256
+          (base32
+            "0lcmlr7gc4dydpxn6l5bdcq40c3ghf8mv1sjqyj72wdpr8rx9rxp"))))
+    (build-system python-build-system)
+    (home-page
+      "https://github.com/vsergeev/u-msgpack-python";)
+    (synopsis
+      "Portable, lightweight MessagePack serializer and deserializer")
+    (description
+      "A portable, lightweight MessagePack serializer and deserializer written
+in pure Python.  u-msgpack-python is fully compliant with the latest 
MessagePack
+specification. In particular, it supports the new binary, UTF-8 string,
+application-defined ext, and timestamp types.")
+    (license license:expat)))
+
 (define-public python-tomli-w
   (package
     (name "python-tomli-w")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]