{% set version = "0.11.0" %} package: name: cycler version: {{ version }} source: url: https://pypi.io/packages/source/c/cycler/cycler-{{ version }}.tar.gz sha256: 9c87405839a19696e837b3b818fed3f5f69f16f1eec1a1ad77e043dcea9c772f build: number: 0 noarch: python script: {{ PYTHON }} -m pip install . -vv requirements: host: - python >=3.6 - pip run: - python >=3.6 test: imports: - cycler commands: - pip check requires: - pip about: home: http://github.com/matplotlib/cycler license: BSD-3-Clause license_file: LICENSE summary: Composable style cycles extra: recipe-maintainers: - pelson - tacaswell - jankatins - ocefpaf