[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
183/474: gnu: python-jaraco-classes: Move to pyproject-build-system.
From: |
guix-commits |
Subject: |
183/474: gnu: python-jaraco-classes: Move to pyproject-build-system. |
Date: |
Sat, 30 Nov 2024 18:20:15 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit c69cf7765df9250b35cb46acae11918e04f48f13
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Fri May 10 00:53:48 2024 +0200
gnu: python-jaraco-classes: Move to pyproject-build-system.
* gnu/packages/python-xyz.scm (python-jaraco-classes):
[build-system]: Move to pyproject-build-system.
[arguments]: Convert <#:phases> to <#:test-flags>.
Change-Id: I8fbe633db7533f933a342b47a4a2191ccf13a8c5
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/python-xyz.scm | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 17ae9ca38f..0197251e32 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12096,17 +12096,10 @@ enforced method signatures and consistent
documentation.")
(uri (pypi-uri "jaraco.classes" version))
(sha256
(base32 "0d6g7qvfv1jlzbzh6asprqdblqd59grvlvr3nwbdqdqrmwlbfm7d"))))
- (build-system python-build-system)
+ (build-system pyproject-build-system)
(arguments
- (list
- #:phases
- #~(modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- ;; Do not test the myproject.toml build as it tries to pull
- ;; dependencies from the Internet.
- (invoke "pytest" "-vv" "-k" "not project")))))))
+ (list ; Do not test the myproject.toml build as it pulls dependencies.
+ #:test-flags '(list "-k" "not project")))
(native-inputs
(list python-pytest
python-pytest-black
- 169/474: gnu: python-tinycss: Move to pyproject-build-system., (continued)
- 169/474: gnu: python-tinycss: Move to pyproject-build-system., guix-commits, 2024/11/30
- 159/474: gnu: python-arrow: Move to pyproject-build-system., guix-commits, 2024/11/30
- 180/474: gnu: python-pytest-toolbox: Move to pyproject-build-system., guix-commits, 2024/11/30
- 164/474: gnu: python-nbval: Move to pyproject-build-system., guix-commits, 2024/11/30
- 170/474: gnu: behave: Move to pyproject-build-system., guix-commits, 2024/11/30
- 173/474: gnu: python-parse-type: Move to pyproject-build-system., guix-commits, 2024/11/30
- 171/474: gnu: python-cucumber-tag-expressions: Move to pyproject-build-system., guix-commits, 2024/11/30
- 181/474: gnu: python-cairosvg: Move to pyproject-build-system., guix-commits, 2024/11/30
- 162/474: gnu: python-pypujs: Improve package style., guix-commits, 2024/11/30
- 184/474: gnu: python-jaraco-context: Move to pyproject-build-system., guix-commits, 2024/11/30
- 183/474: gnu: python-jaraco-classes: Move to pyproject-build-system.,
guix-commits <=
- 190/474: gnu: python-sparse: Move to pyproject-build-system., guix-commits, 2024/11/30
- 191/474: gnu: python-pytest-enabler: Break dependency cycle., guix-commits, 2024/11/30
- 197/474: gnu: python-xmltodict: Move to pyproject-build-system., guix-commits, 2024/11/30
- 199/474: gnu: python-cmd2: Move to pyproject-build-system., guix-commits, 2024/11/30
- 211/474: gnu: python-numpydoc: Move to pyproject-build-sytem., guix-commits, 2024/11/30
- 207/474: gnu: borgmatic: Move to pyproject-build-system., guix-commits, 2024/11/30
- 231/474: gnu: python-daft: Adjust inputs., guix-commits, 2024/11/30
- 212/474: gnu: python-multidict: Move to pyproject-build-system., guix-commits, 2024/11/30
- 230/474: gnu: Remove python-mrkd., guix-commits, 2024/11/30
- 223/474: gnu: Remove python-mistune-next., guix-commits, 2024/11/30