NOTICE: This package has been removed from pkgsrc

./wip/py-astroid, Rebuild a new abstract syntax tree from Pythons ast

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.0.1, Package name: py27-astroid-1.0.1, Maintainer: kamel.derouiche

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 essentially
governed by pylint's needs. It used to be called logilab-astng


Required to run:
[devel/py-logilab-common]

Master sites:

SHA1: 4b0080576174cc0a3519a6c6e9025a8ee853956a
RMD160: 765a0e67c371b563b306b200f2e4fd91fefddc9d
Filesize: 109.958 KB

Version history: (Expand)


CVS history: (Expand)


   2014-03-12 02:30:02 by othyro | Files touched by this commit (10) | Package removed
Log message:
-py-astroid -pylint; imported into HEAD/devel
   2014-01-25 11:38:08 by Thomas Klausner | Files touched by this commit (171) | Package updated
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
   2013-11-14 14:24:32 by Ryosuke Moro | Files touched by this commit (2)
Log message:
fetch expected file

   2013-10-27 21:51:17 by Kamel Derouiche | Files touched by this commit (4)
Log message:
Import py27-astroid-1.0.1 as wip/py-astroid.

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 essentially
governed by pylint's needs. It used to be called logilab-astng