[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
174/420: gnu: python-amqp: Move to pyproject-build-system.
From: |
guix-commits |
Subject: |
174/420: gnu: python-amqp: Move to pyproject-build-system. |
Date: |
Tue, 26 Nov 2024 16:28:55 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 5109efedfb336917cc7a18eb658f19bab1c39eab
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Fri May 10 00:53:37 2024 +0200
gnu: python-amqp: Move to pyproject-build-system.
* gnu/packages/python-xyz.scm (python-amqp):
[build-system]: Move to pyproject-build-system.
[arguments]<#:phases>: Remove unneeded field.
<#:test-flags>: Ignore failing test.
Change-Id: I8fb99db7fbd6c669a929b95829f9db2fea0691a5
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/python-xyz.scm | 14 +++-----------
1 file changed, 3 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 13e565440a..ce533a43fb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20139,18 +20139,10 @@ and provides a uniform API regardless of which JSON
implementation is used.")
(uri (pypi-uri "amqp" version))
(sha256
(base32 "1qmmffiy48nady7is8529vxcyqbq88v5zgawqr3fk4q8rkz166rc"))))
- (build-system python-build-system)
+ (build-system pyproject-build-system)
(arguments
- (list
- #:phases
- #~(modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (invoke "pytest" "-vv"
- "-c" "/dev/null" ;take control over pytest options
- ;; Integration tests require network connectivity.
- "--ignore" "t/integration")))))))
+ (list ; Integration tests require network connectivity.
+ #:test-flags '(list "--ignore=t/integration")))
(native-inputs (list python-pytest))
(propagated-inputs (list python-vine))
(home-page "https://github.com/celery/py-amqp";)
- 58/420: gnu: python-pytest-xdist: Add setuptools and wheel., (continued)
- 58/420: gnu: python-pytest-xdist: Add setuptools and wheel., guix-commits, 2024/11/26
- 65/420: gnu: Add python-referencing., guix-commits, 2024/11/26
- 75/420: gnu: Add python-nbclassic., guix-commits, 2024/11/26
- 122/420: gnu: python-lsp-jsonrpc: Update to 1.1.2., guix-commits, 2024/11/26
- 140/420: gnu: python-codespell: Improve package style., guix-commits, 2024/11/26
- 142/420: gnu: python-http-ece: Update to 1.2.0., guix-commits, 2024/11/26
- 147/420: gnu: python-docker-pycreds: Move to pyproject-build-system., guix-commits, 2024/11/26
- 158/420: gnu: python-scikit-rf: Fix tests., guix-commits, 2024/11/26
- 170/420: gnu: behave: Move to pyproject-build-system., guix-commits, 2024/11/26
- 172/420: gnu: python-flask-login: Move to pyproject-build-system., guix-commits, 2024/11/26
- 174/420: gnu: python-amqp: Move to pyproject-build-system.,
guix-commits <=
- 180/420: gnu: python-pytest-toolbox: Move to pyproject-build-system., guix-commits, 2024/11/26
- 186/420: gnu: python-jaraco-packaging: Move to pyproject-build-system., guix-commits, 2024/11/26
- 187/420: gnu: python-jaraco-test: Move to pyproject-build-system., guix-commits, 2024/11/26
- 190/420: gnu: python-sparse: Move to pyproject-build-system., guix-commits, 2024/11/26
- 196/420: gnu: python-flake8-isort: Move to pyproject-build-system., guix-commits, 2024/11/26
- 198/420: gnu: python-rich: Update to 13.7.1., guix-commits, 2024/11/26
- 201/420: gnu: python-uqbar: Improve package style., guix-commits, 2024/11/26
- 208/420: gnu: tuir: Move to pyproject-build-system., guix-commits, 2024/11/26
- 209/420: gnu: python-fenics-dijitso: Move to pyproject-build-system., guix-commits, 2024/11/26
- 217/420: gnu: python-qemu-qmp: Move to pyproject-build-system., guix-commits, 2024/11/26