unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Adam Faiz via Guix-patches via <guix-patches@gnu.org>
To: 62085@debbugs.gnu.org
Subject: [bug#62085] [PATCH] gnu: Add python-mohawk.
Date: Fri, 10 Mar 2023 01:27:12 +0800	[thread overview]
Message-ID: <a014b73f-409f-ea44-b5e0-244c12a2727e@disroot.org> (raw)

 From 705c878397db8683c40ba8b9f37be525e8208d88 Mon Sep 17 00:00:00 2001
Message-Id: <705c878397db8683c40ba8b9f37be525e8208d88.1678382603.git.adam.faiz@disroot.org>
In-Reply-To: <f788ce8ebc205a6e05bcc270865d793d94bf51e9.1678382602.git.adam.faiz@disroot.org>
References: <f788ce8ebc205a6e05bcc270865d793d94bf51e9.1678382602.git.adam.faiz@disroot.org>
From: AwesomeAdam54321 <adam.faiz@disroot.org>
Date: Fri, 10 Mar 2023 00:35:43 +0800
Subject: [PATCH] gnu: Add python-mohawk.

* gnu/packages/python-web.scm (python-mohawk): New variable.
---
  gnu/packages/python-web.scm | 22 ++++++++++++++++++++++
  1 file changed, 22 insertions(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 8a73c929a1..b8354f9799 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1588,6 +1588,28 @@ (define-public python-minio
  Amazon S3 compatible object storage server.")
      (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-pycurl
    (package
      (name "python-pycurl")
-- 
2.39.2





                 reply	other threads:[~2023-03-09 17:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a014b73f-409f-ea44-b5e0-244c12a2727e@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=62085@debbugs.gnu.org \
    --cc=adam.faiz@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).