emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#42894: closed ([PATCH 1/4] gnu: Add python-h11.)


From: GNU bug Tracking System
Subject: bug#42894: closed ([PATCH 1/4] gnu: Add python-h11.)
Date: Mon, 17 Aug 2020 04:58:02 +0000

Your message dated Mon, 17 Aug 2020 07:56:57 +0300
with message-id <20200817045657.GC22637@E5400>
and subject line Re: [bug#42894] [PATCH 1/4] gnu: Add python-h11.
has caused the debbugs.gnu.org bug report #42894,
regarding [PATCH 1/4] gnu: Add python-h11.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
42894: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42894
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 1/4] gnu: Add python-h11. Date: Sun, 16 Aug 2020 17:04:54 -0300
* gnu/packages/python-web.scm (python-h11): New variable.
---
 gnu/packages/python-web.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index f9c8157f0d..957c5ceeff 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -527,6 +527,34 @@ into HTTP/2 frames.")
 for use in Python programs that implement HTTP/2.")
     (license license:expat)))
 
+(define-public python-h11
+  (package
+    (name "python-h11")
+    (version "0.9.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "h11" version))
+       (sha256
+        (base32 "1qfad70h59hya21vrzz8dqyyaiqhac0anl2dx3s3k80gpskvrm1k"))))
+    (build-system python-build-system)
+    (arguments
+     `(#:phases
+       (modify-phases %standard-phases
+         (replace 'check
+           (lambda _
+             (invoke "pytest" "-vv"))))))
+    (native-inputs
+     `(("python-pytest" ,python-pytest)))
+    (home-page "https://github.com/python-hyper/h11";)
+    (synopsis "Pure-Python, bring-your-own-I/O implementation of HTTP/1.1")
+    (description
+     "This is a little HTTP/1.1 library written from scratch in Python, heavily
+inspired by hyper-h2.  It's a bring-your-own-I/O library; h11 contains no IO
+code whatsoever.  This means you can hook h11 up to your favorite network API,
+and that could be anything you want.")
+    (license license:expat)))
+
 (define-public python-h2
   (package
     (name "python-h2")
-- 
2.20.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#42894] [PATCH 1/4] gnu: Add python-h11. Date: Mon, 17 Aug 2020 07:56:57 +0300
Patches look good. I changed the home-page for python-priority to
https://python-hyper.org/projects/priority/en/latest/ since the original
one didn't resolve.

Patches pushed!


-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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