          MODULE=python-cycler
         VERSION=0.12.1
          SOURCE=cycler-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/matplotlib/cycler/archive/v$VERSION.tar.gz
      SOURCE_VFY=sha256:e83c1956b154ceb252c32e079ac7a95860a76c9ce894858dd082cc881008cae0
SOURCE_DIRECTORY=$BUILD_DIRECTORY/cycler-$VERSION
        WEB_SITE=https://github.com/matplotlib/cycler
        REPLACES=cycler
         ENTERED=20161121
         UPDATED=20240218
           SHORT="A composable cycles for Python"

cat << EOF
When plotting more than one line it is common to want to be able to cycle over
one or more artist styles.

The plotting logic can quickly become very involved.
To address this and allow easy cycling over arbitrary kwargs the Cycler class,
a composable kwarg iterator, was developed.
EOF
