[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
39/91: gnu: python-cucumber-tag-expressions: Move to pyproject-build-sys
From: |
guix-commits |
Subject: |
39/91: gnu: python-cucumber-tag-expressions: Move to pyproject-build-system. |
Date: |
Thu, 23 May 2024 17:17:32 -0400 (EDT) |
ngz pushed a commit to branch python-team
in repository guix.
commit 575a3212c09bb1694a00e1bbe6577f78f1beb6af
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 8e2164a82d..a3eecba549 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -262,16 +262,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")
- 10/91: gnu: vdirsyncer: Move to pyproject-build-system and enable tests., (continued)
- 10/91: gnu: vdirsyncer: Move to pyproject-build-system and enable tests., guix-commits, 2024/05/23
- 11/91: gnu: python-django-localflavor: Move to pyproject-build-system., guix-commits, 2024/05/23
- 16/91: gnu: qtile: Update to 0.23.0., guix-commits, 2024/05/23
- 18/91: gnu: sshuttle: Move to pyproject-build-system., guix-commits, 2024/05/23
- 19/91: gnu: python-apiron: Move to pyproject-build-system., guix-commits, 2024/05/23
- 40/91: gnu: python-flask-login: Move to pyproject-build-system., guix-commits, 2024/05/23
- 28/91: gnu: zulip-term: Move to pyproject-build-system., guix-commits, 2024/05/23
- 48/91: gnu: python-pytest-remotedata: Ignore failing test., guix-commits, 2024/05/23
- 37/91: gnu: python-tinycss: Move to pyproject-build-system., guix-commits, 2024/05/23
- 35/91: gnu: python-unidecode: Update to 1.3.8., guix-commits, 2024/05/23
- 39/91: gnu: python-cucumber-tag-expressions: Move to pyproject-build-system.,
guix-commits <=
- 24/91: gnu: python-scikit-rf: Fix tests., guix-commits, 2024/05/23
- 33/91: gnu: python-pytest-runner: Improve package style., guix-commits, 2024/05/23
- 47/91: gnu: abjad-ext-nauert: Update to 3.19., guix-commits, 2024/05/23
- 22/91: gnu: conda: Reindent., guix-commits, 2024/05/23
- 25/91: gnu: gunicorn: Move to pyproject-build-system., guix-commits, 2024/05/23
- 30/91: gnu: python-dateutil: Move to pyproject-build-system., guix-commits, 2024/05/23
- 44/91: gnu: python-sphinx-autodoc-typehints: Move to pyproject-build-system., guix-commits, 2024/05/23
- 41/91: gnu: python-parse-type: Move to pyproject-build-system., guix-commits, 2024/05/23
- 21/91: gnu: conda: Move to pyproject-build-system., guix-commits, 2024/05/23
- 46/91: gnu: abjad-ext-rmakers: Update to 3.19., guix-commits, 2024/05/23