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:
parent
09091b841b
commit
73b765d64b
1 changed files with 1 additions and 7 deletions
|
@ -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")
|
||||
|
|
Reference in a new issue