8 buildPythonPackage rec {
9 pname = "colorspacious";
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "065n24zbm9ymy2gvf03vx5cggk1258vcjdaw8jn9v26arpl7542y";
18 propagatedBuildInputs = [ numpy ];
21 homepage = "https://github.com/njsmith/colorspacious";
22 description = "Powerful, accurate, and easy-to-use Python library for doing colorspace conversions";
23 license = lib.licenses.mit;
24 maintainers = with lib.maintainers; [ tbenst ];