14 buildPythonPackage rec {
19 disabled = pythonOlder "3.9";
22 inherit pname version;
23 hash = "sha256-uW1g3nlT6Y+1beifo/MOlGxsGL7on/jcAROxSddySHk=";
26 pythonRelaxDeps = [ "pillow" ];
40 doCheck = false; # there are no tests
42 pythonImportsCheck = [ "tilequant" ];
45 description = "Tool for quantizing image colors using tile-based palette restrictions";
46 homepage = "https://github.com/SkyTemple/tilequant";
47 changelog = "https://github.com/SkyTemple/tilequant/releases/tag/${version}";
48 license = licenses.gpl3Plus;
49 maintainers = with maintainers; [ marius851000 ];
50 mainProgram = "tilequant";