7 buildPythonPackage rec {
10 format = "setuptools";
12 disabled = pythonOlder "3.7";
15 inherit pname version;
16 hash = "sha256-fOcN/uqMM/HYjbRrDv/ukFzDa023Ofa7BwqC3omB0ws=";
19 # Tests are not part of the PyPI releases
22 pythonImportsCheck = [
27 description = "Library to provide human-readable diffs of Python data structures";
28 homepage = "https://sourceforge.net/projects/datadiff/";
29 license = licenses.asl20;
30 maintainers = with maintainers; [ ];