[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
174/222: gnu: python-amqp: Move to pyproject-build-system.
From: |
guix-commits |
Subject: |
174/222: gnu: python-amqp: Move to pyproject-build-system. |
Date: |
Fri, 1 Nov 2024 10:56:46 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 4b099c5dcc64f01fd19e2fc9d2f0648f2e49b490
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 e01e6fb209..bcca7feb8a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20061,18 +20061,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")
- 24/222: gnu: python-jupytext: Update to 1.15.0., (continued)
- 24/222: gnu: python-jupytext: Update to 1.15.0., guix-commits, 2024/11/01
- 61/222: gnu: python-nbclient: Add Setuptools and Wheel., guix-commits, 2024/11/01
- 82/222: gnu: python-prometheus-client: Update to 0.20.0., guix-commits, 2024/11/01
- 94/222: gnu: python-jsonpointer: Update to 1.14., guix-commits, 2024/11/01
- 96/222: gnu: Add python-jupyter-events., guix-commits, 2024/11/01
- 105/222: gnu: python-sparqlkernel: Patch install script., guix-commits, 2024/11/01
- 110/222: gnu: python-openapi-core: Update to 0.19.1., guix-commits, 2024/11/01
- 106/222: gnu: Add python-pathable., guix-commits, 2024/11/01
- 126/222: gnu: python-sphinx-4: Inherit from python-sphinx-5., guix-commits, 2024/11/01
- 134/222: gnu: python-jupyterlab-widgets: Update to 3.0.10., guix-commits, 2024/11/01
- 174/222: gnu: python-amqp: Move to pyproject-build-system.,
guix-commits <=
- 150/222: gnu: python-xcffib: Move to (gnu packages xorg)., guix-commits, 2024/11/01
- 129/222: gnu: python-mistune: Update to 3.0.2., guix-commits, 2024/11/01
- 175/222: gnu: python-sphinx-autodoc-typehints: Move to pyproject-build-system., guix-commits, 2024/11/01
- 180/222: gnu: python-pytest-toolbox: Move to pyproject-build-system., guix-commits, 2024/11/01
- 194/222: gnu: python-autoflake: Update to 2.3.1., guix-commits, 2024/11/01
- 201/222: gnu: python-uqbar: Improve package style., guix-commits, 2024/11/01
- 208/222: gnu: tuir: Move to pyproject-build-system., guix-commits, 2024/11/01
- 209/222: gnu: python-fenics-dijitso: Move to pyproject-build-system., guix-commits, 2024/11/01
- 211/222: gnu: python-numpydoc: Move to pyproject-build-sytem., guix-commits, 2024/11/01
- 214/222: gnu: python-certauth: Move to pyproject-build-system., guix-commits, 2024/11/01