8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 hash = "sha256-Jun1gZYZXv8nuJBnberK1bcTPTLCDgGGd543OeOEVOs=";
18 nativeCheckInputs = [ mercurial ];
23 export TESTTMP=$(mktemp -d)
25 cat <<EOF >$HOME/.hgrc
31 # Shipped tests use the mercurial testing framework, and produce inconsistent results.
32 # Do a quick smoke-test to see if things do what we expect.
54 description = "Enables the “changeset evolution” feature of Mercurial core";
55 homepage = "https://www.mercurial-scm.org/doc/evolution/";
56 maintainers = with maintainers; [
60 license = licenses.gpl2Plus;