7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 hash = "sha256-ryASD+/Sr+3osAH77y6p2nCtfUn6/bZIkCXa6HRcOu4=";
18 # https://github.com/vaab/colour/pull/66 (but does not merge cleanly)
19 ./remove-unmaintained-d2to1.diff
27 "--doctest-glob=\"*.rst\""
31 pythonImportsCheck = [
36 description = "Converts and manipulates common color representation (RGB, HSV, web, ...)";
37 homepage = "https://github.com/vaab/colour";
38 license = licenses.bsd2;