1 { stdenv, lib, buildPythonPackage, fetchPypi, pythonRelaxDepsHook, pillow, regex }:
3 buildPythonPackage rec {
4 pname = "material-color-utilities-python";
9 sha256 = "sha256-PG8C585wWViFRHve83z3b9NijHyV+iGY2BdMJpyVH64=";
19 propagatedBuildInputs = [
24 # No tests implemented.
27 pythonImportsCheck = [ "material_color_utilities_python" ];
30 homepage = "https://pypi.org/project/material_color_utilities_python";
31 description = "Python port of material_color_utilities used for Material You colors";
32 license = licenses.asl20;
33 maintainers = with maintainers; [ foo-dogsquared ];