11 buildPythonPackage rec {
16 disabled = pythonOlder "3.8";
19 inherit pname version;
20 hash = "sha256-wJELH4ADZt1+xikj5dBuiwahvZEgVpocJ/TyRGucaKI=";
23 build-system = [ setuptools ];
30 nativeCheckInputs = [ pytestCheckHook ];
32 pythonImportsCheck = [ "xmldiff" ];
35 description = "Creates diffs of XML files";
36 homepage = "https://github.com/Shoobx/xmldiff";
37 changelog = "https://github.com/Shoobx/xmldiff/blob/master/CHANGES.rst";
38 license = licenses.mit;
39 maintainers = with maintainers; [ sfrijters ];