7 buildPythonPackage rec {
10 format = "setuptools";
12 src = fetchFromGitHub {
14 repo = "color-thief-py";
16 sha256 = "0lzpflal1iqbj4k7hayss5z024qf2sn8c3wxw03a0mgxg06ca2hm";
19 propagatedBuildInputs = [
23 # no tests implemented
26 pythonImportsCheck = [ "colorthief" ];
29 description = "Python module for grabbing the color palette from an image";
30 homepage = "https://github.com/fengsp/color-thief-py";
31 license = licenses.bsd3;
32 maintainers = with maintainers; [ dotlambda ];