[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
163/195: gnu: python-sparse: Move to pyproject-build-system.
From: |
guix-commits |
Subject: |
163/195: gnu: python-sparse: Move to pyproject-build-system. |
Date: |
Tue, 15 Oct 2024 03:30:07 -0400 (EDT) |
sharlatan pushed a commit to branch python-team-rebased
in repository guix.
commit 34713c656e39c7de03ffdcf5d10d7de7ad15b380
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Fri May 10 00:53:55 2024 +0200
gnu: python-sparse: Move to pyproject-build-system.
* gnu/packages/python-xyz.scm (python-sparse):
[build-system]: Move to pyproject-build-system.
[arguments]: Remove unneeded field.
Change-Id: If3f785ede09ef79384b66166ad2f1c2a5f6e7c84
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/python-xyz.scm | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1200897e62..28e614f801 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8977,14 +8977,7 @@ objects.")
(sha256
(base32
"1600xad37mff46xg80cy6bi3l2n6jm69j7sl19rzdmkcgyijfn2z"))))
- (build-system python-build-system)
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (invoke "python" "-m" "pytest" "-v")))))))
+ (build-system pyproject-build-system)
(propagated-inputs
(list python-numba python-numpy python-scipy))
(native-inputs
- 137/195: gnu: python-nbval: Move to pyproject-build-system., (continued)
- 137/195: gnu: python-nbval: Move to pyproject-build-system., guix-commits, 2024/10/15
- 153/195: gnu: python-pytest-toolbox: Move to pyproject-build-system., guix-commits, 2024/10/15
- 152/195: gnu: python-pytest-remotedata: Ignore failing test., guix-commits, 2024/10/15
- 161/195: gnu: python-nbstripout: Move to pyproject-build-system., guix-commits, 2024/10/15
- 166/195: gnu: python-apprise: Improve package style., guix-commits, 2024/10/15
- 187/195: gnu: python-certauth: Move to pyproject-build-system., guix-commits, 2024/10/15
- 174/195: gnu: python-uqbar: Improve package style., guix-commits, 2024/10/15
- 180/195: gnu: borgmatic: Move to pyproject-build-system., guix-commits, 2024/10/15
- 188/195: gnu: python-matplotlib: Ignore failing tests., guix-commits, 2024/10/15
- 167/195: gnu: python-autoflake: Update to 2.3.1., guix-commits, 2024/10/15
- 163/195: gnu: python-sparse: Move to pyproject-build-system.,
guix-commits <=
- 170/195: gnu: python-xmltodict: Move to pyproject-build-system., guix-commits, 2024/10/15
- 171/195: gnu: python-rich: Update to 13.7.1., guix-commits, 2024/10/15
- 181/195: gnu: tuir: Move to pyproject-build-system., guix-commits, 2024/10/15
- 184/195: gnu: python-numpydoc: Move to pyproject-build-sytem., guix-commits, 2024/10/15
- 195/195: gnu: python-urllib3: Update to 2.2.1., guix-commits, 2024/10/15
- 20/195: gnu: python-box: Add missing input., guix-commits, 2024/10/15
- 22/195: gnu: python-astropy-iers-data: Add missing inputs., guix-commits, 2024/10/15
- 24/195: gnu: python-dbus-python: Add missing input., guix-commits, 2024/10/15
- 27/195: gnu: python-pytest-xdist: Add setuptools and wheel., guix-commits, 2024/10/15
- 26/195: gnu: snakemake-6: Add Setuptools and Wheel., guix-commits, 2024/10/15