[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/14: gnu: python-gevent: Override build backend.
From: |
guix-commits |
Subject: |
04/14: gnu: python-gevent: Override build backend. |
Date: |
Fri, 7 Jan 2022 15:46:25 -0500 (EST) |
lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit 769c14df1510b2cca4d72058e12b9e507800809c
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Fri Jan 7 13:13:20 2022 +0100
gnu: python-gevent: Override build backend.
* gnu/packages/python-xyz.scm (python-gevent)[arguments]: Override
#:build-backend.
---
gnu/packages/python-xyz.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 196f62d2dd..ceaa93a2ce 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15095,6 +15095,9 @@ graphviz.")
(srfi srfi-26)
(guix build utils)
(guix build python-build-system))
+ ;; Override, because python-build-system does not support
colon-separated
+ ;; specifications.
+ #:build-backend "setuptools.build_meta"
#:phases (modify-phases %standard-phases
(add-before 'patch-source-shebangs 'patch-hard-coded-paths
(lambda _
- 05/14: gnu: python-tables: Move flags to #:configure-flags., (continued)
- 05/14: gnu: python-tables: Move flags to #:configure-flags., guix-commits, 2022/01/07
- 10/14: gnu: python-unpaddedbase64: Build using poetry., guix-commits, 2022/01/07
- 06/14: gnu: python-capablerobot-usbhub: Build using python-poetry-core., guix-commits, 2022/01/07
- 11/14: gnu: python-yaspin: Add missing build input., guix-commits, 2022/01/07
- 01/14: gnu: python-tinycss2: Remove custom build process., guix-commits, 2022/01/07
- 14/14: gnu: python-clikit: Add missing build input., guix-commits, 2022/01/07
- 08/14: gnu: python-rich: Build using poetry., guix-commits, 2022/01/07
- 13/14: gnu: python-immutabledict: Add missing build input., guix-commits, 2022/01/07
- 02/14: gnu: python-sphinxcontrib-github-alt: Use flit-core to build., guix-commits, 2022/01/07
- 07/14: gnu: python-argcomplete: Add missing test input., guix-commits, 2022/01/07
- 04/14: gnu: python-gevent: Override build backend.,
guix-commits <=
- 12/14: gnu: python-typer: Add missing build input., guix-commits, 2022/01/07