[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
169/361: gnu: python-tinycss: Move to pyproject-build-system.
From: |
guix-commits |
Subject: |
169/361: gnu: python-tinycss: Move to pyproject-build-system. |
Date: |
Fri, 22 Nov 2024 06:00:34 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 75323aaf28de0460cc105bf3b346429ce2551493
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Fri May 10 00:53:32 2024 +0200
gnu: python-tinycss: Move to pyproject-build-system.
* gnu/packages/python-web.scm (python-tinycss):
[build-system]: Move to pyproject-build-system.
[arguments]<#:test-flags>: Ignore failing test.
Change-Id: I972a3c6390df5f8af79c952292db8a4e24a4aa33
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/python-web.scm | 16 +++-------------
1 file changed, 3 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index b67f383d15..5e0516bfcf 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -6213,20 +6213,10 @@ the non-map-specific features. It can be used to
generate HTML + JS.")
(uri (pypi-uri "tinycss" version))
(sha256
(base32 "0vkifr595h28ymkjhrswwf0bm23lhznh5f44xyp7x7jy1ssnyc0j"))))
- (build-system python-build-system)
+ (build-system pyproject-build-system)
(arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'disable-flake8-isort
- ;; Flake8 and isort tests fail.
- (lambda _
- (substitute* "setup.cfg" ((" --flake8 --isort") ""))
- #t))
- (replace 'check
- (lambda _
- ;; Disable failing test.
- (invoke "python" "-m" "pytest" "-k"
- "not test_speedups"))))))
+ (list #:test-flags
+ '(list "-k" "not test_speedups")))
(native-inputs
(list python-pytest-cov python-pytest-flake8 python-pytest-isort
python-pytest-runner))
- 221/361: gnu: python-websockets: Adjust inputs., (continued)
- 221/361: gnu: python-websockets: Adjust inputs., guix-commits, 2024/11/22
- 230/361: gnu: Remove python-mrkd., guix-commits, 2024/11/22
- 249/361: gnu: python-cucumber-tag-expressions: Update to 6.1.1., guix-commits, 2024/11/22
- 136/361: gnu: python-seaborn: Correct dependencies., guix-commits, 2024/11/22
- 143/361: gnu: python-zope-i18nmessageid: Update to 5.1.1., guix-commits, 2024/11/22
- 128/361: gnu: python-pycurl: Update to 7.45.3., guix-commits, 2024/11/22
- 137/361: gnu: python-transient: Move to pyproject-build-system., guix-commits, 2024/11/22
- 146/361: gnu: python-django-localflavor: Move to pyproject-build-system., guix-commits, 2024/11/22
- 156/361: gnu: conda: Reindent., guix-commits, 2024/11/22
- 155/361: gnu: conda: Move to pyproject-build-system., guix-commits, 2024/11/22
- 169/361: gnu: python-tinycss: Move to pyproject-build-system.,
guix-commits <=
- 176/361: gnu: abjad: Update to 3.19., guix-commits, 2024/11/22
- 185/361: gnu: python-jaraco-functools: Move to pyproject-build-system., guix-commits, 2024/11/22
- 184/361: gnu: python-jaraco-context: Move to pyproject-build-system., guix-commits, 2024/11/22
- 182/361: gnu: python-docspec-python: Move to pyproject-build-system., guix-commits, 2024/11/22
- 195/361: gnu: python-orderedmultidict: Move to pyproject-build-system., guix-commits, 2024/11/22
- 201/361: gnu: python-uqbar: Improve package style., guix-commits, 2024/11/22
- 208/361: gnu: tuir: Move to pyproject-build-system., guix-commits, 2024/11/22
- 218/361: gnu: python-cssselect2: Move to pyproject-build-system., guix-commits, 2024/11/22
- 224/361: gnu: python-kiwisolver: Update to 1.4.6., guix-commits, 2024/11/22
- 229/361: gnu: Remove python-m2r., guix-commits, 2024/11/22