[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
171/223: gnu: behave: Move to pyproject-build-system.
From: |
guix-commits |
Subject: |
171/223: gnu: behave: Move to pyproject-build-system. |
Date: |
Thu, 17 Oct 2024 06:21:04 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 3be8fe38e73e536ec65ed7dbb32e27cb92579939
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 abf36c673f..623136ddf6 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -3345,13 +3345,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))
- 219/223: gnu: python-cssselect2: Move to pyproject-build-system., (continued)
- 219/223: gnu: python-cssselect2: Move to pyproject-build-system., guix-commits, 2024/10/17
- 220/223: gnu: python-notebook: Add python-jupyter-server to native inputs., guix-commits, 2024/10/17
- 76/223: gnu: Add python-nbclassic., guix-commits, 2024/10/17
- 147/223: gnu: python-django-localflavor: Move to pyproject-build-system., guix-commits, 2024/10/17
- 150/223: gnu: Add ghc-language-python., guix-commits, 2024/10/17
- 149/223: gnu: Add xcffibgen., guix-commits, 2024/10/17
- 153/223: gnu: qtile: Improve package style., guix-commits, 2024/10/17
- 162/223: gnu: zulip-term: Move to pyproject-build-system., guix-commits, 2024/10/17
- 166/223: gnu: python-pytest-runner: Improve package style., guix-commits, 2024/10/17
- 167/223: gnu: gunicorn: Update to 21.2.0., guix-commits, 2024/10/17
- 171/223: gnu: behave: Move to pyproject-build-system.,
guix-commits <=
- 174/223: gnu: python-parse-type: Move to pyproject-build-system., guix-commits, 2024/10/17
- 182/223: gnu: python-cairosvg: Move to pyproject-build-system., guix-commits, 2024/10/17
- 93/223: gnu: python-jupyter-client: Update to 7.4.4., guix-commits, 2024/10/17
- 97/223: gnu: Add python-jupyter-events., guix-commits, 2024/10/17
- 135/223: gnu: python-jupyterlab-widgets: Update to 3.0.10., guix-commits, 2024/10/17
- 136/223: gnu: python-ipywidgets: Update to 8.1.2., guix-commits, 2024/10/17
- 144/223: gnu: python-zope-i18nmessageid: Update to 5.1.1., guix-commits, 2024/10/17
- 142/223: gnu: python-mutagen: Move to pyproject-build-system., guix-commits, 2024/10/17
- 155/223: gnu: python-alembic: Move to pyproject-build-system., guix-commits, 2024/10/17
- 151/223: gnu: python-xcffib: Move to (gnu packages xorg)., guix-commits, 2024/10/17