Re: ITP: python-logilab-astng -- Python module to rebuild a abstract syntax tree (AST)

2012-10-20 Thread marco atzeri

On 9/23/2012 3:14 PM, Jari Aalto wrote:

wget --recursive --no-host-directories --cut-dirs=3 \
 
http://cante.net/~jaalto/tmp/cygwin/python-logilab-astng/logilab-astng-0.23.1-1.tar.bz2
 \
 
http://cante.net/~jaalto/tmp/cygwin/python-logilab-astng/python-logilab-astng-0.23.1-1-src.tar.bz2
 \
 
http://cante.net/~jaalto/tmp/cygwin/python-logilab-astng/python-logilab-astng-0.23.1-1.tar.bz2
 \
 http://cante.net/~jaalto/tmp/cygwin/python-logilab-astng/setup.hint
|
Included in Debian:

   http://packages.debian.org/python-logilab-astng

To check packaging:

   tar -xf *-src.tar.bz2
   ./*.sh --color --verbose all

Notes:

   This Python module is prerequite for pylint

Jari

[ setup.hint ]



packages fine
GTG



ITP: python-logilab-astng -- Python module to rebuild a abstract syntax tree (AST)

2012-09-23 Thread Jari Aalto
wget --recursive --no-host-directories --cut-dirs=3 \

http://cante.net/~jaalto/tmp/cygwin/python-logilab-astng/logilab-astng-0.23.1-1.tar.bz2
 \

http://cante.net/~jaalto/tmp/cygwin/python-logilab-astng/python-logilab-astng-0.23.1-1-src.tar.bz2
 \

http://cante.net/~jaalto/tmp/cygwin/python-logilab-astng/python-logilab-astng-0.23.1-1.tar.bz2
 \
http://cante.net/~jaalto/tmp/cygwin/python-logilab-astng/setup.hint
|
Included in Debian:

  http://packages.debian.org/python-logilab-astng

To check packaging:

  tar -xf *-src.tar.bz2
  ./*.sh --color --verbose all

Notes:

  This Python module is prerequite for pylint

Jari

[ setup.hint ]

sdesc: Python module to rebuild a abstract syntax tree (AST)
ldesc: Provides a common 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.
category: Python
requires: python