[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
171/222: gnu: python-cucumber-tag-expressions: Move to pyproject-build-s
From: |
guix-commits |
Subject: |
171/222: gnu: python-cucumber-tag-expressions: Move to pyproject-build-system. |
Date: |
Fri, 1 Nov 2024 10:56:45 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 25263ce78e7886c3f1789ffa0ce26b88fea6a85f
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 33e4c8e066..c5ec4774ee 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")
- 120/222: gnu: python-platformdirs: Update to 4.2.1., (continued)
- 120/222: gnu: python-platformdirs: Update to 4.2.1., guix-commits, 2024/11/01
- 137/222: gnu: python-transient: Move to pyproject-build-system., guix-commits, 2024/11/01
- 138/222: gnu: python-black: Move to pyproject-build-system., guix-commits, 2024/11/01
- 139/222: gnu: python-isort: Move to pyproject-build-system., guix-commits, 2024/11/01
- 145/222: gnu: vdirsyncer: Move to pyproject-build-system and enable tests., guix-commits, 2024/11/01
- 144/222: gnu: python-aionotify: Update to 0.3.0., guix-commits, 2024/11/01
- 147/222: gnu: python-docker-pycreds: Move to pyproject-build-system., guix-commits, 2024/11/01
- 146/222: gnu: python-django-localflavor: Move to pyproject-build-system., guix-commits, 2024/11/01
- 160/222: gnu: dynaconf: Improve package style., guix-commits, 2024/11/01
- 168/222: gnu: python-cbor2: Move to pyproject-build-system., guix-commits, 2024/11/01
- 171/222: gnu: python-cucumber-tag-expressions: Move to pyproject-build-system.,
guix-commits <=
- 154/222: gnu: python-alembic: Move to pyproject-build-system., guix-commits, 2024/11/01
- 176/222: gnu: abjad: Update to 3.19., guix-commits, 2024/11/01
- 179/222: gnu: python-pytest-remotedata: Ignore failing test., guix-commits, 2024/11/01
- 182/222: gnu: python-docspec-python: Move to pyproject-build-system., guix-commits, 2024/11/01
- 188/222: gnu: python-nbstripout: Move to pyproject-build-system., guix-commits, 2024/11/01
- 191/222: gnu: python-pytest-enabler: Break dependency cycle., guix-commits, 2024/11/01
- 172/222: gnu: python-flask-login: Move to pyproject-build-system., guix-commits, 2024/11/01
- 49/222: gnu: python-box: Add missing input., guix-commits, 2024/11/01
- 64/222: gnu: Add python-pep440., guix-commits, 2024/11/01
- 65/222: gnu: Add python-referencing., guix-commits, 2024/11/01