[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
171/420: gnu: python-cucumber-tag-expressions: Move to pyproject-build-s
From: |
guix-commits |
Subject: |
171/420: gnu: python-cucumber-tag-expressions: 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 85e016268daeec443de87a21d26938943da63686
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 04e0fafe66..33225a0136 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -307,16 +307,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";)
- 131/420: gnu: python-widgetsnbextension: Update to 4.0.10., (continued)
- 131/420: gnu: python-widgetsnbextension: Update to 4.0.10., guix-commits, 2024/11/26
- 135/420: gnu: python-ipywidgets: Update to 8.1.2., guix-commits, 2024/11/26
- 144/420: gnu: python-aionotify: Update to 0.3.0., guix-commits, 2024/11/26
- 146/420: gnu: python-django-localflavor: Move to pyproject-build-system., guix-commits, 2024/11/26
- 145/420: gnu: vdirsyncer: Move to pyproject-build-system and enable tests., guix-commits, 2024/11/26
- 152/420: gnu: qtile: Improve package style., guix-commits, 2024/11/26
- 155/420: gnu: conda: Move to pyproject-build-system., guix-commits, 2024/11/26
- 156/420: gnu: conda: Reindent., guix-commits, 2024/11/26
- 157/420: gnu: python-conda-package-handling: Move to pyproject-build-system., guix-commits, 2024/11/26
- 165/420: gnu: python-pytest-runner: Improve package style., guix-commits, 2024/11/26
- 171/420: gnu: python-cucumber-tag-expressions: Move to pyproject-build-system.,
guix-commits <=
- 176/420: gnu: abjad: Update to 3.19., guix-commits, 2024/11/26
- 188/420: gnu: python-nbstripout: Move to pyproject-build-system., guix-commits, 2024/11/26
- 179/420: gnu: python-pytest-remotedata: Ignore failing test., guix-commits, 2024/11/26
- 197/420: gnu: python-xmltodict: Move to pyproject-build-system., guix-commits, 2024/11/26
- 202/420: gnu: python-uqbar: Upgrade to python-team branch., guix-commits, 2024/11/26
- 205/420: gnu: python-zope-i18nmessageid: Move to pyproject-build-system., guix-commits, 2024/11/26
- 228/420: gnu: python-automat: Update to 22.10.0., guix-commits, 2024/11/26
- 235/420: gnu: python-lazy-loader: Adjust inputs., guix-commits, 2024/11/26
- 229/420: gnu: Remove python-m2r., guix-commits, 2024/11/26
- 238/420: gnu: python-parameterized-next: Adjust inputs., guix-commits, 2024/11/26