[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
211/222: gnu: python-numpydoc: Move to pyproject-build-sytem.
From: |
guix-commits |
Subject: |
211/222: gnu: python-numpydoc: Move to pyproject-build-sytem. |
Date: |
Fri, 1 Nov 2024 10:56:53 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 17677ab43605c70578e9b2fc3a2a9b274c43ceb7
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 62490a703c..85be908961 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9438,16 +9438,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/")
- 134/222: gnu: python-jupyterlab-widgets: Update to 3.0.10., (continued)
- 134/222: gnu: python-jupyterlab-widgets: Update to 3.0.10., guix-commits, 2024/11/01
- 174/222: gnu: python-amqp: Move to pyproject-build-system., guix-commits, 2024/11/01
- 150/222: gnu: python-xcffib: Move to (gnu packages xorg)., guix-commits, 2024/11/01
- 129/222: gnu: python-mistune: Update to 3.0.2., guix-commits, 2024/11/01
- 175/222: gnu: python-sphinx-autodoc-typehints: Move to pyproject-build-system., guix-commits, 2024/11/01
- 180/222: gnu: python-pytest-toolbox: Move to pyproject-build-system., guix-commits, 2024/11/01
- 194/222: gnu: python-autoflake: Update to 2.3.1., guix-commits, 2024/11/01
- 201/222: gnu: python-uqbar: Improve package style., guix-commits, 2024/11/01
- 208/222: gnu: tuir: Move to pyproject-build-system., guix-commits, 2024/11/01
- 209/222: gnu: python-fenics-dijitso: Move to pyproject-build-system., guix-commits, 2024/11/01
- 211/222: gnu: python-numpydoc: Move to pyproject-build-sytem.,
guix-commits <=
- 214/222: gnu: python-certauth: Move to pyproject-build-system., guix-commits, 2024/11/01
- 218/222: gnu: python-cssselect2: Move to pyproject-build-system., guix-commits, 2024/11/01
- 113/222: gnu: python-jupyterlab-server: Update to 2.27.1., guix-commits, 2024/11/01
- 99/222: gnu: python-jupyter-server-mathjax: Update to 0.2.6., guix-commits, 2024/11/01
- 103/222: gnu: python-lazy-object-proxy: Update to 1.10.0., guix-commits, 2024/11/01
- 222/222: gnu: python-urllib3: Update to 2.2.1., guix-commits, 2024/11/01
- 117/222: gnu: repo2docker: Update to 2024.03.0., guix-commits, 2024/11/01
- 125/222: gnu: python-sphinx-5: Disable failing tests., guix-commits, 2024/11/01
- 127/222: gnu: python-pyls-black: Add missing input., guix-commits, 2024/11/01
- 143/222: gnu: python-zope-i18nmessageid: Update to 5.1.1., guix-commits, 2024/11/01