[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#76746] [PATCH v2 04/13] gnu: Add python-websockets-14.
From: |
45mg |
Subject: |
[bug#76746] [PATCH v2 04/13] gnu: Add python-websockets-14. |
Date: |
Tue, 11 Mar 2025 19:53:23 +0530 |
* gnu/packages/python-web.scm (python-websockets-14): New
variable. Inherits from python-websockets, with the following changes:
[source]{uri}: Use new GitHub repository.
[home-page]: Likewise.
(python-websockets): Inherit from python-websockets-14.
Change-Id: I91b90bf4e407f6726b0ea1b95b7a69f1bd9471ec
---
gnu/packages/python-web.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 0b0428485b..ac3ee99609 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -8011,6 +8011,23 @@ (define-public python-websockets
it provides an elegant coroutine-based API.")
(license license:bsd-3)))
+(define-public python-websockets-14
+ (package
+ (inherit python-websockets)
+ (name "python-websockets")
+ (version "14.2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/python-websockets/websockets")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0j8x1xn3m1jcghwy42y6ibspr9kwazcgdz1c90i0jxdgj50xxbiz"))))
+ (home-page "https://github.com/python-websockets/websockets")))
+
(define-public python-selenium
(package
(name "python-selenium")
--
2.48.1
- [bug#76746] [PATCH 11/13] gnu: Add python-pytube., (continued)
- [bug#76746] [PATCH 11/13] gnu: Add python-pytube., 45mg, 2025/03/04
- [bug#76746] [PATCH 07/13] gnu: Add python-pykakasi., 45mg, 2025/03/04
- [bug#76746] [PATCH 09/13] gnu: Add python-soundcloud-v2., 45mg, 2025/03/04
- [bug#76746] [PATCH 00/13] Add spotify-downloader., Sharlatan Hellseher, 2025/03/09
- [bug#76746] [PATCH v2 02/13] gnu: python-rapidfuzz: Update to 3.10.1., 45mg, 2025/03/11
- [bug#76746] [PATCH v2 00/13] Add spotify-downloader., 45mg, 2025/03/11
- [bug#76746] [PATCH v2 03/13] gnu: python-rich: Update to 13.9.4., 45mg, 2025/03/11
- [bug#76746] [PATCH v2 01/13] gnu: python-slugify: Update to 8.0.4., 45mg, 2025/03/11
- [bug#76746] [PATCH v2 07/13] gnu: Add python-pykakasi., 45mg, 2025/03/11
- [bug#76746] [PATCH v2 04/13] gnu: Add python-websockets-14.,
45mg <=
- [bug#76746] [PATCH v2 05/13] gnu: Add python-dacite., 45mg, 2025/03/11
- [bug#76746] [PATCH v2 08/13] gnu: Add python-syncedlyrics., 45mg, 2025/03/11
- [bug#76746] [PATCH v2 10/13] gnu: Add python-ytmusicapi., 45mg, 2025/03/11
- [bug#76746] [PATCH v2 09/13] gnu: Add python-soundcloud-v2., 45mg, 2025/03/11
- [bug#76746] [PATCH v2 06/13] gnu: Add python-jaconv., 45mg, 2025/03/11
- [bug#76746] [PATCH v2 11/13] gnu: Add python-pytube., 45mg, 2025/03/11
- [bug#76746] [PATCH v2 12/13] gnu: Add python-spotipy., 45mg, 2025/03/11
- [bug#76746] [PATCH v2 13/13] gnu: Add spotify-downloader., 45mg, 2025/03/11