[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
172/223: gnu: python-cucumber-tag-expressions: Move to pyproject-build-s
From: |
guix-commits |
Subject: |
172/223: gnu: python-cucumber-tag-expressions: 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 447d6a8c569ebcbfc348ac72ba517d8db1730db8
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Fri May 10 00:53:34 2024 +0200
gnu: python-cucumber-tag-expressions: Move to pyproject-build-system.
* gnu/packages/python-check.scm (python-cucumber-tag-expressions):
[build-system]: Move to pyproject-build-system.
[arguments]: Remove uneeded field.
Change-Id: Ibf0d92aa761f7a00f8c2c806a8bbd38669987ad7
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/python-check.scm | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index bdc3dcab12..c358bb6a38 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -306,16 +306,7 @@ are useful when writing automated tests in Python.")
(uri (pypi-uri "cucumber-tag-expressions" version))
(sha256
(base32 "0q7rn4l4ppjd1zsglr37ccc5xccg4iigaw827282zfzfsvzda573"))))
- (build-system python-build-system)
- (arguments
- (list #:phases
- #~(modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- ;; Ignore the configuration file since we don't
- ;; need HTML reports, etc.
- (invoke "pytest" "-c" "/dev/null" "-vv")))))))
+ (build-system pyproject-build-system)
(native-inputs
(list python-invoke python-pathpy python-pytest))
(home-page "https://github.com/cucumber/tag-expressions-python")
- 136/223: gnu: python-ipywidgets: Update to 8.1.2., (continued)
- 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
- 156/223: gnu: conda: Move to pyproject-build-system., guix-commits, 2024/10/17
- 158/223: gnu: python-conda-package-handling: Move to pyproject-build-system., guix-commits, 2024/10/17
- 159/223: gnu: python-scikit-rf: Fix tests., guix-commits, 2024/10/17
- 164/223: gnu: python-dateutil: Move to pyproject-build-system., guix-commits, 2024/10/17
- 165/223: gnu: python-nbval: Move to pyproject-build-system., guix-commits, 2024/10/17
- 172/223: gnu: python-cucumber-tag-expressions: Move to pyproject-build-system.,
guix-commits <=
- 173/223: gnu: python-flask-login: Move to pyproject-build-system., guix-commits, 2024/10/17
- 177/223: gnu: abjad: Update to 3.19., guix-commits, 2024/10/17
- 178/223: gnu: abjad-ext-rmakers: Update to 3.19., guix-commits, 2024/10/17
- 179/223: gnu: abjad-ext-nauert: Update to 3.19., guix-commits, 2024/10/17
- 181/223: gnu: python-pytest-toolbox: Move to pyproject-build-system., guix-commits, 2024/10/17
- 183/223: gnu: python-docspec-python: Move to pyproject-build-system., guix-commits, 2024/10/17
- 189/223: gnu: python-nbstripout: Move to pyproject-build-system., guix-commits, 2024/10/17
- 190/223: gnu: Add ghc-xcb-types., guix-commits, 2024/10/17
- 194/223: gnu: python-apprise: Improve package style., guix-commits, 2024/10/17
- 198/223: gnu: python-xmltodict: Move to pyproject-build-system., guix-commits, 2024/10/17