10 buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-r04Q6zbt8VM1jYkoGOdJZqKPPxXy4jC1X1d9nJ+fEWY=";
26 propagatedBuildInputs = [
31 pythonImportsCheck = [
36 description = "Push and pull from a Git server using Mercurial";
37 homepage = "https://hg-git.github.io/";
38 license = licenses.gpl2Only;
39 maintainers = with maintainers; [ koral ];