           SPELL=flake8
         VERSION=6.1.0
          SOURCE="$SPELL-$VERSION.tar.gz"
   SOURCE_URL[0]=https://github.com/PyCQA/$SPELL/archive/refs/tags/$VERSION.tar.gz
     SOURCE_HASH=sha512:a44d245b023acbb89e64071f6cb76f5543e538472a8815fa329a3b3671133cc6f96f246d83877a2a9ac91c32ecdf65858f8edf996efba77906af74b1632b74c8
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE="https://github.com/pycqa/flake8"
      LICENSE[0]="MIT"
         ENTERED=20230815
        KEYWORDS=""
           SHORT="python code style checker"
cat << EOF
Flake8 is a wrapper around these tools:

* PyFlakes
* pycodestyle
* Ned Batchelder's McCabe script

Flake8 runs all the tools by launching the single flake8 command. It displays
the warnings in a per-file, merged output.
EOF
