[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
212/361: gnu: python-multidict: Move to pyproject-build-system.
From: |
guix-commits |
Subject: |
212/361: gnu: python-multidict: Move to pyproject-build-system. |
Date: |
Thu, 21 Nov 2024 06:29:20 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit a68f728fd817e3d46fd1262f5c35a94340895777
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Fri May 10 00:54:19 2024 +0200
gnu: python-multidict: Move to pyproject-build-system.
* gnu/packages/python-xyz.scm (python-multidict):
[build-system]: Move to pyproject-build-system.
[arguments] Remove undeed field.
Change-Id: I916b36e6c4ac25dfc32b5813ad67cf4e6c134d36
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/python-xyz.scm | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d7e4fd87fa..1b6da896d3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10199,14 +10199,7 @@ e.g. copy examples, fetch data, etc.")
(sha256
(base32
"1kjrxav572j45xvr1iy60zb2g8zqvrinzdkl4ax36js4vczckl8d"))))
- (build-system python-build-system)
- (arguments
- '(#:phases (modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (if tests?
- (invoke "pytest" "-vv")
- (format #t "test suite not run~%")))))))
+ (build-system pyproject-build-system)
(native-inputs
(list python-pytest python-pytest-cov))
(home-page "https://github.com/aio-libs/multidict/")
- 155/361: gnu: conda: Move to pyproject-build-system., (continued)
- 155/361: gnu: conda: Move to pyproject-build-system., guix-commits, 2024/11/21
- 177/361: gnu: abjad-ext-rmakers: Update to 3.19., guix-commits, 2024/11/21
- 190/361: gnu: python-sparse: Move to pyproject-build-system., guix-commits, 2024/11/21
- 179/361: gnu: python-pytest-remotedata: Ignore failing test., guix-commits, 2024/11/21
- 187/361: gnu: python-jaraco-test: Move to pyproject-build-system., guix-commits, 2024/11/21
- 193/361: gnu: python-apprise: Improve package style., guix-commits, 2024/11/21
- 194/361: gnu: python-autoflake: Update to 2.3.1., guix-commits, 2024/11/21
- 196/361: gnu: python-flake8-isort: Move to pyproject-build-system., guix-commits, 2024/11/21
- 199/361: gnu: python-cmd2: Move to pyproject-build-system., guix-commits, 2024/11/21
- 205/361: gnu: python-zope-i18nmessageid: Move to pyproject-build-system., guix-commits, 2024/11/21
- 212/361: gnu: python-multidict: Move to pyproject-build-system.,
guix-commits <=
- 213/361: gnu: python-warcio: Move to pyproject-build-system., guix-commits, 2024/11/21
- 215/361: gnu: python-matplotlib: Ignore failing tests., guix-commits, 2024/11/21
- 217/361: gnu: python-qemu-qmp: Move to pyproject-build-system., guix-commits, 2024/11/21
- 216/361: gnu: python-qemu-qmp: Improve package style., guix-commits, 2024/11/21
- 29/361: gnu: python-argcomplete: Update to 3.2.2., guix-commits, 2024/11/21
- 31/361: gnu: python-prompt-toolkit: Update to 3.0.43., guix-commits, 2024/11/21
- 228/361: gnu: python-automat: Update to 22.10.0., guix-commits, 2024/11/21
- 36/361: gnu: python-readme-renderer: Adjust package style., guix-commits, 2024/11/21
- 42/361: gnu: python-pynacl: Add missing inputs., guix-commits, 2024/11/21
- 51/361: gnu: python-partd: Add missing input., guix-commits, 2024/11/21