mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06:00
gnu: python-hg-evolve: Switch to pyproject.
* gnu/packages/version-control.scm (python-hg-evolve): [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools. Change-Id: Ibb3988dc6ce39b8bfe3b55808ce01b30df9c3d82 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
46ba3c8c99
commit
95d9fd22d8
1 changed files with 4 additions and 4 deletions
|
|
@ -2835,12 +2835,12 @@ interface.")
|
|||
(sha256
|
||||
(base32
|
||||
"09rq3hgbb6qjws0kymnh8lbglsc5yjby3b2bc0savs2agf88j83z"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
;; Tests need mercurial source code.
|
||||
'(#:tests? #f))
|
||||
(propagated-inputs
|
||||
(list mercurial))
|
||||
(list #:tests? #f))
|
||||
(native-inputs (list python-setuptools))
|
||||
(propagated-inputs (list mercurial))
|
||||
(home-page "https://www.mercurial-scm.org/doc/evolution/")
|
||||
(synopsis "Flexible evolution of Mercurial history")
|
||||
(description "Evolve is a Mercurial extension for faster and safer mutable
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue