8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 hash = "sha256-ryASD+/Sr+3osAH77y6p2nCtfUn6/bZIkCXa6HRcOu4=";
19 # https://github.com/vaab/colour/pull/66 (but does not merge cleanly)
20 ./remove-unmaintained-d2to1.diff
23 nativeCheckInputs = [ pytestCheckHook ];
26 "--doctest-glob=\"*.rst\""
30 pythonImportsCheck = [ "colour" ];
33 description = "Converts and manipulates common color representation (RGB, HSV, web, ...)";
34 homepage = "https://github.com/vaab/colour";
35 license = licenses.bsd2;