9 buildPythonPackage rec {
15 inherit pname version;
16 hash = "sha256-CU3X2aX8HMpIVHc+XB/GoxWzO9WzqPRwZJKPrK8EkKg=";
19 nativeBuildInputs = [ setuptools ];
21 nativeCheckInputs = [ pytestCheckHook ];
23 pythonImportsCheck = [
25 "palettable.matplotlib"
30 description = "Library of color palettes";
31 homepage = "https://jiffyclub.github.io/palettable/";
32 changelog = "https://github.com/jiffyclub/palettable/blob/v${version}/CHANGELOG.rst";
33 license = licenses.mit;
34 maintainers = with maintainers; [ psyanticy ];