[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
174/474: gnu: python-amqp: Move to pyproject-build-system.
From: |
guix-commits |
Subject: |
174/474: gnu: python-amqp: Move to pyproject-build-system. |
Date: |
Sat, 30 Nov 2024 18:20:13 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 1530a61c82465504522aafc5c6ff3fb3d583b275
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 f254937186..81b55288b8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20162,18 +20162,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")
- 86/474: gnu: python-jupyter-core: Update to 5.7.2., (continued)
- 86/474: gnu: python-jupyter-core: Update to 5.7.2., guix-commits, 2024/11/30
- 85/474: gnu: python-pyzmq: Use Tornado 6., guix-commits, 2024/11/30
- 88/474: gnu: python-ipykernel: Set environment variable., guix-commits, 2024/11/30
- 89/474: gnu: python-nbformat: Update to 5.10.4., guix-commits, 2024/11/30
- 90/474: gnu: python-nbconvert: Use pyproject-build-system., guix-commits, 2024/11/30
- 91/474: gnu: python-trio: Use pyproject-build-system., guix-commits, 2024/11/30
- 92/474: gnu: python-jupyter-client: Update to 7.4.4., guix-commits, 2024/11/30
- 95/474: gnu: python-notebook: Update to 6.5.7., guix-commits, 2024/11/30
- 101/474: gnu: python-openapi-schema-validator: Update to 0.6.2., guix-commits, 2024/11/30
- 144/474: gnu: python-aionotify: Update to 0.3.0., guix-commits, 2024/11/30
- 174/474: gnu: python-amqp: Move to pyproject-build-system.,
guix-commits <=
- 151/474: gnu: qtile: Update to 0.23.0., guix-commits, 2024/11/30
- 168/474: gnu: python-cbor2: Move to pyproject-build-system., guix-commits, 2024/11/30
- 177/474: gnu: abjad-ext-rmakers: Update to 3.19., guix-commits, 2024/11/30
- 185/474: gnu: python-jaraco-functools: Move to pyproject-build-system., guix-commits, 2024/11/30
- 193/474: gnu: python-apprise: Improve package style., guix-commits, 2024/11/30
- 198/474: gnu: python-rich: Update to 13.7.1., guix-commits, 2024/11/30
- 210/474: gnu: python-pyan3: Move to pyproject-build-system., guix-commits, 2024/11/30
- 238/474: gnu: python-parameterized-next: Adjust inputs., guix-commits, 2024/11/30
- 229/474: gnu: Remove python-m2r., guix-commits, 2024/11/30
- 232/474: gnu: python-django-4.2: Adjust inputs., guix-commits, 2024/11/30