gnu: python-funcy: Use pyproject-build-system.
* gnu/packages/python-xyz.scm (python-funcy)[build-system]: Change to PYPROJECT-BUILD-SYSTEM. [arguments]: Remove.
This commit is contained in:
parent
73b765d64b
commit
998c8db2a5
1 changed files with 1 additions and 7 deletions
|
@ -22128,13 +22128,7 @@ functions by partial application of operators.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1s98vkjnq3zq71737hn8xa15kssvmy1sfzsll3vrlv53902418mw"))
|
(base32 "1s98vkjnq3zq71737hn8xa15kssvmy1sfzsll3vrlv53902418mw"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
|
||||||
`(#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(replace 'check
|
|
||||||
(lambda _
|
|
||||||
(invoke "py.test"))))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest python-whatever))
|
(list python-pytest python-whatever))
|
||||||
(home-page "https://github.com/Suor/funcy")
|
(home-page "https://github.com/Suor/funcy")
|
||||||
|
|
Reference in a new issue