[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
198/224: gnu: python-flake8-isort: Move to pyproject-build-system.
From: |
guix-commits |
Subject: |
198/224: gnu: python-flake8-isort: Move to pyproject-build-system. |
Date: |
Tue, 15 Oct 2024 16:32:54 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit fd80572a4aff14a3eea96b2ec560963f7b0d9a13
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Fri May 10 00:54:02 2024 +0200
gnu: python-flake8-isort: Move to pyproject-build-system.
* gnu/packages/python-xyz.scm (python-flake8-isort):
[build-system]: Move to pyproject-build-system.
[arguments]: Remove uneeded field.
Change-Id: Ie8c32f6164030daf28760a58f33aff1d540fc6a5
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/python-xyz.scm | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 601ce6d438..788255838a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15191,15 +15191,7 @@ TODO notes checker plugin for flake8.")
(uri (pypi-uri "flake8-isort" version))
(sha256
(base32 "0gk4q504v42hdzpkndczc0kkwnr85jn1h5pvb561jh65p91r6qyl"))))
- (build-system python-build-system)
- (arguments
- (list
- #:phases
- #~(modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (invoke "pytest" "-vv" "run_tests.py")))))))
+ (build-system pyproject-build-system)
(propagated-inputs (list python-flake8 python-isort))
(native-inputs (list python-pytest))
(home-page "https://github.com/gforcada/flake8-isort")
- 189/224: gnu: python-jaraco-test: Move to pyproject-build-system., (continued)
- 189/224: gnu: python-jaraco-test: Move to pyproject-build-system., guix-commits, 2024/10/15
- 191/224: gnu: Add ghc-xcb-types., guix-commits, 2024/10/15
- 194/224: gnu: python-pint: Disable benchmark tests., guix-commits, 2024/10/15
- 196/224: gnu: python-autoflake: Update to 2.3.1., guix-commits, 2024/10/15
- 195/224: gnu: python-apprise: Improve package style., guix-commits, 2024/10/15
- 208/224: gnu: python-funsor: Ignore flaky test., guix-commits, 2024/10/15
- 205/224: gnu: python-uqbar: Update to 0.6.9., guix-commits, 2024/10/15
- 203/224: gnu: python-uqbar: Improve package style., guix-commits, 2024/10/15
- 209/224: gnu: borgmatic: Move to pyproject-build-system., guix-commits, 2024/10/15
- 206/224: gnu: python-typeguard-4: Ignore failing tests., guix-commits, 2024/10/15
- 198/224: gnu: python-flake8-isort: Move to pyproject-build-system.,
guix-commits <=
- 211/224: gnu: python-fenics-dijitso: Move to pyproject-build-system., guix-commits, 2024/10/15
- 216/224: gnu: python-certauth: Move to pyproject-build-system., guix-commits, 2024/10/15
- 215/224: gnu: python-warcio: Move to pyproject-build-system., guix-commits, 2024/10/15
- 213/224: gnu: python-numpydoc: Move to pyproject-build-sytem., guix-commits, 2024/10/15
- 214/224: gnu: python-multidict: Move to pyproject-build-system., guix-commits, 2024/10/15
- 221/224: gnu: python-notebook: Add python-jupyter-server to native inputs., guix-commits, 2024/10/15
- 65/224: gnu: Add python-pep440., guix-commits, 2024/10/15
- 52/224: gnu: python-partd: Add missing input., guix-commits, 2024/10/15
- 44/224: gnu: python-itemloaders: Fix indentation., guix-commits, 2024/10/15
- 80/224: gnu: python-argon2-cffi: Update to 21.1.0., guix-commits, 2024/10/15