12 buildPythonPackage rec {
14 version = "0.4.1.post0";
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
23 hash = "sha256-7vU/AYnX7deOH3PjrseRIj9BUJMWzDlwR3UcMpBRyfc=";
24 fetchSubmodules = true;
31 propagatedBuildInputs = [
38 doCheck = false; # there are no tests
40 pythonImportsCheck = [
45 description = "Tool for quantizing image colors using tile-based palette restrictions";
46 homepage = "https://github.com/SkyTemple/tilequant";
47 license = licenses.gpl3Plus;
48 maintainers = with maintainers; [ marius851000 xfix ];