          MODULE=python2-cycler
         VERSION=0.10.0
          SOURCE=cycler-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/matplotlib/cycler/archive/v$VERSION.tar.gz
      SOURCE_VFY=sha256:b6d217635e03024196225367b1a438996dbbf0271bec488f00584f0e7dc15cfa
SOURCE_DIRECTORY=$BUILD_DIRECTORY/cycler-$VERSION
        WEB_SITE=https://github.com/matplotlib/cycler
            TYPE=python2
         ENTERED=20161121
         UPDATED=20180803
           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
