GNU bug report logs -
#41203
[PATCH] gnu: Add python-websockets
Previous Next
Reported by: Edouard Klein <edk <at> beaver-labs.com>
Date: Tue, 12 May 2020 09:47:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 41203 in the body.
You can then email your comments to 41203 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#41203
; Package
guix-patches
.
(Tue, 12 May 2020 09:47:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Edouard Klein <edk <at> beaver-labs.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 12 May 2020 09:47:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
---
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 <alex <at> zrythm.org>
;;; Copyright © 2020 Holger Peters <holger.peters <at> posteo.de>
;;; Copyright © 2020 Noisytoot <noisytoot <at> gmail.com>
+;;; Copyright © 2020 Edouard Klein <edk <at> beaver-labs.com>
;;;
;;; 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
Reply sent
to
Efraim Flashner <efraim <at> flashner.co.il>
:
You have taken responsibility.
(Wed, 13 May 2020 06:49:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Edouard Klein <edk <at> beaver-labs.com>
:
bug acknowledged by developer.
(Wed, 13 May 2020 06:49:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 41203-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
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 <efraim <at> 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
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 10 Jun 2020 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 5 years and 10 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.