guix-commits
[Top][All Lists]
Advanced

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

10/12: gnu: Add python-py-ubjson.


From: Ludovic Courtès
Subject: 10/12: gnu: Add python-py-ubjson.
Date: Sat, 14 Oct 2017 11:09:11 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 3aa440caef15fa9d407508551bb48654a64d6564
Author: ng0 <address@hidden>
Date:   Wed Oct 11 09:59:36 2017 +0000

    gnu: Add python-py-ubjson.
    
    * gnu/packages/web.scm (python-py-ubjson): New variable.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/web.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 0d2a247..41e5275 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5365,3 +5365,22 @@ file links.")
 file upload, download, on-screen display, namespace operations (move/copy),
 collection creation and deletion, and locking operations.")
     (license l:gpl2)))
+
+(define-public python-py-ubjson
+  (package
+    (name "python-py-ubjson")
+    (version "0.10.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "py-ubjson" version))
+       (sha256
+        (base32
+         "03l9m9w5ip4hw0y69wlys5gzsfb7zcq3a77blj88grgiqhn5vm5n"))))
+    (build-system python-build-system)
+    (home-page "https://github.com/Iotic-Labs/py-ubjson";)
+    (synopsis "Universal Binary JSON encoder/decoder")
+    (description
+     "Py-ubjson is a Python module providing an Universal Binary JSON
+encoder/decoder based on the draft-12 specification for UBJSON.")
+    (license l:asl2.0)))



reply via email to

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