the Fink project is an effort to port
popular Unix programs to Mac OS X
Info2: <<
Package: astng-py%type_pkg[python]
Type: python (2.5 2.6 2.7)
Version: 0.22.0
Revision: 1
Source: http://ftp.logilab.org/pub/astng/logilab-astng-%v.tar.gz
Source-MD5: c7313019626369d32cdc08556f5a87bd
Depends: python%type_pkg[python], logilab-common-py%type_pkg[python]
Description: Python Abstract Syntax Tree New Generation
Maintainer: Kurt Schwehr
Homepage: http://www.logilab.org/projects/astng
DocFiles:
CompileScript: <<
echo Skipping Build
<<
InstallScript: <<
%p/bin/python%type_raw[python] setup.py install --root=%d --prefix=%p
# comes from logilab-common-py
rm %i/lib/python%type_raw[python]/site-packages/logilab/__init__.py
<<
LICENSE: GPL
DescDetail: <<
The aim of this module is to provide a common base representation of
Python source code for projects such as pyreverse or pylint.
It extends classes defined in the compiler.ast module with some
additional methods and attributes. Instance attributes are added by a
builder object, which can either generate extended ast (let's call them
astng ;) by visiting an existant ast tree or by inspecting living
object. Methods are added by monkey patching ast classes.
<<
DescPackaging: <<
Previous versions by Kurt Schwehr
<<
# Info2
<<