From 73b765d64bcc81e42da0843536580d9bcedd275e Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sat, 7 Jan 2023 16:53:57 +0100 Subject: 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(-) (limited to 'gnu') 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 @@ (define-public python-whatever (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") -- cgit v1.2.3