[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
171/361: gnu: python-cucumber-tag-expressions: Move to pyproject-build-s
From: |
guix-commits |
Subject: |
171/361: gnu: python-cucumber-tag-expressions: Move to pyproject-build-system. |
Date: |
Fri, 22 Nov 2024 06:00:34 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 77a1f76552a90c9a99b09e67ea2383f8207aae3d
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")
- 91/361: gnu: python-trio: Use pyproject-build-system., (continued)
- 91/361: gnu: python-trio: Use pyproject-build-system., guix-commits, 2024/11/22
- 121/361: gnu: python-rope: Update to 1.13.0., guix-commits, 2024/11/22
- 129/361: gnu: python-mistune: Update to 3.0.2., guix-commits, 2024/11/22
- 138/361: gnu: python-black: Move to pyproject-build-system., guix-commits, 2024/11/22
- 123/361: gnu: python-lsp-server: Update to 1.11.0., guix-commits, 2024/11/22
- 139/361: gnu: python-isort: Move to pyproject-build-system., guix-commits, 2024/11/22
- 140/361: gnu: python-codespell: Improve package style., guix-commits, 2024/11/22
- 142/361: gnu: python-http-ece: Update to 1.2.0., guix-commits, 2024/11/22
- 144/361: gnu: python-aionotify: Update to 0.3.0., guix-commits, 2024/11/22
- 153/361: gnu: python-apiron: Move to pyproject-build-system., guix-commits, 2024/11/22
- 171/361: gnu: python-cucumber-tag-expressions: Move to pyproject-build-system.,
guix-commits <=
- 164/361: gnu: python-nbval: Move to pyproject-build-system., guix-commits, 2024/11/22
- 168/361: gnu: python-cbor2: Move to pyproject-build-system., guix-commits, 2024/11/22
- 166/361: gnu: gunicorn: Update to 21.2.0., guix-commits, 2024/11/22
- 173/361: gnu: python-parse-type: Move to pyproject-build-system., guix-commits, 2024/11/22
- 179/361: gnu: python-pytest-remotedata: Ignore failing test., guix-commits, 2024/11/22
- 178/361: gnu: abjad-ext-nauert: Update to 3.19., guix-commits, 2024/11/22
- 187/361: gnu: python-jaraco-test: Move to pyproject-build-system., guix-commits, 2024/11/22
- 190/361: gnu: python-sparse: Move to pyproject-build-system., guix-commits, 2024/11/22
- 193/361: gnu: python-apprise: Improve package style., guix-commits, 2024/11/22
- 194/361: gnu: python-autoflake: Update to 2.3.1., guix-commits, 2024/11/22