guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: Add python-betamax-serializers.


From: guix-commits
Subject: 01/04: gnu: Add python-betamax-serializers.
Date: Thu, 11 Mar 2021 14:01:23 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit ce2637c003be486596fc96d6f7da3c6cc999c163
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Wed Mar 10 06:43:09 2021 -0500

    gnu: Add python-betamax-serializers.
    
    * gnu/packages/python-web.scm (python-betamax-serializers): New variable.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/python-web.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index edfff0c..ab90092 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3228,6 +3228,26 @@ Betamax.")
 (define-public python2-betamax-matchers
   (package-with-python2 python-betamax-matchers))
 
+(define-public python-betamax-serializers
+  (package
+    (name "python-betamax-serializers")
+    (version "0.2.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "betamax-serializers" version))
+       (sha256
+        (base32 "0ja9isbjmzzhxdj69s0kdsvw8nkp073w6an6a4liy5vk3fdl2p1l"))))
+    (build-system python-build-system)
+    (propagated-inputs
+     `(("python-betamax" ,python-betamax)
+       ("python-pyyaml" ,python-pyyaml)))
+    (synopsis "Set of third-party serializers for Betamax")
+    (description "Betamax-Serializers are an experimental set of Serializers 
for
+Betamax that may possibly end up in the main package.")
+    (home-page "https://gitlab.com/betamax/serializers";)
+    (license license:asl2.0)))
+
 (define-public python-s3transfer
   (package
     (name "python-s3transfer")



reply via email to

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