           SPELL=pyflakes
         VERSION=0.8.1
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://launchpad.net/${SPELL}/main/${VERSION}/+download/${SOURCE}
     SOURCE_HASH=sha512:b9843637891f3e82a8430121395ceb4ec5df48b5ba73b96a307ebcb4a393e8cebee1681e094ee1f71a85b58bd2f32562b78fbd61d3fa85634f3ac448b1244637
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="https://launchpad.net/pyflakes"
      LICENSE[0]="MIT"
         ENTERED=20141107
        KEYWORDS=""
           SHORT="passive checker of Python programs"
cat << EOF
A simple program which checks Python source files for errors.

Pyflakes analyzes programs and detects various errors. It works by parsing
the source file, not importing it, so it is safe to use on modules with side
effects. It's also much faster.

It is available on PyPI and it supports all active versions of Python from
2.5 to 3.4.
EOF
