9 buildPythonPackage rec {
10 pname = "material-color-utilities-python";
14 inherit pname version;
15 hash = "sha256-PG8C585wWViFRHve83z3b9NijHyV+iGY2BdMJpyVH64=";
18 pythonRelaxDeps = [ "Pillow" ];
20 propagatedBuildInputs = [
25 # No tests implemented.
28 pythonImportsCheck = [ "material_color_utilities_python" ];
31 homepage = "https://pypi.org/project/material_color_utilities_python";
32 description = "Python port of material_color_utilities used for Material You colors";
33 license = licenses.asl20;
34 maintainers = with maintainers; [ foo-dogsquared ];