10 buildPythonPackage rec {
15 inherit pname version;
16 sha256 = "9c87405839a19696e837b3b818fed3f5f69f16f1eec1a1ad77e043dcea9c772f";
19 checkInputs = [ coverage nose ];
20 propagatedBuildInputs = [ six ];
23 ${python.interpreter} run_tests.py
26 # Tests were not included in release.
27 # https://github.com/matplotlib/cycler/issues/31
31 description = "Composable style cycles";
32 homepage = "https://github.com/matplotlib/cycler";
33 license = lib.licenses.bsd3;
34 maintainers = with lib.maintainers; [ fridh ];