[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
210/474: gnu: python-pyan3: Move to pyproject-build-system.
From: |
guix-commits |
Subject: |
210/474: gnu: python-pyan3: Move to pyproject-build-system. |
Date: |
Sat, 30 Nov 2024 18:20:21 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit cf10f03e8ebffb8698a72553eef5044b0e297e97
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Fri May 10 00:54:17 2024 +0200
gnu: python-pyan3: Move to pyproject-build-system.
* gnu/packages/python-xyz.scm (python-pyan3):
[build-system]: Move to pyproject-build-system.
[arguments]: Remove uneeded field.
Change-Id: I9f9f15ffd5a97666a410af56f02b573b55e45351
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/python-xyz.scm | 12 +-----------
1 file changed, 1 insertion(+), 11 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c07a3f19bd..72612e6bc5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -35397,17 +35397,7 @@ functions defined in POSIX.1-2001 and POSIX.1-2008.")
"1367x25rcy2y8f0x9c2dbxl2qgdln3arr7ddyzybz2c28g6jrv5z"))
(patches (search-patches "python-pyan3-fix-positional-arguments.patch"
"python-pyan3-fix-absolute-path-bug.patch"))))
- (build-system python-build-system)
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- ;; Extend PYTHONPATH so the built package will be found.
- (setenv "GUIX_PYTHONPATH"
- (string-append (getcwd) ":" (getenv "GUIX_PYTHONPATH")))
- (invoke "pytest")))))))
+ (build-system pyproject-build-system)
(native-inputs
(list python-pytest python-pytest-cov python-wheel))
(propagated-inputs
- 95/474: gnu: python-notebook: Update to 6.5.7., (continued)
- 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, 2024/11/30
- 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 <=
- 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
- 245/474: gnu: nikola: Fix build., guix-commits, 2024/11/30
- 262/474: gnu: python-urwid: Update to 2.6.16., guix-commits, 2024/11/30
- 256/474: gnu: python-defusedxml: Update to 0.7.1., guix-commits, 2024/11/30
- 248/474: gnu: Add python-pytest-html., guix-commits, 2024/11/30
- 276/474: gnu: python-quadpy: Adjust inputs., guix-commits, 2024/11/30
- 288/474: gnu: Remove python-poetry-core-1.0., guix-commits, 2024/11/30
- 293/474: gnu: Remove python-pyproject-metadata-0.7., guix-commits, 2024/11/30