[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
170/222: gnu: behave: Move to pyproject-build-system.
From: |
guix-commits |
Subject: |
170/222: gnu: behave: Move to pyproject-build-system. |
Date: |
Fri, 1 Nov 2024 10:56:45 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit ad8221d8ccab9dbce07a31150d7d6d7d40402634
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 fd290178bb..83b9c4f29b 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))
- 118/222: gnu: Add python-pytoolconfig., (continued)
- 118/222: gnu: Add python-pytoolconfig., guix-commits, 2024/11/01
- 124/222: gnu: python-nbclient: Update to 0.10.0., guix-commits, 2024/11/01
- 136/222: gnu: python-seaborn: Correct dependencies., guix-commits, 2024/11/01
- 140/222: gnu: python-codespell: Improve package style., guix-commits, 2024/11/01
- 148/222: gnu: Add xcffibgen., guix-commits, 2024/11/01
- 155/222: gnu: conda: Move to pyproject-build-system., guix-commits, 2024/11/01
- 156/222: gnu: conda: Reindent., guix-commits, 2024/11/01
- 157/222: gnu: python-conda-package-handling: Move to pyproject-build-system., guix-commits, 2024/11/01
- 159/222: gnu: python-arrow: Move to pyproject-build-system., guix-commits, 2024/11/01
- 169/222: gnu: python-tinycss: Move to pyproject-build-system., guix-commits, 2024/11/01
- 170/222: gnu: behave: Move to pyproject-build-system.,
guix-commits <=
- 178/222: gnu: abjad-ext-nauert: Update to 3.19., guix-commits, 2024/11/01
- 183/222: gnu: python-jaraco-classes: Move to pyproject-build-system., guix-commits, 2024/11/01
- 184/222: gnu: python-jaraco-context: Move to pyproject-build-system., guix-commits, 2024/11/01
- 187/222: gnu: python-jaraco-test: Move to pyproject-build-system., guix-commits, 2024/11/01
- 189/222: gnu: Add ghc-xcb-types., guix-commits, 2024/11/01
- 193/222: gnu: python-apprise: Improve package style., guix-commits, 2024/11/01
- 195/222: gnu: python-orderedmultidict: Move to pyproject-build-system., guix-commits, 2024/11/01
- 24/222: gnu: python-jupytext: Update to 1.15.0., guix-commits, 2024/11/01
- 61/222: gnu: python-nbclient: Add Setuptools and Wheel., guix-commits, 2024/11/01
- 82/222: gnu: python-prometheus-client: Update to 0.20.0., guix-commits, 2024/11/01