author | John Beck <John.Beck@Oracle.COM> |
Wed, 28 Jan 2015 08:53:43 -0800 | |
branch | s11-update |
changeset 3704 | 69ab8eca01c5 |
parent 3661 | 47545fb8aed4 |
permissions | -rw-r--r-- |
706
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
1 |
# |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
2 |
# CDDL HEADER START |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
3 |
# |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
4 |
# The contents of this file are subject to the terms of the |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
5 |
# Common Development and Distribution License (the "License"). |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
6 |
# You may not use this file except in compliance with the License. |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
7 |
# |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
8 |
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
9 |
# or http://www.opensolaris.org/os/licensing. |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
10 |
# See the License for the specific language governing permissions |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
11 |
# and limitations under the License. |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
12 |
# |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
13 |
# When distributing Covered Code, include this CDDL HEADER in each |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
14 |
# file and include the License file at usr/src/OPENSOLARIS.LICENSE. |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
15 |
# If applicable, add the following below this CDDL HEADER, with the |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
16 |
# fields enclosed by brackets "[]" replaced with your own identifying |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
17 |
# information: Portions Copyright [yyyy] [name of copyright owner] |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
18 |
# |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
19 |
# CDDL HEADER END |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
20 |
# |
3704
69ab8eca01c5
PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents:
3661
diff
changeset
|
21 |
# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. |
706
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
22 |
# |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
23 |
|
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
24 |
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted> |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
25 |
set name=pkg.fmri \ |
3704
69ab8eca01c5
PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents:
3661
diff
changeset
|
26 |
value=pkg:/library/python/logilab-astng-27@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) |
69ab8eca01c5
PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents:
3661
diff
changeset
|
27 |
set name=pkg.summary \ |
69ab8eca01c5
PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents:
3661
diff
changeset
|
28 |
value="logilab-astng - Python Abstract Syntax Tree New Generation" |
706
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
29 |
set name=pkg.description \ |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
30 |
value="logilab-astng provides a common base representation of python source code for projects such as pylint." |
2551
0391c5c3b137
16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents:
2424
diff
changeset
|
31 |
set name=com.oracle.info.description value="the logilab-astng Python 2.7 module" |
3661
47545fb8aed4
18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents:
2551
diff
changeset
|
32 |
set name=com.oracle.info.tpno value=$(TPNO) |
706
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
33 |
set name=info.classification \ |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
34 |
value=org.opensolaris.category.2008:Development/Python |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
35 |
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL) |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
36 |
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL) |
3704
69ab8eca01c5
PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents:
3661
diff
changeset
|
37 |
set name=org.opensolaris.arc-caseid value=LSARC/2009/299 |
706
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
38 |
set name=org.opensolaris.consolidation value=$(CONSOLIDATION) |
3704
69ab8eca01c5
PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents:
3661
diff
changeset
|
39 |
dir path=usr |
69ab8eca01c5
PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents:
3661
diff
changeset
|
40 |
dir path=usr/lib |
69ab8eca01c5
PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents:
3661
diff
changeset
|
41 |
dir path=usr/lib/python2.7 |
69ab8eca01c5
PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents:
3661
diff
changeset
|
42 |
dir path=usr/lib/python2.7/vendor-packages |
69ab8eca01c5
PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents:
3661
diff
changeset
|
43 |
dir path=usr/lib/python2.7/vendor-packages/logilab |
69ab8eca01c5
PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents:
3661
diff
changeset
|
44 |
dir path=usr/lib/python2.7/vendor-packages/logilab/astng |
2424
4dacf13d67f7
15712303 SUNBT7040357 update pylint to 0.25.2
April Chin <april.chin@oracle.com>
parents:
2378
diff
changeset
|
45 |
# This file is provided by the logilab-common package |
706
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
46 |
#file path=usr/lib/python2.7/vendor-packages/logilab/__init__.py pkg.tmp.autopyc=false |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
47 |
file path=usr/lib/python2.7/vendor-packages/logilab/astng/__init__.py |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
48 |
file path=usr/lib/python2.7/vendor-packages/logilab/astng/__pkginfo__.py |
2424
4dacf13d67f7
15712303 SUNBT7040357 update pylint to 0.25.2
April Chin <april.chin@oracle.com>
parents:
2378
diff
changeset
|
49 |
file path=usr/lib/python2.7/vendor-packages/logilab/astng/as_string.py |
4dacf13d67f7
15712303 SUNBT7040357 update pylint to 0.25.2
April Chin <april.chin@oracle.com>
parents:
2378
diff
changeset
|
50 |
file path=usr/lib/python2.7/vendor-packages/logilab/astng/bases.py |
3704
69ab8eca01c5
PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents:
3661
diff
changeset
|
51 |
dir path=usr/lib/python2.7/vendor-packages/logilab/astng/brain |
69ab8eca01c5
PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents:
3661
diff
changeset
|
52 |
file path=usr/lib/python2.7/vendor-packages/logilab/astng/brain/py2stdlib.py \ |
69ab8eca01c5
PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents:
3661
diff
changeset
|
53 |
pkg.tmp.autopyc=false |
706
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
54 |
file path=usr/lib/python2.7/vendor-packages/logilab/astng/builder.py |
2424
4dacf13d67f7
15712303 SUNBT7040357 update pylint to 0.25.2
April Chin <april.chin@oracle.com>
parents:
2378
diff
changeset
|
55 |
file path=usr/lib/python2.7/vendor-packages/logilab/astng/exceptions.py |
706
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
56 |
file path=usr/lib/python2.7/vendor-packages/logilab/astng/inference.py |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
57 |
file path=usr/lib/python2.7/vendor-packages/logilab/astng/inspector.py |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
58 |
file path=usr/lib/python2.7/vendor-packages/logilab/astng/manager.py |
2424
4dacf13d67f7
15712303 SUNBT7040357 update pylint to 0.25.2
April Chin <april.chin@oracle.com>
parents:
2378
diff
changeset
|
59 |
file path=usr/lib/python2.7/vendor-packages/logilab/astng/mixins.py |
4dacf13d67f7
15712303 SUNBT7040357 update pylint to 0.25.2
April Chin <april.chin@oracle.com>
parents:
2378
diff
changeset
|
60 |
file path=usr/lib/python2.7/vendor-packages/logilab/astng/node_classes.py |
706
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
61 |
file path=usr/lib/python2.7/vendor-packages/logilab/astng/nodes.py |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
62 |
file path=usr/lib/python2.7/vendor-packages/logilab/astng/protocols.py |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
63 |
file path=usr/lib/python2.7/vendor-packages/logilab/astng/raw_building.py |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
64 |
file path=usr/lib/python2.7/vendor-packages/logilab/astng/rebuilder.py |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
65 |
file path=usr/lib/python2.7/vendor-packages/logilab/astng/scoped_nodes.py |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
66 |
file path=usr/lib/python2.7/vendor-packages/logilab/astng/utils.py |
3704
69ab8eca01c5
PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents:
3661
diff
changeset
|
67 |
file path=usr/lib/python2.7/vendor-packages/logilab_astng-$(COMPONENT_VERSION)-py2.7-nspkg.pth |
69ab8eca01c5
PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents:
3661
diff
changeset
|
68 |
dir path=usr/lib/python2.7/vendor-packages/logilab_astng-$(COMPONENT_VERSION)-py2.7.egg-info |
69ab8eca01c5
PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents:
3661
diff
changeset
|
69 |
file path=usr/lib/python2.7/vendor-packages/logilab_astng-$(COMPONENT_VERSION)-py2.7.egg-info/PKG-INFO |
69ab8eca01c5
PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents:
3661
diff
changeset
|
70 |
file path=usr/lib/python2.7/vendor-packages/logilab_astng-$(COMPONENT_VERSION)-py2.7.egg-info/SOURCES.txt |
69ab8eca01c5
PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents:
3661
diff
changeset
|
71 |
file path=usr/lib/python2.7/vendor-packages/logilab_astng-$(COMPONENT_VERSION)-py2.7.egg-info/dependency_links.txt |
69ab8eca01c5
PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents:
3661
diff
changeset
|
72 |
file path=usr/lib/python2.7/vendor-packages/logilab_astng-$(COMPONENT_VERSION)-py2.7.egg-info/namespace_packages.txt |
69ab8eca01c5
PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents:
3661
diff
changeset
|
73 |
file path=usr/lib/python2.7/vendor-packages/logilab_astng-$(COMPONENT_VERSION)-py2.7.egg-info/requires.txt |
69ab8eca01c5
PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents:
3661
diff
changeset
|
74 |
file path=usr/lib/python2.7/vendor-packages/logilab_astng-$(COMPONENT_VERSION)-py2.7.egg-info/top_level.txt |
2424
4dacf13d67f7
15712303 SUNBT7040357 update pylint to 0.25.2
April Chin <april.chin@oracle.com>
parents:
2378
diff
changeset
|
75 |
license logilab-astng.license license=LGPLv2.1,GPLv2 |
4dacf13d67f7
15712303 SUNBT7040357 update pylint to 0.25.2
April Chin <april.chin@oracle.com>
parents:
2378
diff
changeset
|
76 |
|
3704
69ab8eca01c5
PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents:
3661
diff
changeset
|
77 |
# force the rename with an optional dependency on the old name |
69ab8eca01c5
PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents:
3661
diff
changeset
|
78 |
depend type=optional \ |
69ab8eca01c5
PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents:
3661
diff
changeset
|
79 |
fmri=library/python-2/[email protected],5.11-0.175.3.0.0.16.0 |
706
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
80 |
|
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
81 |
# force a dependency on the Python 2.7 runtime |
3704
69ab8eca01c5
PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents:
3661
diff
changeset
|
82 |
depend type=require fmri=__TBD pkg.debug.depend.file=python2.7 \ |
69ab8eca01c5
PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents:
3661
diff
changeset
|
83 |
pkg.debug.depend.path=usr/bin |
706
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
84 |
|
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
85 |
# force a dependency on the logilab-astng package |
3704
69ab8eca01c5
PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents:
3661
diff
changeset
|
86 |
depend type=require \ |
69ab8eca01c5
PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents:
3661
diff
changeset
|
87 |
fmri=library/python/logilab-astng@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) |
69ab8eca01c5
PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents:
3661
diff
changeset
|
88 |
|
69ab8eca01c5
PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents:
3661
diff
changeset
|
89 |
# force a dependency on logilab-common version 0.58.2 |
69ab8eca01c5
PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents:
3661
diff
changeset
|
90 |
depend type=require fmri=library/python/[email protected] |