1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-07 16:51:31 +02:00

gnu: python-whatever: Use pyproject-build-system.

* gnu/packages/python-xyz.scm (python-whatever)[build-system]: Change to
PYPROJECT-BUILD-SYSTEM.
[arguments]: Remove.
This commit is contained in:
Marius Bakke
2023-01-07 16:53:57 +01:00
parent 09091b841b
commit 73b765d64b
+1 -7
View File
@@ -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")