Import py25-logilab-astng-0.19.0 as wip/py-logilab-astng.

The aim of this module is to provide a common base representation of
Python source code for projects such as pyreverse or pylint.
This commit is contained in:
Kamel Ibn Aziz Derouiche 2009-06-17 23:28:15 +00:00 committed by Thomas Klausner
parent dfb08a7ae5
commit c3bbe6eaa3
4 changed files with 186 additions and 0 deletions

2
py-logilab-astng/DESCR Normal file
View file

@ -0,0 +1,2 @@
The aim of this module is to provide a common base representation of
Python source code for projects such as pyreverse or pylint.

20
py-logilab-astng/Makefile Normal file
View file

@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.1.1.1 2009/06/17 23:28:15 jihbed Exp $
#
DISTNAME= logilab-astng-0.19.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= http://ftp.logilab.org/pub/astng/
MAINTAINER= kamel.derouiche@gmail.com
HOMEPAGE= http://www.logilab.org/project/logilab-astng
COMMENT= Extend Python abstract syntax tree
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../wip/py-logilab-common/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

159
py-logilab-astng/PLIST Normal file
View file

@ -0,0 +1,159 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2009/06/17 23:28:15 jihbed Exp $
${PYSITELIB}/logilab/__init__.py
${PYSITELIB}/logilab/astng/__init__.py
${PYSITELIB}/logilab/astng/__init__.pyc
${PYSITELIB}/logilab/astng/__init__.pyo
${PYSITELIB}/logilab/astng/__pkginfo__.py
${PYSITELIB}/logilab/astng/__pkginfo__.pyc
${PYSITELIB}/logilab/astng/__pkginfo__.pyo
${PYSITELIB}/logilab/astng/_exceptions.py
${PYSITELIB}/logilab/astng/_exceptions.pyc
${PYSITELIB}/logilab/astng/_exceptions.pyo
${PYSITELIB}/logilab/astng/_nodes_ast.py
${PYSITELIB}/logilab/astng/_nodes_ast.pyc
${PYSITELIB}/logilab/astng/_nodes_ast.pyo
${PYSITELIB}/logilab/astng/_nodes_compiler.py
${PYSITELIB}/logilab/astng/_nodes_compiler.pyc
${PYSITELIB}/logilab/astng/_nodes_compiler.pyo
${PYSITELIB}/logilab/astng/builder.py
${PYSITELIB}/logilab/astng/builder.pyc
${PYSITELIB}/logilab/astng/builder.pyo
${PYSITELIB}/logilab/astng/inference.py
${PYSITELIB}/logilab/astng/inference.pyc
${PYSITELIB}/logilab/astng/inference.pyo
${PYSITELIB}/logilab/astng/infutils.py
${PYSITELIB}/logilab/astng/infutils.pyc
${PYSITELIB}/logilab/astng/infutils.pyo
${PYSITELIB}/logilab/astng/inspector.py
${PYSITELIB}/logilab/astng/inspector.pyc
${PYSITELIB}/logilab/astng/inspector.pyo
${PYSITELIB}/logilab/astng/lookup.py
${PYSITELIB}/logilab/astng/lookup.pyc
${PYSITELIB}/logilab/astng/lookup.pyo
${PYSITELIB}/logilab/astng/manager.py
${PYSITELIB}/logilab/astng/manager.pyc
${PYSITELIB}/logilab/astng/manager.pyo
${PYSITELIB}/logilab/astng/nodes.py
${PYSITELIB}/logilab/astng/nodes.pyc
${PYSITELIB}/logilab/astng/nodes.pyo
${PYSITELIB}/logilab/astng/nodes_as_string.py
${PYSITELIB}/logilab/astng/nodes_as_string.pyc
${PYSITELIB}/logilab/astng/nodes_as_string.pyo
${PYSITELIB}/logilab/astng/patchcomptransformer.py
${PYSITELIB}/logilab/astng/patchcomptransformer.pyc
${PYSITELIB}/logilab/astng/patchcomptransformer.pyo
${PYSITELIB}/logilab/astng/protocols.py
${PYSITELIB}/logilab/astng/protocols.pyc
${PYSITELIB}/logilab/astng/protocols.pyo
${PYSITELIB}/logilab/astng/raw_building.py
${PYSITELIB}/logilab/astng/raw_building.pyc
${PYSITELIB}/logilab/astng/raw_building.pyo
${PYSITELIB}/logilab/astng/rebuilder.py
${PYSITELIB}/logilab/astng/rebuilder.pyc
${PYSITELIB}/logilab/astng/rebuilder.pyo
${PYSITELIB}/logilab/astng/scoped_nodes.py
${PYSITELIB}/logilab/astng/scoped_nodes.pyc
${PYSITELIB}/logilab/astng/scoped_nodes.pyo
${PYSITELIB}/logilab/astng/test/__init__.py
${PYSITELIB}/logilab/astng/test/__init__.pyc
${PYSITELIB}/logilab/astng/test/__init__.pyo
${PYSITELIB}/logilab/astng/test/data/MyPyPa-0.1.0-py2.5.egg
${PYSITELIB}/logilab/astng/test/data/MyPyPa-0.1.0-py2.5.zip
${PYSITELIB}/logilab/astng/test/data/SSL1/Connection1.py
${PYSITELIB}/logilab/astng/test/data/SSL1/Connection1.pyc
${PYSITELIB}/logilab/astng/test/data/SSL1/Connection1.pyo
${PYSITELIB}/logilab/astng/test/data/SSL1/__init__.py
${PYSITELIB}/logilab/astng/test/data/SSL1/__init__.pyc
${PYSITELIB}/logilab/astng/test/data/SSL1/__init__.pyo
${PYSITELIB}/logilab/astng/test/data/__init__.py
${PYSITELIB}/logilab/astng/test/data/__init__.pyc
${PYSITELIB}/logilab/astng/test/data/__init__.pyo
${PYSITELIB}/logilab/astng/test/data/all.py
${PYSITELIB}/logilab/astng/test/data/all.pyc
${PYSITELIB}/logilab/astng/test/data/all.pyo
${PYSITELIB}/logilab/astng/test/data/appl/__init__.py
${PYSITELIB}/logilab/astng/test/data/appl/__init__.pyc
${PYSITELIB}/logilab/astng/test/data/appl/__init__.pyo
${PYSITELIB}/logilab/astng/test/data/appl/myConnection.py
${PYSITELIB}/logilab/astng/test/data/appl/myConnection.pyc
${PYSITELIB}/logilab/astng/test/data/appl/myConnection.pyo
${PYSITELIB}/logilab/astng/test/data/format.py
${PYSITELIB}/logilab/astng/test/data/format.pyc
${PYSITELIB}/logilab/astng/test/data/format.pyo
${PYSITELIB}/logilab/astng/test/data/module.py
${PYSITELIB}/logilab/astng/test/data/module.pyc
${PYSITELIB}/logilab/astng/test/data/module.pyo
${PYSITELIB}/logilab/astng/test/data/module2.py
${PYSITELIB}/logilab/astng/test/data/module2.pyc
${PYSITELIB}/logilab/astng/test/data/module2.pyo
${PYSITELIB}/logilab/astng/test/data/noendingnewline.py
${PYSITELIB}/logilab/astng/test/data/noendingnewline.pyc
${PYSITELIB}/logilab/astng/test/data/noendingnewline.pyo
${PYSITELIB}/logilab/astng/test/data/nonregr.py
${PYSITELIB}/logilab/astng/test/data/nonregr.pyc
${PYSITELIB}/logilab/astng/test/data/nonregr.pyo
${PYSITELIB}/logilab/astng/test/data/notall.py
${PYSITELIB}/logilab/astng/test/data/notall.pyc
${PYSITELIB}/logilab/astng/test/data/notall.pyo
${PYSITELIB}/logilab/astng/test/data2/__init__.py
${PYSITELIB}/logilab/astng/test/data2/__init__.pyc
${PYSITELIB}/logilab/astng/test/data2/__init__.pyo
${PYSITELIB}/logilab/astng/test/data2/clientmodule_test.py
${PYSITELIB}/logilab/astng/test/data2/clientmodule_test.pyc
${PYSITELIB}/logilab/astng/test/data2/clientmodule_test.pyo
${PYSITELIB}/logilab/astng/test/data2/suppliermodule_test.py
${PYSITELIB}/logilab/astng/test/data2/suppliermodule_test.pyc
${PYSITELIB}/logilab/astng/test/data2/suppliermodule_test.pyo
${PYSITELIB}/logilab/astng/test/regrtest.py
${PYSITELIB}/logilab/astng/test/regrtest.pyc
${PYSITELIB}/logilab/astng/test/regrtest.pyo
${PYSITELIB}/logilab/astng/test/regrtest_data/descriptor_crash.py
${PYSITELIB}/logilab/astng/test/regrtest_data/import_package_subpackage_module.py
${PYSITELIB}/logilab/astng/test/regrtest_data/package/__init__.py
${PYSITELIB}/logilab/astng/test/regrtest_data/package/subpackage/__init__.py
${PYSITELIB}/logilab/astng/test/regrtest_data/package/subpackage/module.py
${PYSITELIB}/logilab/astng/test/unittest_builder.py
${PYSITELIB}/logilab/astng/test/unittest_builder.pyc
${PYSITELIB}/logilab/astng/test/unittest_builder.pyo
${PYSITELIB}/logilab/astng/test/unittest_inference.py
${PYSITELIB}/logilab/astng/test/unittest_inference.pyc
${PYSITELIB}/logilab/astng/test/unittest_inference.pyo
${PYSITELIB}/logilab/astng/test/unittest_inspector.py
${PYSITELIB}/logilab/astng/test/unittest_inspector.pyc
${PYSITELIB}/logilab/astng/test/unittest_inspector.pyo
${PYSITELIB}/logilab/astng/test/unittest_lookup.py
${PYSITELIB}/logilab/astng/test/unittest_lookup.pyc
${PYSITELIB}/logilab/astng/test/unittest_lookup.pyo
${PYSITELIB}/logilab/astng/test/unittest_manager.py
${PYSITELIB}/logilab/astng/test/unittest_manager.pyc
${PYSITELIB}/logilab/astng/test/unittest_manager.pyo
${PYSITELIB}/logilab/astng/test/unittest_nodes.py
${PYSITELIB}/logilab/astng/test/unittest_nodes.pyc
${PYSITELIB}/logilab/astng/test/unittest_nodes.pyo
${PYSITELIB}/logilab/astng/test/unittest_scoped_nodes.py
${PYSITELIB}/logilab/astng/test/unittest_scoped_nodes.pyc
${PYSITELIB}/logilab/astng/test/unittest_scoped_nodes.pyo
${PYSITELIB}/logilab/astng/test/unittest_utils.py
${PYSITELIB}/logilab/astng/test/unittest_utils.pyc
${PYSITELIB}/logilab/astng/test/unittest_utils.pyo
${PYSITELIB}/logilab/astng/utils.py
${PYSITELIB}/logilab/astng/utils.pyc
${PYSITELIB}/logilab/astng/utils.pyo
${PYSITELIB}/logilab_astng-0.19.0-py2.5-nspkg.pth
${PYSITELIB}/logilab_astng-0.19.0-py2.5.egg-info/PKG-INFO
${PYSITELIB}/logilab_astng-0.19.0-py2.5.egg-info/SOURCES.txt
${PYSITELIB}/logilab_astng-0.19.0-py2.5.egg-info/dependency_links.txt
${PYSITELIB}/logilab_astng-0.19.0-py2.5.egg-info/namespace_packages.txt
${PYSITELIB}/logilab_astng-0.19.0-py2.5.egg-info/requires.txt
${PYSITELIB}/logilab_astng-0.19.0-py2.5.egg-info/top_level.txt
@dirrm ${PYSITELIB}/logilab_astng-${PKGVERSION}-py2.5.egg-info
@dirrm ${PYSITELIB}/logilab/astng/test/regrtest_data/package/subpackage
@dirrm ${PYSITELIB}/logilab/astng/test/regrtest_data/package
@dirrm ${PYSITELIB}/logilab/astng/test/regrtest_data
@dirrm ${PYSITELIB}/logilab/astng/test/data2
@dirrm ${PYSITELIB}/logilab/astng/test/data/appl
@dirrm ${PYSITELIB}/logilab/astng/test/data/SSL1
@dirrm ${PYSITELIB}/logilab/astng/test/data
@dirrm ${PYSITELIB}/logilab/astng/test
@dirrm ${PYSITELIB}/logilab/astng
@dirrm ${PYSITELIB}/logilab

View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2009/06/17 23:28:15 jihbed Exp $
SHA1 (logilab-astng-0.19.0.tar.gz) = 87fe682ec98599c0088f228ba94cb50a7ed99466
RMD160 (logilab-astng-0.19.0.tar.gz) = c9b4a2eabcd28e959315af33215d1620b405c475
Size (logilab-astng-0.19.0.tar.gz) = 86939 bytes