6 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "b8fb7246ab46e1f5e6715649453c1762e245a515de5ff2d2b4aab7a6e67fa4e2";
16 # no tests included in distributed archive
20 homepage = "https://github.com/jackparmer/colorlover";
21 description = "Color scales in Python for humans";
22 license = licenses.mit;
23 maintainers = with maintainers; [ ];