[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/12: gnu: python-trio-websocket: Simplify package.
From: |
guix-commits |
Subject: |
07/12: gnu: python-trio-websocket: Simplify package. |
Date: |
Sun, 18 Feb 2024 07:23:16 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 4daeae85839ae55f42f93a4a1fd42656733dc75a
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Feb 17 22:18:56 2024 +0000
gnu: python-trio-websocket: Simplify package.
* gnu/packages/python-xyz.scm (python-trio-websocket) [build-system]:
Swap to pyproject-build-system.
[arguments] <#:phases>: Use standard 'check phase.
Change-Id: I58bc13f64b15d50ff0746e9b4677229df807d415
---
gnu/packages/python-xyz.scm | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d93bbfe6ea..8f3612a0d8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27846,13 +27846,7 @@ a mypy plugin that smooths over some limitations in
the basic type hints.
(file-name (git-file-name name version))
(sha256
(base32 "1yk2ak991kbl30xg8ldpggack1lwkizd7s5cpr28ir34z8iyjnpi"))))
- (build-system python-build-system)
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests? (invoke "pytest" "-vv")))))))
+ (build-system pyproject-build-system)
(native-inputs (list python-pytest python-pytest-trio python-trustme))
(propagated-inputs (list python-async-generator python-trio
python-wsproto))
(home-page "https://github.com/HyperionGray/trio-websocket")
- 01/12: gnu: Add python-pytest-tornado5., (continued)
- 01/12: gnu: Add python-pytest-tornado5., guix-commits, 2024/02/18
- 02/12: gnu: Add python-apscheduler., guix-commits, 2024/02/18
- 03/12: gnu: python-crontab: Enable tests., guix-commits, 2024/02/18
- 05/12: gnu: python-zeroconf: Simplify package., guix-commits, 2024/02/18
- 04/12: gnu: python-crontab: Update to 3.0.0., guix-commits, 2024/02/18
- 08/12: gnu: python-humanize: Update to 4.0.0., guix-commits, 2024/02/18
- 09/12: gnu: python-watchdog: Simplify package., guix-commits, 2024/02/18
- 10/12: gnu: python-devtools: Update to 0.12.2, fix build., guix-commits, 2024/02/18
- 11/12: gnu: python-simpervisor: Update to 1.0.0., guix-commits, 2024/02/18
- 06/12: gnu: python-xyzservices: Simplify package., guix-commits, 2024/02/18
- 07/12: gnu: python-trio-websocket: Simplify package.,
guix-commits <=
- 12/12: gnu: python-simpervisor: Enable tests., guix-commits, 2024/02/18