10 buildPythonPackage rec {
15 inherit pname version;
16 sha256 = "cd7b2d1018258d7247a71425e9f26463dfb444d411c39569972f4ce586b0c9d8";
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 ];