[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/13: gnu: python-whatever: Use pyproject-build-system.
From: |
guix-commits |
Subject: |
10/13: gnu: python-whatever: Use pyproject-build-system. |
Date: |
Sat, 7 Jan 2023 15:14:31 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit 73b765d64bcc81e42da0843536580d9bcedd275e
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jan 7 16:53:57 2023 +0100
gnu: python-whatever: Use pyproject-build-system.
* gnu/packages/python-xyz.scm (python-whatever)[build-system]: Change to
PYPROJECT-BUILD-SYSTEM.
[arguments]: Remove.
---
gnu/packages/python-xyz.scm | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 014e7632d9..856b554114 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22106,13 +22106,7 @@ files, and Makefiles.")
(file-name (git-file-name name version))
(sha256
(base32 "1q7ajgqjfivxqsqgnhp4lc4p6jxyh4zprcsdbpd6dw54inaf0av5"))))
- (build-system python-build-system)
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda _
- (invoke "py.test"))))))
+ (build-system pyproject-build-system)
(native-inputs
(list python-pytest))
(home-page "https://github.com/Suor/whatever")
- 01/13: gnu: python-setuptools: Add 57.5.0., (continued)
- 01/13: gnu: python-setuptools: Add 57.5.0., guix-commits, 2023/01/07
- 05/13: gnu: Remove python-trollius-redis., guix-commits, 2023/01/07
- 03/13: gnu: python-openid-cla: Add missing inputs., guix-commits, 2023/01/07
- 07/13: gnu: Remove python-pyev., guix-commits, 2023/01/07
- 12/13: gnu: ipxe: Use G-expression., guix-commits, 2023/01/07
- 06/13: gnu: python-capstone: Fix tests., guix-commits, 2023/01/07
- 08/13: gnu: python-pytidylib: Fix failing test., guix-commits, 2023/01/07
- 11/13: gnu: python-funcy: Use pyproject-build-system., guix-commits, 2023/01/07
- 13/13: gnu: ipxe: Enable syslinux only on i686-linux and x86_64-linux., guix-commits, 2023/01/07
- 09/13: gnu: python-gyp: Update to 0.0.0-1.9d09418., guix-commits, 2023/01/07
- 10/13: gnu: python-whatever: Use pyproject-build-system.,
guix-commits <=