[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
201/361: gnu: python-uqbar: Improve package style.
From: |
guix-commits |
Subject: |
201/361: gnu: python-uqbar: Improve package style. |
Date: |
Fri, 22 Nov 2024 06:00:41 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 80a114ecdd4233a12a83d533d0fffe088276a1ef
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Fri May 10 00:54:07 2024 +0200
gnu: python-uqbar: Improve package style.
* gnu/packages/graphviz.scm (python-uqbar): Improve package style.
[build-system]: Move to pyproject-build-system.
[arguments]: Convert 'check phase replacement to <#:test-flags>.
Change-Id: I536e60438e3f2d5592ab9cd34fe66104cfd117e2
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/graphviz.scm | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index b438c86b5c..f0bbe772c9 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -213,15 +213,9 @@ structure and layout algorithms.")
(base32
"0c573nzpm51qgz2g296f8pw8ys0i3r6daynxk06zagk5l5fgw9ar"))
(patches (search-patches "python-uqbar-python3.10.patch"))))
- (build-system python-build-system)
+ (build-system pyproject-build-system)
(arguments
- `(#:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (invoke "python" "-m" "pytest" "tests"))
- #t)))))
+ (list #:test-flags '(list "tests")))
(native-inputs
(list graphviz
python-flake8
- 137/361: gnu: python-transient: Move to pyproject-build-system., (continued)
- 137/361: gnu: python-transient: Move to pyproject-build-system., guix-commits, 2024/11/22
- 146/361: gnu: python-django-localflavor: Move to pyproject-build-system., guix-commits, 2024/11/22
- 156/361: gnu: conda: Reindent., guix-commits, 2024/11/22
- 155/361: gnu: conda: Move to pyproject-build-system., guix-commits, 2024/11/22
- 169/361: gnu: python-tinycss: Move to pyproject-build-system., guix-commits, 2024/11/22
- 176/361: gnu: abjad: Update to 3.19., guix-commits, 2024/11/22
- 185/361: gnu: python-jaraco-functools: Move to pyproject-build-system., guix-commits, 2024/11/22
- 184/361: gnu: python-jaraco-context: Move to pyproject-build-system., guix-commits, 2024/11/22
- 182/361: gnu: python-docspec-python: Move to pyproject-build-system., guix-commits, 2024/11/22
- 195/361: gnu: python-orderedmultidict: Move to pyproject-build-system., guix-commits, 2024/11/22
- 201/361: gnu: python-uqbar: Improve package style.,
guix-commits <=
- 208/361: gnu: tuir: Move to pyproject-build-system., guix-commits, 2024/11/22
- 218/361: gnu: python-cssselect2: Move to pyproject-build-system., guix-commits, 2024/11/22
- 224/361: gnu: python-kiwisolver: Update to 1.4.6., guix-commits, 2024/11/22
- 229/361: gnu: Remove python-m2r., guix-commits, 2024/11/22
- 274/361: gnu: python-cplot: Adjust inputs., guix-commits, 2024/11/22
- 277/361: gnu: python-quadpy: Adjust inputs., guix-commits, 2024/11/22
- 285/361: gnu: Add python-sphinx-design., guix-commits, 2024/11/22
- 296/361: gnu: python-fast-histogram: Adjust inputs., guix-commits, 2024/11/22
- 339/361: gnu: Add python-ephemeral-port-reserve., guix-commits, 2024/11/22
- 345/361: gnu: python-pandas-2: Update to 2.2.3., guix-commits, 2024/11/22