           SPELL=astroid
         VERSION=2.12.10
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]="https://pypi.python.org/packages/source/a/$SPELL/$SOURCE"
     SOURCE_HASH=sha512:4c0dd78721b71f55aa226b28fd4f52f65bf9b6a290f55af3ac5e6e6e6c0932619a78522f7b1d41dc8ca6c087148a31d8eaaca11440a01fe483afef989933c625
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="https://github.com/PyCQA/astroid"
      LICENSE[0]=LGPL
         ENTERED=20111006
           SHORT="A abstract syntax tree for Python with inference support"
cat << EOF
The aim of this module is to provide a common base representation of python
source code for projects such as pychecker, pyreverse, pylint... Well, actually
the development of this library is essentialy governed by pylint's needs.

It rebuilds the abstract syntax tree created by the _ast or compiler.ast
module, using ASTNG nodes, and creates additional nodes by inspecting
living object.
EOF
