12 buildPythonPackage rec {
17 disabled = pythonOlder "3.6";
19 # Test fixtures are stored in LFS
21 url = "https://github.com/whtsky/pixelmatch-py";
23 hash = "sha256-/zRQhwz+HjT0Hs4CunsqHxHWEtoIH9qMBowRb0Pps6Y=";
39 # Incompatible types in assignment
44 pythonImportsCheck = [
49 description = "Pixel-level image comparison library";
50 homepage = "https://github.com/whtsky/pixelmatch-py";
51 license = licenses.isc;
52 maintainers = with maintainers; [ ];