[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
199/420: gnu: python-cmd2: Move to pyproject-build-system.
From: |
guix-commits |
Subject: |
199/420: gnu: python-cmd2: Move to pyproject-build-system. |
Date: |
Tue, 26 Nov 2024 16:29:00 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 6661e6280bc1ab67a0f12bf5deb77f2ffd68b805
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Fri May 10 00:54:05 2024 +0200
gnu: python-cmd2: Move to pyproject-build-system.
* gnu/packages/python-xyz.scm (python-cmd2):
[build-system]: Move to pyproject-build-system.
[arguments]<#:phases>: Remove check phase replacement.
<#:test-flags>: Add field.
Change-Id: I55b4134fb6caa4af1a4988934043487fa85f9b9b
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/python-xyz.scm | 14 +++-----------
1 file changed, 3 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d1c69f8bd9..33a09cf110 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -32542,18 +32542,10 @@ intended for validating data coming into Python as
JSON, YAML, etc.")
(sha256
(base32
"0h1naik558qh48gx2iyy0a0khvw5fz0in69y84mbrhsm9nq7w3bm"))))
- (build-system python-build-system)
+ (build-system pyproject-build-system)
(arguments
- '(#:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (if tests?
- (invoke "pytest" "-vv" "-k"
- ;; These tests fail because no EDITOR is in PATH.
- "not test_find_editor_not_specified \
-and not test_transcript")
- (format #t "test suite not run~%")))))))
+ (list #:test-flags '(list "-k" "not test_find_editor_not_specified \
+and not test_transcript")))
(propagated-inputs
(list python-attrs python-colorama python-pyperclip python-wcwidth))
(native-inputs
- 100/420: gnu: python-tabulate: Add Setuptools and Wheel., (continued)
- 100/420: gnu: python-tabulate: Add Setuptools and Wheel., guix-commits, 2024/11/26
- 138/420: gnu: python-black: Move to pyproject-build-system., guix-commits, 2024/11/26
- 150/420: gnu: python-xcffib: Move to (gnu packages xorg)., guix-commits, 2024/11/26
- 151/420: gnu: qtile: Update to 0.23.0., guix-commits, 2024/11/26
- 164/420: gnu: python-nbval: Move to pyproject-build-system., guix-commits, 2024/11/26
- 166/420: gnu: gunicorn: Update to 21.2.0., guix-commits, 2024/11/26
- 168/420: gnu: python-cbor2: Move to pyproject-build-system., guix-commits, 2024/11/26
- 169/420: gnu: python-tinycss: Move to pyproject-build-system., guix-commits, 2024/11/26
- 189/420: gnu: Add ghc-xcb-types., guix-commits, 2024/11/26
- 206/420: gnu: python-funsor: Ignore flaky test., guix-commits, 2024/11/26
- 199/420: gnu: python-cmd2: Move to pyproject-build-system.,
guix-commits <=
- 211/420: gnu: python-numpydoc: Move to pyproject-build-sytem., guix-commits, 2024/11/26
- 216/420: gnu: python-qemu-qmp: Improve package style., guix-commits, 2024/11/26
- 224/420: gnu: python-kiwisolver: Update to 1.4.6., guix-commits, 2024/11/26
- 154/420: gnu: python-alembic: Move to pyproject-build-system., guix-commits, 2024/11/26
- 161/420: gnu: zulip-term: Move to pyproject-build-system., guix-commits, 2024/11/26
- 163/420: gnu: python-dateutil: Move to pyproject-build-system., guix-commits, 2024/11/26
- 177/420: gnu: abjad-ext-rmakers: Update to 3.19., guix-commits, 2024/11/26
- 182/420: gnu: python-docspec-python: Move to pyproject-build-system., guix-commits, 2024/11/26
- 204/420: gnu: python-typeguard-4: Ignore failing tests., guix-commits, 2024/11/26
- 214/420: gnu: python-certauth: Move to pyproject-build-system., guix-commits, 2024/11/26