Archived
1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

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")