GNU bug report logs -
#62085
[PATCH] gnu: Add python-mohawk.
Previous Next
To reply to this bug, email your comments to 62085 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#62085
; Package
guix-patches
.
(Thu, 09 Mar 2023 17:28:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Adam Faiz <adam.faiz <at> disroot.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 09 Mar 2023 17:28:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From 705c878397db8683c40ba8b9f37be525e8208d88 Mon Sep 17 00:00:00 2001
Message-Id: <705c878397db8683c40ba8b9f37be525e8208d88.1678382603.git.adam.faiz <at> disroot.org>
In-Reply-To: <f788ce8ebc205a6e05bcc270865d793d94bf51e9.1678382602.git.adam.faiz <at> disroot.org>
References: <f788ce8ebc205a6e05bcc270865d793d94bf51e9.1678382602.git.adam.faiz <at> disroot.org>
From: AwesomeAdam54321 <adam.faiz <at> 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 sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Sat, 01 Mar 2025 10:46:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Adam Faiz <adam.faiz <at> disroot.org>
:
bug acknowledged by developer.
(Sat, 01 Mar 2025 10:46:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 62085-done <at> debbugs.gnu.org (full text, mbox):
Hello,
> From: AwesomeAdam54321 <adam.faiz <at> 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.
Applied. Thank you! (And also sorry for the delay.)
Regards,
--
Nicolas Goaziou
This bug report was last modified 12 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.