|
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, 2012, Oracle and/or its affiliates. All rights reserved. |
|
22 # |
|
23 |
|
24 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted> |
|
25 set name=pkg.fmri \ |
|
26 value=pkg:/library/python-2/[email protected]$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) |
|
27 set name=pkg.description \ |
|
28 value="logilab-astng provides a common base representation of python source code for projects such as pylint." |
|
29 set name=pkg.summary \ |
|
30 value="logilab-astng - Python Abstract Syntax Tree New Generation" |
|
31 set name=info.classification \ |
|
32 value=org.opensolaris.category.2008:Development/Python |
|
33 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL) |
|
34 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL) |
|
35 set name=org.opensolaris.arc-caseid \ |
|
36 value=PSARC/2009/299 |
|
37 set name=org.opensolaris.consolidation value=$(CONSOLIDATION) |
|
38 |
|
39 license logilab-astng.license license=GPLv2 |
|
40 |
|
41 dir path=usr/lib/python2.7 |
|
42 dir path=usr/lib/python2.7/vendor-packages |
|
43 dir path=usr/lib/python2.7/vendor-packages/logilab |
|
44 dir path=usr/lib/python2.7/vendor-packages/logilab/astng |
|
45 dir path=usr/lib/python2.7/vendor-packages/logilab/astng/test |
|
46 dir path=usr/lib/python2.7/vendor-packages/logilab/astng/test/data |
|
47 dir path=usr/lib/python2.7/vendor-packages/logilab/astng/test/data/appl |
|
48 dir path=usr/lib/python2.7/vendor-packages/logilab/astng/test/data/SSL1 |
|
49 dir path=usr/lib/python2.7/vendor-packages/logilab/astng/test/data2 |
|
50 dir path=usr/lib/python2.7/vendor-packages/logilab/astng/test/regrtest_data |
|
51 dir path=usr/lib/python2.7/vendor-packages/logilab/astng/test/regrtest_data/package |
|
52 dir path=usr/lib/python2.7/vendor-packages/logilab/astng/test/regrtest_data/package/subpackage |
|
53 file path=usr/lib/python2.7/vendor-packages/logilab_astng-0.19.0-py2.7.egg-info |
|
54 #file path=usr/lib/python2.7/vendor-packages/logilab/__init__.py pkg.tmp.autopyc=false |
|
55 file path=usr/lib/python2.7/vendor-packages/logilab/astng/__init__.py |
|
56 file path=usr/lib/python2.7/vendor-packages/logilab/astng/__pkginfo__.py |
|
57 file path=usr/lib/python2.7/vendor-packages/logilab/astng/_exceptions.py |
|
58 file path=usr/lib/python2.7/vendor-packages/logilab/astng/_nodes_ast.py |
|
59 file path=usr/lib/python2.7/vendor-packages/logilab/astng/_nodes_compiler.py |
|
60 file path=usr/lib/python2.7/vendor-packages/logilab/astng/builder.py |
|
61 file path=usr/lib/python2.7/vendor-packages/logilab/astng/inference.py |
|
62 file path=usr/lib/python2.7/vendor-packages/logilab/astng/infutils.py |
|
63 file path=usr/lib/python2.7/vendor-packages/logilab/astng/inspector.py |
|
64 file path=usr/lib/python2.7/vendor-packages/logilab/astng/lookup.py |
|
65 file path=usr/lib/python2.7/vendor-packages/logilab/astng/manager.py |
|
66 file path=usr/lib/python2.7/vendor-packages/logilab/astng/nodes_as_string.py |
|
67 file path=usr/lib/python2.7/vendor-packages/logilab/astng/nodes.py |
|
68 file path=usr/lib/python2.7/vendor-packages/logilab/astng/patchcomptransformer.py |
|
69 file path=usr/lib/python2.7/vendor-packages/logilab/astng/protocols.py |
|
70 file path=usr/lib/python2.7/vendor-packages/logilab/astng/raw_building.py |
|
71 file path=usr/lib/python2.7/vendor-packages/logilab/astng/rebuilder.py |
|
72 file path=usr/lib/python2.7/vendor-packages/logilab/astng/scoped_nodes.py |
|
73 file path=usr/lib/python2.7/vendor-packages/logilab/astng/test/__init__.py |
|
74 file path=usr/lib/python2.7/vendor-packages/logilab/astng/test/data/__init__.py |
|
75 file path=usr/lib/python2.7/vendor-packages/logilab/astng/test/data/all.py |
|
76 file path=usr/lib/python2.7/vendor-packages/logilab/astng/test/data/appl/__init__.py |
|
77 file path=usr/lib/python2.7/vendor-packages/logilab/astng/test/data/appl/myConnection.py |
|
78 file path=usr/lib/python2.7/vendor-packages/logilab/astng/test/data/format.py |
|
79 file path=usr/lib/python2.7/vendor-packages/logilab/astng/test/data/module.py |
|
80 file path=usr/lib/python2.7/vendor-packages/logilab/astng/test/data/module2.py |
|
81 file path=usr/lib/python2.7/vendor-packages/logilab/astng/test/data/MyPyPa-0.1.0-py2.5.egg |
|
82 file path=usr/lib/python2.7/vendor-packages/logilab/astng/test/data/MyPyPa-0.1.0-py2.5.zip |
|
83 file path=usr/lib/python2.7/vendor-packages/logilab/astng/test/data/noendingnewline.py |
|
84 file path=usr/lib/python2.7/vendor-packages/logilab/astng/test/data/nonregr.py |
|
85 file path=usr/lib/python2.7/vendor-packages/logilab/astng/test/data/notall.py |
|
86 file path=usr/lib/python2.7/vendor-packages/logilab/astng/test/data/SSL1/__init__.py |
|
87 file path=usr/lib/python2.7/vendor-packages/logilab/astng/test/data/SSL1/Connection1.py |
|
88 file path=usr/lib/python2.7/vendor-packages/logilab/astng/test/data2/__init__.py |
|
89 file path=usr/lib/python2.7/vendor-packages/logilab/astng/test/data2/clientmodule_test.py |
|
90 file path=usr/lib/python2.7/vendor-packages/logilab/astng/test/data2/suppliermodule_test.py |
|
91 file path=usr/lib/python2.7/vendor-packages/logilab/astng/test/regrtest_data/descriptor_crash.py pkg.tmp.autopyc=false |
|
92 file path=usr/lib/python2.7/vendor-packages/logilab/astng/test/regrtest_data/import_package_subpackage_module.py pkg.tmp.autopyc=false |
|
93 file path=usr/lib/python2.7/vendor-packages/logilab/astng/test/regrtest_data/package/__init__.py pkg.tmp.autopyc=false |
|
94 file path=usr/lib/python2.7/vendor-packages/logilab/astng/test/regrtest_data/package/subpackage/__init__.py pkg.tmp.autopyc=false |
|
95 file path=usr/lib/python2.7/vendor-packages/logilab/astng/test/regrtest_data/package/subpackage/module.py pkg.tmp.autopyc=false |
|
96 file path=usr/lib/python2.7/vendor-packages/logilab/astng/test/regrtest.py |
|
97 file path=usr/lib/python2.7/vendor-packages/logilab/astng/test/unittest_builder.py |
|
98 file path=usr/lib/python2.7/vendor-packages/logilab/astng/test/unittest_inference.py |
|
99 file path=usr/lib/python2.7/vendor-packages/logilab/astng/test/unittest_inspector.py |
|
100 file path=usr/lib/python2.7/vendor-packages/logilab/astng/test/unittest_lookup.py |
|
101 file path=usr/lib/python2.7/vendor-packages/logilab/astng/test/unittest_manager.py |
|
102 file path=usr/lib/python2.7/vendor-packages/logilab/astng/test/unittest_nodes.py |
|
103 file path=usr/lib/python2.7/vendor-packages/logilab/astng/test/unittest_scoped_nodes.py |
|
104 file path=usr/lib/python2.7/vendor-packages/logilab/astng/test/unittest_utils.py |
|
105 file path=usr/lib/python2.7/vendor-packages/logilab/astng/utils.py |
|
106 |
|
107 # pkgdepend should have picked up the dependency on /library/python-2/logilab-common; |
|
108 # this explicit depend action can be removed if pkgdepend is fixed later |
|
109 #depend fmri=__TBD \ |
|
110 # pkg.debug.depend.file=usr/lib/python2.6/vendor-packages/logilab/common/modutils.py \ |
|
111 # pkg.debug.reason=usr/lib/python2.6/vendor-packages/logilab/astng/manager.py \ |
|
112 # type=require |
|
113 |
|
114 # force a dependency on the Python 2.7 runtime |
|
115 depend fmri=__TBD pkg.debug.depend.file=python2.7 \ |
|
116 pkg.debug.depend.path=usr/bin type=require |
|
117 |
|
118 # force a dependency on the logilab-astng package |
|
119 depend fmri=library/python-2/[email protected]$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \ |
|
120 type=require |