1 { lib, buildPythonPackage, fetchPypi, diff-match-patch }:
3 buildPythonPackage rec {
9 sha256 = "0w6rv7rv1zm901wbjkmm6d3vkwyf3csja9p37bb60mar8khszxk0";
12 propagatedBuildInputs = [ diff-match-patch ];
14 dontUseSetuptoolsCheck = true;
16 pythonImportsCheck = [ "three_merge" ];
19 description = "Simple library for merging two strings with respect to a base one";
20 homepage = "https://github.com/spyder-ide/three-merge";
21 license = licenses.mit;
22 maintainers = with maintainers; [ ];