[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: |
Fri, 22 Nov 2024 06:00:43 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 83be64ee193e6e339a73332761df7c9246fdaaed
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/")
- 178/361: gnu: abjad-ext-nauert: Update to 3.19., (continued)
- 178/361: gnu: abjad-ext-nauert: Update to 3.19., guix-commits, 2024/11/22
- 187/361: gnu: python-jaraco-test: Move to pyproject-build-system., guix-commits, 2024/11/22
- 190/361: gnu: python-sparse: Move to pyproject-build-system., guix-commits, 2024/11/22
- 193/361: gnu: python-apprise: Improve package style., guix-commits, 2024/11/22
- 194/361: gnu: python-autoflake: Update to 2.3.1., guix-commits, 2024/11/22
- 203/361: gnu: python-uqbar: Update to 0.6.9., guix-commits, 2024/11/22
- 204/361: gnu: python-typeguard-4: Ignore failing tests., guix-commits, 2024/11/22
- 206/361: gnu: python-funsor: Ignore flaky test., guix-commits, 2024/11/22
- 207/361: gnu: borgmatic: Move to pyproject-build-system., guix-commits, 2024/11/22
- 210/361: gnu: python-pyan3: Move to pyproject-build-system., guix-commits, 2024/11/22
- 212/361: gnu: python-multidict: Move to pyproject-build-system.,
guix-commits <=
- 214/361: gnu: python-certauth: Move to pyproject-build-system., guix-commits, 2024/11/22
- 216/361: gnu: python-qemu-qmp: Improve package style., guix-commits, 2024/11/22
- 223/361: gnu: Remove python-mistune-next., guix-commits, 2024/11/22
- 227/361: gnu: python-altair: Adjust inputs., guix-commits, 2024/11/22
- 232/361: gnu: python-django-4.2: Adjust inputs., guix-commits, 2024/11/22
- 233/361: gnu: python-immutables: Update to 0.21., guix-commits, 2024/11/22
- 234/361: gnu: python-jsonpickle: Adjust inputs., guix-commits, 2024/11/22
- 236/361: gnu: python-lightning-utilities: Adjust inputs., guix-commits, 2024/11/22
- 243/361: gnu: python-twine: Adjust inputs., guix-commits, 2024/11/22
- 244/361: gnu: python-notebook: Disable more failing tests., guix-commits, 2024/11/22