components/logilab-astng/logilab-astng.p5m
changeset 114 6cc95ec7b1bb
child 181 87e11e685b1f
equal deleted inserted replaced
113:974574539e7b 114:6cc95ec7b1bb
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 set name=pkg.fmri value=pkg:/library/python-2/logilab-astng@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    24 set name=pkg.summary value="logilab-astng - Python Abstract Syntax Tree New Generation"
       
    25 set name=pkg.description value="logilab-astng provides a common base representation of python source code for projects such as pylint."
       
    26 set name=info.classification value="org.opensolaris.category.2008:Development/Python"
       
    27 set name=info.upstream_url value=http://www.logilab.org/project/logilab-astng/
       
    28 set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
       
    29 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    30 
       
    31 dir path=usr
       
    32 dir path=usr/lib
       
    33 dir path=usr/lib/python2.6
       
    34 dir path=usr/lib/python2.6/vendor-packages
       
    35 dir path=usr/lib/python2.6/vendor-packages/logilab
       
    36 dir path=usr/lib/python2.6/vendor-packages/logilab/astng
       
    37 dir path=usr/lib/python2.6/vendor-packages/logilab/astng/test
       
    38 dir path=usr/lib/python2.6/vendor-packages/logilab/astng/test/data
       
    39 dir path=usr/lib/python2.6/vendor-packages/logilab/astng/test/data/SSL1
       
    40 dir path=usr/lib/python2.6/vendor-packages/logilab/astng/test/data/appl
       
    41 dir path=usr/lib/python2.6/vendor-packages/logilab/astng/test/data2
       
    42 dir path=usr/lib/python2.6/vendor-packages/logilab/astng/test/regrtest_data
       
    43 dir path=usr/lib/python2.6/vendor-packages/logilab/astng/test/regrtest_data/package
       
    44 dir path=usr/lib/python2.6/vendor-packages/logilab/astng/test/regrtest_data/package/subpackage
       
    45 dir path=usr/lib/python2.6/vendor-packages/logilab_astng-0.19.0-py2.6.egg-info
       
    46 dir path=usr/share
       
    47 dir path=usr/share/man
       
    48 dir path=usr/share/man/man3
       
    49 file path=usr/lib/python2.6/vendor-packages/logilab/astng/__init__.py
       
    50 file path=usr/lib/python2.6/vendor-packages/logilab/astng/__init__.pyc
       
    51 file path=usr/lib/python2.6/vendor-packages/logilab/astng/__pkginfo__.py
       
    52 file path=usr/lib/python2.6/vendor-packages/logilab/astng/__pkginfo__.pyc
       
    53 file path=usr/lib/python2.6/vendor-packages/logilab/astng/_exceptions.py
       
    54 file path=usr/lib/python2.6/vendor-packages/logilab/astng/_exceptions.pyc
       
    55 file path=usr/lib/python2.6/vendor-packages/logilab/astng/_nodes_ast.py
       
    56 file path=usr/lib/python2.6/vendor-packages/logilab/astng/_nodes_ast.pyc
       
    57 file path=usr/lib/python2.6/vendor-packages/logilab/astng/_nodes_compiler.py
       
    58 file path=usr/lib/python2.6/vendor-packages/logilab/astng/_nodes_compiler.pyc
       
    59 file path=usr/lib/python2.6/vendor-packages/logilab/astng/builder.py
       
    60 file path=usr/lib/python2.6/vendor-packages/logilab/astng/builder.pyc
       
    61 file path=usr/lib/python2.6/vendor-packages/logilab/astng/inference.py
       
    62 file path=usr/lib/python2.6/vendor-packages/logilab/astng/inference.pyc
       
    63 file path=usr/lib/python2.6/vendor-packages/logilab/astng/infutils.py
       
    64 file path=usr/lib/python2.6/vendor-packages/logilab/astng/infutils.pyc
       
    65 file path=usr/lib/python2.6/vendor-packages/logilab/astng/inspector.py
       
    66 file path=usr/lib/python2.6/vendor-packages/logilab/astng/inspector.pyc
       
    67 file path=usr/lib/python2.6/vendor-packages/logilab/astng/lookup.py
       
    68 file path=usr/lib/python2.6/vendor-packages/logilab/astng/lookup.pyc
       
    69 file path=usr/lib/python2.6/vendor-packages/logilab/astng/manager.py
       
    70 file path=usr/lib/python2.6/vendor-packages/logilab/astng/manager.pyc
       
    71 file path=usr/lib/python2.6/vendor-packages/logilab/astng/nodes.py
       
    72 file path=usr/lib/python2.6/vendor-packages/logilab/astng/nodes.pyc
       
    73 file path=usr/lib/python2.6/vendor-packages/logilab/astng/nodes_as_string.py
       
    74 file path=usr/lib/python2.6/vendor-packages/logilab/astng/nodes_as_string.pyc
       
    75 file path=usr/lib/python2.6/vendor-packages/logilab/astng/patchcomptransformer.py
       
    76 file path=usr/lib/python2.6/vendor-packages/logilab/astng/patchcomptransformer.pyc
       
    77 file path=usr/lib/python2.6/vendor-packages/logilab/astng/protocols.py
       
    78 file path=usr/lib/python2.6/vendor-packages/logilab/astng/protocols.pyc
       
    79 file path=usr/lib/python2.6/vendor-packages/logilab/astng/raw_building.py
       
    80 file path=usr/lib/python2.6/vendor-packages/logilab/astng/raw_building.pyc
       
    81 file path=usr/lib/python2.6/vendor-packages/logilab/astng/rebuilder.py
       
    82 file path=usr/lib/python2.6/vendor-packages/logilab/astng/rebuilder.pyc
       
    83 file path=usr/lib/python2.6/vendor-packages/logilab/astng/scoped_nodes.py
       
    84 file path=usr/lib/python2.6/vendor-packages/logilab/astng/scoped_nodes.pyc
       
    85 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/__init__.py
       
    86 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/__init__.pyc
       
    87 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/data/MyPyPa-0.1.0-py2.5.egg
       
    88 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/data/MyPyPa-0.1.0-py2.5.zip
       
    89 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/data/SSL1/Connection1.py
       
    90 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/data/SSL1/Connection1.pyc
       
    91 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/data/SSL1/__init__.py
       
    92 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/data/SSL1/__init__.pyc
       
    93 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/data/__init__.py
       
    94 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/data/__init__.pyc
       
    95 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/data/all.py
       
    96 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/data/all.pyc
       
    97 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/data/appl/__init__.py
       
    98 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/data/appl/__init__.pyc
       
    99 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/data/appl/myConnection.py
       
   100 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/data/appl/myConnection.pyc
       
   101 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/data/format.py
       
   102 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/data/format.pyc
       
   103 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/data/module.py
       
   104 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/data/module.pyc
       
   105 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/data/module2.py
       
   106 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/data/module2.pyc
       
   107 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/data/noendingnewline.py
       
   108 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/data/noendingnewline.pyc
       
   109 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/data/nonregr.py
       
   110 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/data/nonregr.pyc
       
   111 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/data/notall.py
       
   112 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/data/notall.pyc
       
   113 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/data2/__init__.py
       
   114 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/data2/__init__.pyc
       
   115 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/data2/clientmodule_test.py
       
   116 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/data2/clientmodule_test.pyc
       
   117 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/data2/suppliermodule_test.py
       
   118 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/data2/suppliermodule_test.pyc
       
   119 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/regrtest.py
       
   120 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/regrtest.pyc
       
   121 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/regrtest_data/descriptor_crash.py
       
   122 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/regrtest_data/import_package_subpackage_module.py
       
   123 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/regrtest_data/package/__init__.py
       
   124 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/regrtest_data/package/subpackage/__init__.py
       
   125 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/regrtest_data/package/subpackage/module.py
       
   126 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/unittest_builder.py
       
   127 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/unittest_builder.pyc
       
   128 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/unittest_inference.py
       
   129 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/unittest_inference.pyc
       
   130 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/unittest_inspector.py
       
   131 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/unittest_inspector.pyc
       
   132 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/unittest_lookup.py
       
   133 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/unittest_lookup.pyc
       
   134 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/unittest_manager.py
       
   135 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/unittest_manager.pyc
       
   136 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/unittest_nodes.py
       
   137 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/unittest_nodes.pyc
       
   138 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/unittest_scoped_nodes.py
       
   139 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/unittest_scoped_nodes.pyc
       
   140 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/unittest_utils.py
       
   141 file path=usr/lib/python2.6/vendor-packages/logilab/astng/test/unittest_utils.pyc
       
   142 file path=usr/lib/python2.6/vendor-packages/logilab/astng/utils.py
       
   143 file path=usr/lib/python2.6/vendor-packages/logilab/astng/utils.pyc
       
   144 file path=usr/lib/python2.6/vendor-packages/logilab_astng-0.19.0-py2.6-nspkg.pth
       
   145 file path=usr/lib/python2.6/vendor-packages/logilab_astng-0.19.0-py2.6.egg-info/PKG-INFO
       
   146 file path=usr/lib/python2.6/vendor-packages/logilab_astng-0.19.0-py2.6.egg-info/SOURCES.txt
       
   147 file path=usr/lib/python2.6/vendor-packages/logilab_astng-0.19.0-py2.6.egg-info/dependency_links.txt
       
   148 file path=usr/lib/python2.6/vendor-packages/logilab_astng-0.19.0-py2.6.egg-info/namespace_packages.txt
       
   149 file path=usr/lib/python2.6/vendor-packages/logilab_astng-0.19.0-py2.6.egg-info/requires.txt
       
   150 file path=usr/lib/python2.6/vendor-packages/logilab_astng-0.19.0-py2.6.egg-info/top_level.txt
       
   151 file logilab-astng.3 path=usr/share/man/man3/logilab-astng.3
       
   152 
       
   153 # pkgdepend should have picked up the dependency on /library/python-2/logilab-common;
       
   154 # this explicit depend action can be removed if pkgdepend is fixed later
       
   155 depend fmri=__TBD pkg.debug.depend.file=usr/lib/python2.6/vendor-packages/logilab/common/modutils.py \
       
   156         pkg.debug.reason=usr/lib/python2.6/vendor-packages/logilab/astng/manager.py \
       
   157         type=require
       
   158 
       
   159 license logilab-astng.license license="GPLv2"
       
   160 
       
   161 legacy pkg=SUNWlogilab-astng \
       
   162 	desc="logilab-astng - Python Abstract Syntax Tree New Generation (0.19.0)" \
       
   163 	name="logilab-astng - Python Abstract Syntax Tree New Generation"