[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
212/474: gnu: python-multidict: Move to pyproject-build-system.
From: |
guix-commits |
Subject: |
212/474: gnu: python-multidict: Move to pyproject-build-system. |
Date: |
Sat, 30 Nov 2024 18:20:22 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 1be56b35328124733a7d3e80172aa207a354f695
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 9c09b6bdd1..61e2fa7322 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/";)
- 162/474: gnu: python-pypujs: Improve package style., (continued)
- 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
- 191/474: gnu: python-pytest-enabler: Break dependency cycle., guix-commits, 2024/11/30
- 197/474: gnu: python-xmltodict: Move to pyproject-build-system., guix-commits, 2024/11/30
- 199/474: gnu: python-cmd2: Move to pyproject-build-system., guix-commits, 2024/11/30
- 211/474: gnu: python-numpydoc: Move to pyproject-build-sytem., guix-commits, 2024/11/30
- 207/474: gnu: borgmatic: Move to pyproject-build-system., guix-commits, 2024/11/30
- 231/474: gnu: python-daft: Adjust inputs., guix-commits, 2024/11/30
- 212/474: gnu: python-multidict: Move to pyproject-build-system.,
guix-commits <=
- 230/474: gnu: Remove python-mrkd., guix-commits, 2024/11/30
- 223/474: gnu: Remove python-mistune-next., guix-commits, 2024/11/30
- 213/474: gnu: python-warcio: Move to pyproject-build-system., guix-commits, 2024/11/30
- 379/474: gnu: Remove python-typeguard-4., guix-commits, 2024/11/30
- 388/474: gnu: python-pytest-regressions: Update to 2.5.0., guix-commits, 2024/11/30
- 393/474: gnu: python-anytree: Update to 2.12.0., guix-commits, 2024/11/30
- 399/474: gnu: Add python-pytest-asyncio-0.23., guix-commits, 2024/11/30
- 403/474: gnu: python-uvloop: Update to 0.21.0., guix-commits, 2024/11/30
- 414/474: gnu: Add python-taskgroup., guix-commits, 2024/11/30
- 415/474: gnu: hypercorn: Update to 0.17.3., guix-commits, 2024/11/30