1 { lib, buildPythonPackage, fetchPypi, d2to1 }:
3 buildPythonPackage rec {
9 sha256 = "af20120fefd2afede8b001fbef2ea9da70ad7d49fafdb6489025dae8745c3aee";
12 buildInputs = [ d2to1 ];
15 description = "Converts and manipulates common color representation (RGB, HSV, web, ...)";
16 homepage = "https://github.com/vaab/colour";
17 license = licenses.bsd2;