inherit python-wheel NAME="python-logilab-astng" VERSION=0.24.3 RELEASE=2 ARCH="noarch" CATEGORY="Python" SUMMARY="Python module to rebuild a abstract syntax tree (AST)" DESCRIPTION="Provides a astng base representation of Python source code for projects such as pychecker, pyreverse, pylint. It provides a compatible representation which comes from the \`_ast\` module. The module rebuilds the generated tree by recursively walking down the AST and building an extended ast (let's call it astng ;). The new node classes have additional methods and attributes for different usages. They include some support for static inference and local name scopes. Furthermore, astng builds partial trees by inspecting living objects." HOMEPAGE="https://pypi.org/project/logilab-astng" SRC_URI="https://files.pythonhosted.org/packages/39/ab/3ecd06a186cfc503d9554fdf858e9a320c747cb76432d02e0e802f9450f0/logilab-astng-0.24.3.tar.gz" SRC_DIR="logilab-astng-${VERSION}" # interferes with get_flags_linker_so in numpy.distutils.fcompiler unset LDFLAGS python2_logilab_astng_CONTENTS="${python2_logilab_astng_CONTENTS}" python3_logilab_astng_CONTENTS="${python3_logilab_astng_CONTENTS}" python2_logilab_astng_OBSOLETES="python-logilab-astng"