cycler: Composable cycles#

Description#

Cycler is a small break-off of matplotlib to deal with “composable cycles”. It is a required dependency of matplotlib 1.5.0.

License#

BSD

Upstream Contact#

cycler is developed on github: https://github.com/matplotlib/cycler

A more informative webpage about cycler, its motivation and usage is at http://tacaswell.github.io/cycler/

Type#

standard

Dependencies#

  • $(PYTHON)

  • $(PYTHON_TOOLCHAIN)

Version Information#

package-version.txt:

0.11.0

install-requires.txt:

cycler >=0.10.0

Equivalent System Packages#

$ sudo pacman -S python-cycler
$ conda install cycler
$ sudo apt-get install python3-cycler
$ sudo yum install python-cycler
$ sudo pkg install devel/py-cycler
$ sudo emerge dev-python/cycler
$ sudo port install py-cycler
$ sudo zypper install python3\$\{PYTHON_MINOR\}-Cycler
$ sudo xbps-install python3-cycler

See https://repology.org/project/cycler/versions, https://repology.org/project/python:cycler/versions

If the system package is installed and if the (experimental) option --enable-system-site-packages is passed to ./configure, then ./configure will check if the system package can be used.