11 buildPythonPackage rec {
14 format = "setuptools";
16 src = fetchFromGitHub {
20 hash = "sha256-AQykJNvBgVjmPVTwJOX17eKWelqvZZieq/giid8GYAY=";
23 propagatedBuildInputs = [
29 pythonImportsCheck = [ "image_diff" ];
31 nativeCheckInputs = [ pytestCheckHook ];
34 description = "CLI tool for comparing images";
35 mainProgram = "image-diff";
36 homepage = "https://github.com/simonw/image-diff";
37 license = licenses.asl20;
38 maintainers = with maintainers; [ evils ];