1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: Add python-mohawk.

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

Change-Id: I8c6c85ea49135f173bce0f2f885deba63e23898b
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Adam Faiz
2025-03-01 11:43:48 +01:00
committed by Nicolas Goaziou
parent 1d1c66d3e0
commit 867ec3a41c

View File

@@ -4787,6 +4787,26 @@ protocol, both client and server for Python asyncio module.
TYPE (\"I\" and \"A\"), PASV, ABOR, APPE, REST.")
(license license:asl2.0)))
(define-public python-mohawk
(package
(name "python-mohawk")
(version "1.1.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "mohawk" version))
(sha256
(base32
"08wppsv65yd0gdxy5zwq37yp6jmxakfz4a2yx5wwq2d222my786j"))))
(build-system python-build-system)
(native-inputs (list python-mock python-nose))
(propagated-inputs (list python-six))
(home-page "https://github.com/kumar303/mohawk")
(synopsis "Library for Hawk HTTP authorization")
(description
"Mohawk is an alternate Python implementation of the Hawk HTTP
authorization scheme.")
(license license:bsd-3)))
(define-public python-msal
(package
(name "python-msal")