author | John Beck <John.Beck@Oracle.COM> |
Mon, 27 Jan 2014 17:48:58 -0800 | |
changeset 1666 | 69d14d547e77 |
parent 1251 | f1fb66b52f41 |
child 1758 | 28f01aad153d |
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 |
# |
1666
69d14d547e77
PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents:
1251
diff
changeset
|
21 |
# Copyright (c) 2011, 2014, 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 \ |
1666
69d14d547e77
PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents:
1251
diff
changeset
|
26 |
value=pkg:/library/python/logilab-common-26@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) |
706
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
27 |
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
|
28 |
value="Modules providing low level functionality shared among various python projects." |
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.summary value="common python libraries for logilab applications" |
1205
6c6c27bcf9ac
16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents:
1023
diff
changeset
|
30 |
set name=com.oracle.info.description value="the logilab-common Python 2.6 module" |
6c6c27bcf9ac
16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents:
1023
diff
changeset
|
31 |
set name=com.oracle.info.tpno value=8268 |
706
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
32 |
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
|
33 |
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
|
34 |
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
|
35 |
set name=info.upstream-url value=$(COMPONENT_PROJECT_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=org.opensolaris.arc-caseid \ |
986
ebade8aad240
7184693 Many Userland components have incorrect org.opensolaris.arc-caseid actions
Rich Burridge <rich.burridge@oracle.com>
parents:
706
diff
changeset
|
37 |
value=LSARC/2009/298 |
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) |
1023
d2db2bc970c3
7040357 update pylint to 0.25.2
April Chin <april.chin@oracle.com>
parents:
986
diff
changeset
|
39 |
|
d2db2bc970c3
7040357 update pylint to 0.25.2
April Chin <april.chin@oracle.com>
parents:
986
diff
changeset
|
40 |
|
d2db2bc970c3
7040357 update pylint to 0.25.2
April Chin <april.chin@oracle.com>
parents:
986
diff
changeset
|
41 |
file path=usr/bin/pytest-2.6 |
706
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
42 |
file path=usr/lib/python2.6/vendor-packages/logilab/__init__.py |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
43 |
file path=usr/lib/python2.6/vendor-packages/logilab/common/__init__.py |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
44 |
file path=usr/lib/python2.6/vendor-packages/logilab/common/__pkginfo__.py |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
45 |
file path=usr/lib/python2.6/vendor-packages/logilab/common/cache.py |
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.6/vendor-packages/logilab/common/changelog.py |
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.6/vendor-packages/logilab/common/clcommands.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.6/vendor-packages/logilab/common/cli.py |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
49 |
file path=usr/lib/python2.6/vendor-packages/logilab/common/compat.py |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
50 |
file path=usr/lib/python2.6/vendor-packages/logilab/common/configuration.py |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
51 |
file path=usr/lib/python2.6/vendor-packages/logilab/common/contexts.py |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
52 |
file path=usr/lib/python2.6/vendor-packages/logilab/common/corbautils.py |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
53 |
file path=usr/lib/python2.6/vendor-packages/logilab/common/daemon.py |
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.6/vendor-packages/logilab/common/date.py |
1023
d2db2bc970c3
7040357 update pylint to 0.25.2
April Chin <april.chin@oracle.com>
parents:
986
diff
changeset
|
55 |
file path=usr/lib/python2.6/vendor-packages/logilab/common/dbf.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.6/vendor-packages/logilab/common/debugger.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.6/vendor-packages/logilab/common/decorators.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.6/vendor-packages/logilab/common/deprecation.py |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
59 |
file path=usr/lib/python2.6/vendor-packages/logilab/common/fileutils.py |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
60 |
file path=usr/lib/python2.6/vendor-packages/logilab/common/graph.py |
1023
d2db2bc970c3
7040357 update pylint to 0.25.2
April Chin <april.chin@oracle.com>
parents:
986
diff
changeset
|
61 |
file path=usr/lib/python2.6/vendor-packages/logilab/common/hg.py |
706
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.6/vendor-packages/logilab/common/interface.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.6/vendor-packages/logilab/common/logging_ext.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.6/vendor-packages/logilab/common/modutils.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.6/vendor-packages/logilab/common/optik_ext.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.6/vendor-packages/logilab/common/optparser.py |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
67 |
file path=usr/lib/python2.6/vendor-packages/logilab/common/pdf_ext.py |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
68 |
file path=usr/lib/python2.6/vendor-packages/logilab/common/proc.py |
1023
d2db2bc970c3
7040357 update pylint to 0.25.2
April Chin <april.chin@oracle.com>
parents:
986
diff
changeset
|
69 |
file path=usr/lib/python2.6/vendor-packages/logilab/common/pyro_ext.py |
706
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
70 |
file path=usr/lib/python2.6/vendor-packages/logilab/common/pytest.py |
1023
d2db2bc970c3
7040357 update pylint to 0.25.2
April Chin <april.chin@oracle.com>
parents:
986
diff
changeset
|
71 |
file path=usr/lib/python2.6/vendor-packages/logilab/common/registry.py |
706
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
72 |
file path=usr/lib/python2.6/vendor-packages/logilab/common/shellutils.py |
1023
d2db2bc970c3
7040357 update pylint to 0.25.2
April Chin <april.chin@oracle.com>
parents:
986
diff
changeset
|
73 |
file path=usr/lib/python2.6/vendor-packages/logilab/common/sphinx_ext.py |
706
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
74 |
file path=usr/lib/python2.6/vendor-packages/logilab/common/sphinxutils.py |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
75 |
file path=usr/lib/python2.6/vendor-packages/logilab/common/table.py owner=root |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
76 |
file path=usr/lib/python2.6/vendor-packages/logilab/common/tasksqueue.py |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
77 |
file path=usr/lib/python2.6/vendor-packages/logilab/common/testlib.py |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
78 |
file path=usr/lib/python2.6/vendor-packages/logilab/common/textutils.py |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
79 |
file path=usr/lib/python2.6/vendor-packages/logilab/common/tree.py |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
80 |
file path=usr/lib/python2.6/vendor-packages/logilab/common/umessage.py |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
81 |
file \ |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
82 |
path=usr/lib/python2.6/vendor-packages/logilab/common/ureports/__init__.py |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
83 |
file \ |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
84 |
path=usr/lib/python2.6/vendor-packages/logilab/common/ureports/docbook_writer.py |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
85 |
file \ |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
86 |
path=usr/lib/python2.6/vendor-packages/logilab/common/ureports/html_writer.py |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
87 |
file path=usr/lib/python2.6/vendor-packages/logilab/common/ureports/nodes.py |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
88 |
file \ |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
89 |
path=usr/lib/python2.6/vendor-packages/logilab/common/ureports/text_writer.py |
1023
d2db2bc970c3
7040357 update pylint to 0.25.2
April Chin <april.chin@oracle.com>
parents:
986
diff
changeset
|
90 |
file path=usr/lib/python2.6/vendor-packages/logilab/common/urllib2ext.py |
706
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
91 |
file path=usr/lib/python2.6/vendor-packages/logilab/common/vcgutils.py |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
92 |
file path=usr/lib/python2.6/vendor-packages/logilab/common/visitor.py |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
93 |
file path=usr/lib/python2.6/vendor-packages/logilab/common/xmlrpcutils.py |
1023
d2db2bc970c3
7040357 update pylint to 0.25.2
April Chin <april.chin@oracle.com>
parents:
986
diff
changeset
|
94 |
file path=usr/lib/python2.6/vendor-packages/logilab/common/xmlutils.py |
706
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
95 |
file \ |
1023
d2db2bc970c3
7040357 update pylint to 0.25.2
April Chin <april.chin@oracle.com>
parents:
986
diff
changeset
|
96 |
path=usr/lib/python2.6/vendor-packages/logilab_common-$(COMPONENT_VERSION)-py2.6-nspkg.pth |
706
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
97 |
file \ |
1023
d2db2bc970c3
7040357 update pylint to 0.25.2
April Chin <april.chin@oracle.com>
parents:
986
diff
changeset
|
98 |
path=usr/lib/python2.6/vendor-packages/logilab_common-$(COMPONENT_VERSION)-py2.6.egg-info/PKG-INFO |
706
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
99 |
file \ |
1023
d2db2bc970c3
7040357 update pylint to 0.25.2
April Chin <april.chin@oracle.com>
parents:
986
diff
changeset
|
100 |
path=usr/lib/python2.6/vendor-packages/logilab_common-$(COMPONENT_VERSION)-py2.6.egg-info/SOURCES.txt |
d2db2bc970c3
7040357 update pylint to 0.25.2
April Chin <april.chin@oracle.com>
parents:
986
diff
changeset
|
101 |
file \ |
d2db2bc970c3
7040357 update pylint to 0.25.2
April Chin <april.chin@oracle.com>
parents:
986
diff
changeset
|
102 |
path=usr/lib/python2.6/vendor-packages/logilab_common-$(COMPONENT_VERSION)-py2.6.egg-info/dependency_links.txt |
706
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
103 |
file \ |
1023
d2db2bc970c3
7040357 update pylint to 0.25.2
April Chin <april.chin@oracle.com>
parents:
986
diff
changeset
|
104 |
path=usr/lib/python2.6/vendor-packages/logilab_common-$(COMPONENT_VERSION)-py2.6.egg-info/namespace_packages.txt |
706
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
105 |
file \ |
1023
d2db2bc970c3
7040357 update pylint to 0.25.2
April Chin <april.chin@oracle.com>
parents:
986
diff
changeset
|
106 |
path=usr/lib/python2.6/vendor-packages/logilab_common-$(COMPONENT_VERSION)-py2.6.egg-info/requires.txt |
706
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
107 |
file \ |
1023
d2db2bc970c3
7040357 update pylint to 0.25.2
April Chin <april.chin@oracle.com>
parents:
986
diff
changeset
|
108 |
path=usr/lib/python2.6/vendor-packages/logilab_common-$(COMPONENT_VERSION)-py2.6.egg-info/top_level.txt |
706
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
109 |
|
1023
d2db2bc970c3
7040357 update pylint to 0.25.2
April Chin <april.chin@oracle.com>
parents:
986
diff
changeset
|
110 |
link path=usr/bin/pytest target=pytest-2.6 \ |
d2db2bc970c3
7040357 update pylint to 0.25.2
April Chin <april.chin@oracle.com>
parents:
986
diff
changeset
|
111 |
mediator=python mediator-version=2.6 |
d2db2bc970c3
7040357 update pylint to 0.25.2
April Chin <april.chin@oracle.com>
parents:
986
diff
changeset
|
112 |
|
d2db2bc970c3
7040357 update pylint to 0.25.2
April Chin <april.chin@oracle.com>
parents:
986
diff
changeset
|
113 |
license logilab-common.license license=LGPLv2.1,GPLv2 |
d2db2bc970c3
7040357 update pylint to 0.25.2
April Chin <april.chin@oracle.com>
parents:
986
diff
changeset
|
114 |
|
1666
69d14d547e77
PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents:
1251
diff
changeset
|
115 |
# pkgdepend should have picked up the dependency on /library/python/pyorbit-26; |
706
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
116 |
# this explicit depend action can be removed if pkgdepend is fixed later |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
117 |
depend fmri=__TBD \ |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
118 |
pkg.debug.depend.file=usr/lib/python2.6/vendor-packages/CORBA.py \ |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
119 |
pkg.debug.reason=usr/lib/python2.6/vendor-packages/logilab/common/corbautils.py \ |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
120 |
type=require |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
121 |
|
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
122 |
# force a dependency on the Python 2.6 runtime |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
123 |
depend fmri=__TBD pkg.debug.depend.file=python2.6 \ |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
124 |
pkg.debug.depend.path=usr/bin type=require |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
125 |
|
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
126 |
# force a dependency on the logilab-common package |
1666
69d14d547e77
PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents:
1251
diff
changeset
|
127 |
depend fmri=library/python/logilab-common@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \ |
706
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
128 |
type=require |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff
changeset
|
129 |
|
1666
69d14d547e77
PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents:
1251
diff
changeset
|
130 |
# force the rename with an optional dependency on the old name |
69d14d547e77
PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents:
1251
diff
changeset
|
131 |
depend type=optional \ |
69d14d547e77
PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents:
1251
diff
changeset
|
132 |
fmri=library/python-2/[email protected],5.12-5.12.0.0.0.41.0 |