[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
211/361: gnu: python-numpydoc: Move to pyproject-build-sytem.
From: |
guix-commits |
Subject: |
211/361: gnu: python-numpydoc: Move to pyproject-build-sytem. |
Date: |
Thu, 21 Nov 2024 06:29:20 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 9d25b9989c95c82b0ee2534fa19c4ef1d527f176
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Fri May 10 00:54:18 2024 +0200
gnu: python-numpydoc: Move to pyproject-build-sytem.
* gnu/packages/python-xyz.scm (python-numpydoc):
[build-system]: Move to pyproject-build-sytem.
[arguments]: Move <#:phases> check replacement to
<#:test-flags>.
Change-Id: Ia7a812c4ee2adcd31fc32db1caa7c163cadf46bf
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/python-xyz.scm | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 67e8062f20..d7e4fd87fa 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9442,16 +9442,12 @@ parse and apply unified diffs. It has features such as:
(sha256
(base32
"0k2z3g4s3w39h1nd293542hl9qv55j29gcr3bkia0rr3ldsppnxh"))))
- (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 "pytest" "-v" "numpydoc/tests"
- ;; TODO: unclear why these fail.
- "-k" "not test_MyClass and not test_my_function")))))))
+ (list #:test-flags
+ '(list "numpydoc/tests"
+ ;; TODO: unclear why these fail.
+ "-k" "not test_MyClass and not test_my_function")))
(propagated-inputs (list python-jinja2 python-sphinx))
(native-inputs (list python-matplotlib python-pytest python-pytest-cov))
(home-page "https://pypi.org/project/numpydoc/")
- 172/361: gnu: python-flask-login: Move to pyproject-build-system., (continued)
- 172/361: gnu: python-flask-login: Move to pyproject-build-system., guix-commits, 2024/11/21
- 171/361: gnu: python-cucumber-tag-expressions: Move to pyproject-build-system., guix-commits, 2024/11/21
- 176/361: gnu: abjad: Update to 3.19., guix-commits, 2024/11/21
- 184/361: gnu: python-jaraco-context: Move to pyproject-build-system., guix-commits, 2024/11/21
- 191/361: gnu: python-pytest-enabler: Break dependency cycle., guix-commits, 2024/11/21
- 192/361: gnu: python-pint: Disable benchmark tests., guix-commits, 2024/11/21
- 195/361: gnu: python-orderedmultidict: Move to pyproject-build-system., guix-commits, 2024/11/21
- 198/361: gnu: python-rich: Update to 13.7.1., guix-commits, 2024/11/21
- 206/361: gnu: python-funsor: Ignore flaky test., guix-commits, 2024/11/21
- 208/361: gnu: tuir: Move to pyproject-build-system., guix-commits, 2024/11/21
- 211/361: gnu: python-numpydoc: Move to pyproject-build-sytem.,
guix-commits <=
- 233/361: gnu: python-immutables: Update to 0.21., guix-commits, 2024/11/21
- 28/361: gnu: Add python-pytest-mypy-testing., guix-commits, 2024/11/21
- 33/361: gnu: Add python-rapidfuzz., guix-commits, 2024/11/21
- 60/361: gnu: python-openpyxl: Add Setuptools and Wheel., guix-commits, 2024/11/21
- 81/361: gnu: python-websocket-client: Update to 1.8.0., guix-commits, 2024/11/21
- 63/361: gnu: python-rich: Remove python-ipywidgets., guix-commits, 2024/11/21
- 83/361: gnu: python-pytest-tornasync: Use Tornado 6., guix-commits, 2024/11/21
- 85/361: gnu: python-pyzmq: Use Tornado 6., guix-commits, 2024/11/21
- 108/361: gnu: python-openapi-spec-validator: Update to 0.7.1., guix-commits, 2024/11/21
- 97/361: gnu: Add python-jupyter-server-terminals., guix-commits, 2024/11/21