me
/
guix
Archived
1
0
Fork 0

gnu: Add python-betamax-serializers.

* gnu/packages/python-web.scm (python-betamax-serializers): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Raghav Gururajan 2021-03-10 06:43:09 -05:00 committed by Efraim Flashner
parent c47f0dea8c
commit ce2637c003
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 20 additions and 0 deletions

View File

@ -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")