7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "b8fb7246ab46e1f5e6715649453c1762e245a515de5ff2d2b4aab7a6e67fa4e2";
17 # no tests included in distributed archive
21 homepage = "https://github.com/jackparmer/colorlover";
22 description = "Color scales in Python for humans";
23 license = licenses.mit;