[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
170/420: gnu: behave: Move to pyproject-build-system.
From: |
guix-commits |
Subject: |
170/420: gnu: behave: Move to pyproject-build-system. |
Date: |
Tue, 26 Nov 2024 16:28:54 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit b67ed350ad5faebb50de3b449ecc7e2d21ac03a8
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Fri May 10 00:53:33 2024 +0200
gnu: behave: Move to pyproject-build-system.
* gnu/packages/check.scm (behave):
[build-system]: Move to pyproject-build-system.
[arguments]: Remove uneeded field.
Change-Id: I9ea513fb49b71d9187461ef55c2a6ecab2844a1d
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/check.scm | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index b905fdd75e..5f15d65720 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -3400,13 +3400,7 @@ backported from Python 2.7 for Python 2.4+.")
(sha256
(base32
"0sv94wagi214h0l91zn8m04f78x5wn83vqxib81hnl1qahvx9hq7"))))
- (build-system python-build-system)
- (arguments
- '(#:phases (modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (invoke "pytest" "-c" "/dev/null" "-vv")))))))
+ (build-system pyproject-build-system)
(native-inputs
(list python-mock python-nose python-pathpy python-pyhamcrest
python-pytest))
- 44/420: gnu: python-itemloaders: Fix indentation., (continued)
- 44/420: gnu: python-itemloaders: Fix indentation., guix-commits, 2024/11/26
- 51/420: gnu: python-partd: Add missing input., guix-commits, 2024/11/26
- 58/420: gnu: python-pytest-xdist: Add setuptools and wheel., guix-commits, 2024/11/26
- 65/420: gnu: Add python-referencing., guix-commits, 2024/11/26
- 75/420: gnu: Add python-nbclassic., guix-commits, 2024/11/26
- 122/420: gnu: python-lsp-jsonrpc: Update to 1.1.2., guix-commits, 2024/11/26
- 140/420: gnu: python-codespell: Improve package style., guix-commits, 2024/11/26
- 142/420: gnu: python-http-ece: Update to 1.2.0., guix-commits, 2024/11/26
- 147/420: gnu: python-docker-pycreds: Move to pyproject-build-system., guix-commits, 2024/11/26
- 158/420: gnu: python-scikit-rf: Fix tests., guix-commits, 2024/11/26
- 170/420: gnu: behave: Move to pyproject-build-system.,
guix-commits <=
- 172/420: gnu: python-flask-login: Move to pyproject-build-system., guix-commits, 2024/11/26
- 174/420: gnu: python-amqp: Move to pyproject-build-system., guix-commits, 2024/11/26
- 180/420: gnu: python-pytest-toolbox: Move to pyproject-build-system., guix-commits, 2024/11/26
- 186/420: gnu: python-jaraco-packaging: Move to pyproject-build-system., guix-commits, 2024/11/26
- 187/420: gnu: python-jaraco-test: Move to pyproject-build-system., guix-commits, 2024/11/26
- 190/420: gnu: python-sparse: Move to pyproject-build-system., guix-commits, 2024/11/26
- 196/420: gnu: python-flake8-isort: Move to pyproject-build-system., guix-commits, 2024/11/26
- 198/420: gnu: python-rich: Update to 13.7.1., guix-commits, 2024/11/26
- 201/420: gnu: python-uqbar: Improve package style., guix-commits, 2024/11/26
- 208/420: gnu: tuir: Move to pyproject-build-system., guix-commits, 2024/11/26