diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-12-28 23:01:40 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-31 14:26:17 +0000 |
| commit | 95d9fd22d8dde6d7cabfce1fac77ef2c12c81d4d (patch) | |
| tree | 166714c7027de4b7e81fe26402979a8e45e8a93e /gnu | |
| parent | 46ba3c8c99fbda303560d10ad9fa0787b9d79099 (diff) | |
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>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/version-control.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 61800060809..3a945a2b543 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm | |||
| @@ -2835,12 +2835,12 @@ interface.") | |||
| 2835 | (sha256 | 2835 | (sha256 |
| 2836 | (base32 | 2836 | (base32 |
| 2837 | "09rq3hgbb6qjws0kymnh8lbglsc5yjby3b2bc0savs2agf88j83z")))) | 2837 | "09rq3hgbb6qjws0kymnh8lbglsc5yjby3b2bc0savs2agf88j83z")))) |
| 2838 | (build-system python-build-system) | 2838 | (build-system pyproject-build-system) |
| 2839 | (arguments | 2839 | (arguments |
| 2840 | ;; Tests need mercurial source code. | 2840 | ;; Tests need mercurial source code. |
| 2841 | '(#:tests? #f)) | 2841 | (list #:tests? #f)) |
| 2842 | (propagated-inputs | 2842 | (native-inputs (list python-setuptools)) |
| 2843 | (list mercurial)) | 2843 | (propagated-inputs (list mercurial)) |
| 2844 | (home-page "https://www.mercurial-scm.org/doc/evolution/") | 2844 | (home-page "https://www.mercurial-scm.org/doc/evolution/") |
| 2845 | (synopsis "Flexible evolution of Mercurial history") | 2845 | (synopsis "Flexible evolution of Mercurial history") |
| 2846 | (description "Evolve is a Mercurial extension for faster and safer mutable | 2846 | (description "Evolve is a Mercurial extension for faster and safer mutable |
