[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
105/150: gnu: python-gevent: Override build backend.
From: |
guix-commits |
Subject: |
105/150: gnu: python-gevent: Override build backend. |
Date: |
Sun, 24 Apr 2022 05:12:30 -0400 (EDT) |
lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit 3c85d69b629843140116b0d7feabde6932a5fd58
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 45b3b3ca15..002716b6e2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16103,6 +16103,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 _
- 15/150: gnu: python-file: Remove obsolete #:configure-flags., (continued)
- 15/150: gnu: python-file: Remove obsolete #:configure-flags., guix-commits, 2022/04/24
- 21/150: gnu: python-openpyxl: Fix timestamps before testing., guix-commits, 2022/04/24
- 56/150: gnu: python-lzo: Remove deprecated argument and add test input., guix-commits, 2022/04/24
- 54/150: gnu: Add python-u-msgpack., guix-commits, 2022/04/24
- 48/150: gnu: picard: Remove old build flag., guix-commits, 2022/04/24
- 89/150: gnu: python-pytest-httpbin: Disable tests., guix-commits, 2022/04/24
- 55/150: gnu: Add python-pytest-expect., guix-commits, 2022/04/24
- 81/150: gnu: python-setuptools-scm-git-archive: Disable tests., guix-commits, 2022/04/24
- 79/150: gnu: python-dnspython: Force poetry backend., guix-commits, 2022/04/24
- 108/150: gnu: python-argcomplete: Add missing test input., guix-commits, 2022/04/24
- 105/150: gnu: python-gevent: Override build backend.,
guix-commits <=
- 106/150: gnu: python-tables: Move flags to #:configure-flags., guix-commits, 2022/04/24
- 114/150: gnu: python-immutabledict: Add missing build input., guix-commits, 2022/04/24
- 99/150: gnu: Remove remaining uses of #:use-setuptools?., guix-commits, 2022/04/24
- 123/150: gnu: python-anndata: Remove custom build phases, disable failing test., guix-commits, 2022/04/24
- 135/150: gnu: python-helpdev: Add missing test input., guix-commits, 2022/04/24
- 04/150: gnu: Use %python-build-system-module inside #:imported-modules., guix-commits, 2022/04/24
- 08/150: gnu: python-pypa-build: Replace toml with tomli., guix-commits, 2022/04/24
- 06/150: gnu: Properly bootstrap python-flit-core and python-tomli., guix-commits, 2022/04/24
- 10/150: gnu: python-tomli-w: Remove custom phases., guix-commits, 2022/04/24
- 29/150: gnu: python-pastel: Add missing build system input., guix-commits, 2022/04/24