[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
221/474: gnu: python-websockets: Adjust inputs.
From: |
guix-commits |
Subject: |
221/474: gnu: python-websockets: Adjust inputs. |
Date: |
Sat, 30 Nov 2024 18:20:24 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 5009e8f46bb9827a0be9e6519f645baf7fbe00c3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri May 24 20:03:25 2024 +0200
gnu: python-websockets: Adjust inputs.
* gnu/packages/python-web.scm (python-websockets): Adjust inputs.
[build-system]: Use PYPROJECT-BUILD-SYSTEM.
[native-inputs]: Add PYTHON-SETUPTOOLS and PYTHON-WHEEL.
Change-Id: I03cf0233ceb9a2767fb1086bd6a6615cdcd2e78c
---
gnu/packages/python-web.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index e403b06739..debae0cd8f 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -24,7 +24,7 @@
;;; Copyright © 2015, 2016 David Thompson <davet@gnu.org>
;;; Copyright © 2017 Mark Meyer <mark@ofosos.org>
;;; Copyright © 2018 Tomáš Čech <sleep_walker@gnu.org>
-;;; Copyright © 2018, 2019, 2021 Nicolas Goaziou <mail@nicolasgoaziou.fr>
+;;; Copyright © 2018, 2019, 2021, 2024 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2018 Mathieu Othacehe <m.othacehe@gmail.com>
;;; Copyright © 2018, 2020, 2021, 2022, 2023 Maxim Cournoyer
<maxim.cournoyer@gmail.com>
;;; Copyright © 2019 Vagrant Cascadian <vagrant@debian.org>
@@ -7071,13 +7071,16 @@ files.")
(sha256
(base32
"1brnaf1c4r9377p2npxpkik9ggqzmymvnnazdhw6s2wzfhlln8vv"))))
- (build-system python-build-system)
+ (build-system pyproject-build-system)
(arguments
(list #:phases
#~(modify-phases %standard-phases
(add-before 'check 'extend-test-timeout
(lambda _
(setenv "WEBSOCKETS_TESTS_TIMEOUT_FACTOR" "10"))))))
+ (native-inputs
+ (list python-setuptools
+ python-wheel))
(home-page "https://github.com/aaugustin/websockets";)
(synopsis
"Python implementation of the WebSocket Protocol (RFC 6455 & 7692)")
- 194/474: gnu: python-autoflake: Update to 2.3.1., (continued)
- 194/474: gnu: python-autoflake: Update to 2.3.1., guix-commits, 2024/11/30
- 201/474: gnu: python-uqbar: Improve package style., guix-commits, 2024/11/30
- 192/474: gnu: python-pint: Disable benchmark tests., guix-commits, 2024/11/30
- 200/474: gnu: Add python-sphinx-autodoc-typehints-5., guix-commits, 2024/11/30
- 204/474: gnu: python-typeguard-4: Ignore failing tests., guix-commits, 2024/11/30
- 206/474: gnu: python-funsor: Ignore flaky test., guix-commits, 2024/11/30
- 203/474: gnu: python-uqbar: Update to 0.6.9., guix-commits, 2024/11/30
- 252/474: gnu: python-behave-web-api: Update to 2.0.1., guix-commits, 2024/11/30
- 228/474: gnu: python-automat: Update to 22.10.0., guix-commits, 2024/11/30
- 253/474: gnu: python-pooch: Adjust inputs., guix-commits, 2024/11/30
- 221/474: gnu: python-websockets: Adjust inputs.,
guix-commits <=
- 217/474: gnu: python-qemu-qmp: Move to pyproject-build-system., guix-commits, 2024/11/30
- 208/474: gnu: tuir: Move to pyproject-build-system., guix-commits, 2024/11/30
- 226/474: gnu: python-assay: Add missing inputs., guix-commits, 2024/11/30
- 244/474: gnu: python-notebook: Disable more failing tests., guix-commits, 2024/11/30
- 219/474: gnu: python-notebook: Add python-jupyter-server to native inputs., guix-commits, 2024/11/30
- 239/474: gnu: python-requests-toolbelt: Update to 1.0.0., guix-commits, 2024/11/30
- 236/474: gnu: python-lightning-utilities: Adjust inputs., guix-commits, 2024/11/30
- 243/474: gnu: python-twine: Adjust inputs., guix-commits, 2024/11/30
- 209/474: gnu: python-fenics-dijitso: Move to pyproject-build-system., guix-commits, 2024/11/30
- 225/474: gnu: python-array-api-compat: Update to 1.9.1., guix-commits, 2024/11/30