           SPELL=logilab-astng
         VERSION=0.22.0
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://ftp.logilab.org/pub/astng/${SOURCE}
     SOURCE_HASH=sha512:8666e7434be4165f0415c37ed18fe1e9887d726441865c28e9ad009c5c3491ff6e39f7215dbaf742528f8876fcbe48b13b2f86a1b8ff14d50354ef5354bd13ef
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://www.logilab.org/project/$SPELL"
      LICENSE[0]=GPL
         ENTERED=20111006
           SHORT="Python Abstract Syntax Tree New Generation"
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
