9 buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-0+rCE9hNVt/J45VSrIJGx4YKlAlk6+7YqL5EIvZJK68=";
22 nativeBuildInputs = [ setuptools ];
24 pythonImportsCheck = [ "merge3" ];
27 description = "Python implementation of 3-way merge";
28 mainProgram = "merge3";
29 homepage = "https://github.com/breezy-team/merge3";
30 license = licenses.gpl2Plus;