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

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

bug#41203: closed ([PATCH] gnu: Add python-websockets)


From: GNU bug Tracking System
Subject: bug#41203: closed ([PATCH] gnu: Add python-websockets)
Date: Wed, 13 May 2020 06:49:02 +0000

Your message dated Wed, 13 May 2020 09:48:18 +0300
with message-id <20200513064818.GC918@E5400>
and subject line Re: [bug#41203] [PATCH] gnu: Add python-websockets
has caused the debbugs.gnu.org bug report #41203,
regarding [PATCH] gnu: Add python-websockets
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
41203: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=41203
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add python-websockets Date: Tue, 12 May 2020 10:46:30 +0200 User-agent: mu4e 1.4.4; emacs 26.3
---
 gnu/packages/python-web.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 6d48b0146a..9be92053b1 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -36,6 +36,7 @@
 ;;; Copyright © 2020 Alexandros Theodotou <address@hidden>
 ;;; Copyright © 2020 Holger Peters <address@hidden>
 ;;; Copyright © 2020 Noisytoot <address@hidden>
+;;; Copyright © 2020 Edouard Klein <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3721,3 +3722,27 @@ and serve updated contents upon changes to the 
directory.")
     (description "@code{VF-1} is a command line gopher client with
 @acronym{TLS, Transport Layer Security} support.")
     (license license:bsd-2)))
+
+(define-public python-websockets
+  (package
+    (name "python-websockets")
+    (version "8.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "websockets" version))
+       (sha256
+        (base32
+         "03s3ml6sbki24aajllf8aily0xzrn929zxi84p50zkkbikdd4raw"))))
+    (build-system python-build-system)
+    (home-page
+     "https://github.com/aaugustin/websockets";)
+    (synopsis
+     "Python implementation of the WebSocket Protocol (RFC 6455 & 7692)")
+    (description
+     "@code{websockets} is a library for building WebSocket servers and clients
+in Python with a focus on correctness and simplicity.
+
+Built on top of @code{asyncio}, Python's standard asynchronous I/O framework,
+it provides an elegant coroutine-based API.")
+    (license license:bsd-3)))
-- 
2.26.2



--- End Message ---
--- Begin Message --- Subject: Re: [bug#41203] [PATCH] gnu: Add python-websockets Date: Wed, 13 May 2020 09:48:18 +0300
I disabled the tests since they're not shipped in the release tarball
and changed the commit message to fit the conventions better.

Patch pushed. Thanks!


-- 
Efraim Flashner   <address@hidden>   אפרים פלשנר
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]