- Update to 0.21.1

PR:		ports/154164
Submitted by:	Li-Wen Hsu <lwhsu@FreeBSD.org>
Feature safe:	yes
This commit is contained in:
Marcus von Appen 2011-01-29 14:13:29 +00:00
parent 6ed39f8fe7
commit e8561b52d3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268374
3 changed files with 35 additions and 74 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= astng
PORTVERSION= 0.20.4
PORTVERSION= 0.21.1
CATEGORIES= devel python
MASTER_SITES= LOGILAB
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,2 +1,2 @@
SHA256 (logilab-astng-0.20.4.tar.gz) = 724036cbb51588caafd77fa690af5a0a7025c97915c686ee36ba311ac211d35f
SIZE (logilab-astng-0.20.4.tar.gz) = 108195
SHA256 (logilab-astng-0.21.1.tar.gz) = c768ab38a16671e1b9f6b6b24420bd467c1d203a409ad4da9fcf6c9bf9161767
SIZE (logilab-astng-0.21.1.tar.gz) = 99422

View File

@ -4,15 +4,6 @@
%%PYTHON_SITELIBDIR%%/logilab/astng/__pkginfo__.py
%%PYTHON_SITELIBDIR%%/logilab/astng/__pkginfo__.pyc
%%PYTHON_SITELIBDIR%%/logilab/astng/__pkginfo__.pyo
%%PYTHON_SITELIBDIR%%/logilab/astng/_exceptions.py
%%PYTHON_SITELIBDIR%%/logilab/astng/_exceptions.pyc
%%PYTHON_SITELIBDIR%%/logilab/astng/_exceptions.pyo
%%PYTHON_SITELIBDIR%%/logilab/astng/_nodes_ast.py
%%PYTHON_SITELIBDIR%%/logilab/astng/_nodes_ast.pyc
%%PYTHON_SITELIBDIR%%/logilab/astng/_nodes_ast.pyo
%%PYTHON_SITELIBDIR%%/logilab/astng/_nodes_compiler.py
%%PYTHON_SITELIBDIR%%/logilab/astng/_nodes_compiler.pyc
%%PYTHON_SITELIBDIR%%/logilab/astng/_nodes_compiler.pyo
%%PYTHON_SITELIBDIR%%/logilab/astng/as_string.py
%%PYTHON_SITELIBDIR%%/logilab/astng/as_string.pyc
%%PYTHON_SITELIBDIR%%/logilab/astng/as_string.pyo
@ -22,6 +13,9 @@
%%PYTHON_SITELIBDIR%%/logilab/astng/builder.py
%%PYTHON_SITELIBDIR%%/logilab/astng/builder.pyc
%%PYTHON_SITELIBDIR%%/logilab/astng/builder.pyo
%%PYTHON_SITELIBDIR%%/logilab/astng/exceptions.py
%%PYTHON_SITELIBDIR%%/logilab/astng/exceptions.pyc
%%PYTHON_SITELIBDIR%%/logilab/astng/exceptions.pyo
%%PYTHON_SITELIBDIR%%/logilab/astng/inference.py
%%PYTHON_SITELIBDIR%%/logilab/astng/inference.pyc
%%PYTHON_SITELIBDIR%%/logilab/astng/inference.pyo
@ -40,9 +34,6 @@
%%PYTHON_SITELIBDIR%%/logilab/astng/nodes.py
%%PYTHON_SITELIBDIR%%/logilab/astng/nodes.pyc
%%PYTHON_SITELIBDIR%%/logilab/astng/nodes.pyo
%%PYTHON_SITELIBDIR%%/logilab/astng/patchcomptransformer.py
%%PYTHON_SITELIBDIR%%/logilab/astng/patchcomptransformer.pyc
%%PYTHON_SITELIBDIR%%/logilab/astng/patchcomptransformer.pyo
%%PYTHON_SITELIBDIR%%/logilab/astng/protocols.py
%%PYTHON_SITELIBDIR%%/logilab/astng/protocols.pyc
%%PYTHON_SITELIBDIR%%/logilab/astng/protocols.pyo
@ -55,9 +46,32 @@
%%PYTHON_SITELIBDIR%%/logilab/astng/scoped_nodes.py
%%PYTHON_SITELIBDIR%%/logilab/astng/scoped_nodes.pyc
%%PYTHON_SITELIBDIR%%/logilab/astng/scoped_nodes.pyo
%%PYTHON_SITELIBDIR%%/logilab/astng/utils.py
%%PYTHON_SITELIBDIR%%/logilab/astng/utils.pyc
%%PYTHON_SITELIBDIR%%/logilab/astng/utils.pyo
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/MyPyPa-0.1.0-py2.5.egg
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/MyPyPa-0.1.0-py2.5.zip
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/SSL1/Connection1.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/SSL1/__init__.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/__init__.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/all.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/appl/__init__.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/appl/myConnection.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/format.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/module.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/module2.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/noendingnewline.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/nonregr.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/notall.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data2/__init__.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data2/clientmodule_test.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data2/suppliermodule_test.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/regrtest_data/absimp/__init__.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/regrtest_data/absimp/sidepackage/__init__.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/regrtest_data/descriptor_crash.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/regrtest_data/package/__init__.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/regrtest_data/package/absimport.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/regrtest_data/package/hello.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/regrtest_data/package/import_package_subpackage_module.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/regrtest_data/package/subpackage/__init__.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/regrtest_data/package/subpackage/module.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/unittest_builder.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/unittest_builder.pyc
%%PYTHON_SITELIBDIR%%/logilab/astng/test/unittest_builder.pyo
@ -85,62 +99,9 @@
%%PYTHON_SITELIBDIR%%/logilab/astng/test/unittest_utils.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/unittest_utils.pyc
%%PYTHON_SITELIBDIR%%/logilab/astng/test/unittest_utils.pyo
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data2/__init__.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data2/__init__.pyc
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data2/__init__.pyo
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data2/clientmodule_test.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data2/clientmodule_test.pyc
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data2/clientmodule_test.pyo
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data2/suppliermodule_test.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data2/suppliermodule_test.pyc
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data2/suppliermodule_test.pyo
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/__init__.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/__init__.pyc
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/__init__.pyo
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/MyPyPa-0.1.0-py2.5.egg
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/MyPyPa-0.1.0-py2.5.zip
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/all.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/all.pyc
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/all.pyo
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/format.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/format.pyc
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/format.pyo
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/module.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/module.pyc
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/module.pyo
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/module2.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/module2.pyc
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/module2.pyo
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/noendingnewline.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/noendingnewline.pyc
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/noendingnewline.pyo
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/nonregr.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/nonregr.pyc
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/nonregr.pyo
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/notall.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/notall.pyc
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/notall.pyo
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/appl/__init__.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/appl/__init__.pyc
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/appl/__init__.pyo
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/appl/myConnection.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/appl/myConnection.pyc
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/appl/myConnection.pyo
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/SSL1/__init__.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/SSL1/__init__.pyc
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/SSL1/__init__.pyo
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/SSL1/Connection1.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/SSL1/Connection1.pyc
%%PYTHON_SITELIBDIR%%/logilab/astng/test/data/SSL1/Connection1.pyo
%%PYTHON_SITELIBDIR%%/logilab/astng/test/regrtest_data/absimp/__init__.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/regrtest_data/absimp/sidepackage/__init__.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/regrtest_data/descriptor_crash.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/regrtest_data/package/__init__.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/regrtest_data/package/absimport.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/regrtest_data/package/hello.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/regrtest_data/package/import_package_subpackage_module.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/regrtest_data/package/subpackage/__init__.py
%%PYTHON_SITELIBDIR%%/logilab/astng/test/regrtest_data/package/subpackage/module.py
%%PYTHON_SITELIBDIR%%/logilab/astng/utils.py
%%PYTHON_SITELIBDIR%%/logilab/astng/utils.pyc
%%PYTHON_SITELIBDIR%%/logilab/astng/utils.pyo
@dirrm %%PYTHON_SITELIBDIR%%/logilab/astng/test/regrtest_data/package/subpackage
@dirrm %%PYTHON_SITELIBDIR%%/logilab/astng/test/regrtest_data/package
@dirrm %%PYTHON_SITELIBDIR%%/logilab/astng/test/regrtest_data/absimp/sidepackage