[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
82/91: gnu: python-numpydoc: Move to pyproject-build-sytem.
From: |
guix-commits |
Subject: |
82/91: gnu: python-numpydoc: Move to pyproject-build-sytem. |
Date: |
Thu, 23 May 2024 17:17:39 -0400 (EDT) |
ngz pushed a commit to branch python-team
in repository guix.
commit 50591e2f783ce9f5b3fd9e1bd1263791b5e6dd11
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 782567bb09..8cc81aeb4f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9184,16 +9184,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/")
- 57/91: gnu: python-nbstripout: Move to pyproject-build-system., (continued)
- 57/91: gnu: python-nbstripout: Move to pyproject-build-system., guix-commits, 2024/05/23
- 59/91: gnu: python-sparse: Move to pyproject-build-system., guix-commits, 2024/05/23
- 61/91: gnu: python-pint: Disable benchmark tests., guix-commits, 2024/05/23
- 65/91: gnu: python-shtab: Move to pyproject-build-system., guix-commits, 2024/05/23
- 64/91: gnu: python-orderedmultidict: Move to pyproject-build-system., guix-commits, 2024/05/23
- 60/91: gnu: python-pytest-enabler: Break dependency cycle., guix-commits, 2024/05/23
- 62/91: gnu: python-apprise: Improve package style., guix-commits, 2024/05/23
- 77/91: gnu: borgmatic: Move to pyproject-build-system., guix-commits, 2024/05/23
- 80/91: gnu: python-fenics-dijitso: Move to pyproject-build-system., guix-commits, 2024/05/23
- 87/91: gnu: python-qemu-qmp: Improve package style., guix-commits, 2024/05/23
- 82/91: gnu: python-numpydoc: Move to pyproject-build-sytem.,
guix-commits <=
- 91/91: gnu: build-system/pyproject: Add missing native-inputs., guix-commits, 2024/05/23
- 85/91: gnu: python-certauth: Move to pyproject-build-system., guix-commits, 2024/05/23
- 86/91: gnu: python-matplotlib: Ignore failing tests., guix-commits, 2024/05/23
- 08/91: gnu: python-zope-i18nmessageid: Update to 5.1.1., guix-commits, 2024/05/23
- 14/91: gnu: Add ghc-language-python., guix-commits, 2024/05/23
- 04/91: gnu: python-isort: Move to pyproject-build-system., guix-commits, 2024/05/23
- 03/91: gnu: python-black: Move to pyproject-build-system., guix-commits, 2024/05/23
- 06/91: gnu: python-mutagen: Move to pyproject-build-system., guix-commits, 2024/05/23
- 07/91: gnu: python-http-ece: Update to 1.2.0., guix-commits, 2024/05/23
- 10/91: gnu: vdirsyncer: Move to pyproject-build-system and enable tests., guix-commits, 2024/05/23