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:
Nicolas Graves 2025-12-28 23:01:40 +01:00 committed by Sharlatan Hellseher
parent 46ba3c8c99
commit 95d9fd22d8
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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