[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
159/474: gnu: python-arrow: Move to pyproject-build-system.
From: |
guix-commits |
Subject: |
159/474: gnu: python-arrow: Move to pyproject-build-system. |
Date: |
Sat, 30 Nov 2024 18:20:11 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit b959884e56a559e49429eea8543f33212ad02ebc
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Fri May 10 00:53:21 2024 +0200
gnu: python-arrow: Move to pyproject-build-system.
* gnu/packages/time.scm (python-arrow): Improve package style.
[build-system]: Move to pyproject-build-system.
[arguments]: Moving check replacement phase from <#:phases> to
equivalent <#:test-flags>.
Change-Id: I7e3d356610d624855c3898ccdbfb308ce9f6e627
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/time.scm | 16 ++++++----------
1 file changed, 6 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index c2d45239ea..4d4b746226 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -512,17 +512,13 @@ timestamps.")
(sha256
(base32
"189knrgxb3x21lzvqac6qlpd32308hcmpccxdlvr5wmrl46b6d1r"))))
- (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" "-vv" "tests"
- ;; python-dateutil doesn't recognize America/Nuuk.
- ;; Remove when python-dateutil > 2.8.1.
- "-k" "not test_parse_tz_name_zzz")))))))
+ (list
+ #:test-flags '(list "tests"
+ ;; python-dateutil doesn't recognize America/Nuuk.
+ ;; Remove when python-dateutil > 2.8.1.
+ "-k" "not test_parse_tz_name_zzz")))
(native-inputs
(list ;; For testing
python-chai
- 467/474: gnu: python-curtsies: Update to 0.4.2., (continued)
- 467/474: gnu: python-curtsies: Update to 0.4.2., guix-commits, 2024/11/30
- 468/474: gnu: python-greenlet: Update to 3.1.1., guix-commits, 2024/11/30
- 473/474: gnu: python-pyserial: Enable tests., guix-commits, 2024/11/30
- 472/474: gnu: python-yattag: Update to 1.16.1., guix-commits, 2024/11/30
- 137/474: gnu: python-transient: Move to pyproject-build-system., guix-commits, 2024/11/30
- 143/474: gnu: python-zope-i18nmessageid: Update to 5.1.1., guix-commits, 2024/11/30
- 373/474: gnu: python-fastjsonschema: Update to 2.20.0., guix-commits, 2024/11/30
- 166/474: gnu: gunicorn: Update to 21.2.0., guix-commits, 2024/11/30
- 167/474: gnu: python-unidecode: Update to 1.3.8., guix-commits, 2024/11/30
- 169/474: gnu: python-tinycss: Move to pyproject-build-system., guix-commits, 2024/11/30
- 159/474: gnu: python-arrow: Move to pyproject-build-system.,
guix-commits <=
- 180/474: gnu: python-pytest-toolbox: Move to pyproject-build-system., guix-commits, 2024/11/30
- 164/474: gnu: python-nbval: Move to pyproject-build-system., guix-commits, 2024/11/30
- 170/474: gnu: behave: Move to pyproject-build-system., guix-commits, 2024/11/30
- 173/474: gnu: python-parse-type: Move to pyproject-build-system., guix-commits, 2024/11/30
- 171/474: gnu: python-cucumber-tag-expressions: Move to pyproject-build-system., guix-commits, 2024/11/30
- 181/474: gnu: python-cairosvg: Move to pyproject-build-system., guix-commits, 2024/11/30
- 162/474: gnu: python-pypujs: Improve package style., guix-commits, 2024/11/30
- 184/474: gnu: python-jaraco-context: Move to pyproject-build-system., guix-commits, 2024/11/30
- 183/474: gnu: python-jaraco-classes: Move to pyproject-build-system., guix-commits, 2024/11/30
- 190/474: gnu: python-sparse: Move to pyproject-build-system., guix-commits, 2024/11/30