components/python/ipython/ipython-PYVER.p5m
author John Beck <John.Beck@Oracle.COM>
Fri, 13 Jun 2014 12:36:52 -0700
changeset 1948 2d1537e7942d
parent 1666 69d14d547e77
child 3732 0f62cc221c7e
permissions -rw-r--r--
18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1104
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
1666
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1583
diff changeset
    23
# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
1104
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
#
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
set name=pkg.fmri \
1666
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1583
diff changeset
    27
    value=pkg:/library/python/ipython-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
1104
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
set name=pkg.summary value="Enhanced interactive Python shell"
1225
2e558aea9a28 16472248 More minor changes to license file text and .p5m action for Userland S12
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    29
set name=com.oracle.info.description value="the IPython interactive Python shell"
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1666
diff changeset
    30
set name=com.oracle.info.tpno value=$(TPNO)
1104
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
set name=info.classification \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    32
    value=org.opensolaris.category.2008:Development/Python
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    34
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
set name=org.opensolaris.arc-caseid value=LSARC/2007/520
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
link path=usr/bin/ipcluster target=ipcluster-$(PYVER) mediator=python \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
    mediator-version=$(PYVER)
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
file build/$(MACH32)-$(PYVER)/scripts-$(PYVER)/ipcluster \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
    path=usr/bin/ipcluster-$(PYVER)
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
link path=usr/bin/ipcontroller target=ipcontroller-$(PYVER) mediator=python \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
    mediator-version=$(PYVER)
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
file build/$(MACH32)-$(PYVER)/scripts-$(PYVER)/ipcontroller \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
    path=usr/bin/ipcontroller-$(PYVER)
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
link path=usr/bin/ipengine target=ipengine-$(PYVER) mediator=python \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
    mediator-version=$(PYVER)
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    47
file build/$(MACH32)-$(PYVER)/scripts-$(PYVER)/ipengine \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    48
    path=usr/bin/ipengine-$(PYVER)
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    49
link path=usr/bin/iptest target=iptest-$(PYVER) mediator=python \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    50
    mediator-version=$(PYVER)
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    51
file build/$(MACH32)-$(PYVER)/scripts-$(PYVER)/iptest \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    52
    path=usr/bin/iptest-$(PYVER)
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    53
link path=usr/bin/ipython target=ipython-$(PYVER) mediator=python \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    54
    mediator-version=$(PYVER)
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    55
file build/$(MACH32)-$(PYVER)/scripts-$(PYVER)/ipython \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    56
    path=usr/bin/ipython-$(PYVER)
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    57
link path=usr/bin/ipython-wx target=ipython-wx-$(PYVER) mediator=python \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    58
    mediator-version=$(PYVER)
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    59
file build/$(MACH32)-$(PYVER)/scripts-$(PYVER)/ipython-wx \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    60
    path=usr/bin/ipython-wx-$(PYVER)
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    61
link path=usr/bin/ipythonx target=ipythonx-$(PYVER) mediator=python \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    62
    mediator-version=$(PYVER)
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    63
file build/$(MACH32)-$(PYVER)/scripts-$(PYVER)/ipythonx \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    64
    path=usr/bin/ipythonx-$(PYVER)
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    65
link path=usr/bin/pycolor target=pycolor-$(PYVER) mediator=python \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    66
    mediator-version=$(PYVER)
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    67
file build/$(MACH32)-$(PYVER)/scripts-$(PYVER)/pycolor \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    68
    path=usr/bin/pycolor-$(PYVER)
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    69
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/ColorANSI.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    70
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/ConfigLoader.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    71
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/CrashHandler.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    72
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/DPyGetOpt.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    73
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Debugger.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    74
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/InterpreterExec.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    75
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/InterpreterPasteInput.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    76
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/PhysicalQInput.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    77
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/PhysicalQInteractive.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    78
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/__init__.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    79
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/astyle.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    80
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/clearcmd.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    81
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/envpersist.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    82
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/ext_rescapture.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    83
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/ibrowse.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    84
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/igrid.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    85
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/ipipe.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    86
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/ipy_app_completers.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    87
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/ipy_autoreload.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    88
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/ipy_bzr.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    89
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/ipy_completers.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    90
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/ipy_constants.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    91
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/ipy_defaults.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    92
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/ipy_editors.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    93
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/ipy_exportdb.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    94
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/ipy_extutil.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    95
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/ipy_fsops.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    96
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/ipy_gnuglobal.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    97
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/ipy_greedycompleter.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    98
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/ipy_jot.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    99
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/ipy_kitcfg.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   100
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/ipy_legacy.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   101
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/ipy_lookfor.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   102
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/ipy_p4.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   103
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/ipy_pretty.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   104
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/ipy_profile_doctest.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   105
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/ipy_profile_none.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   106
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/ipy_profile_numpy.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   107
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/ipy_profile_scipy.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   108
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/ipy_profile_sh.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   109
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/ipy_profile_zope.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   110
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/ipy_pydb.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   111
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/ipy_rehashdir.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   112
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   113
    path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/ipy_render.py \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   114
    pkg.depend.bypass-generate=.*
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   115
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/ipy_server.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   116
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/ipy_signals.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   117
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/ipy_stock_completers.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   118
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/ipy_synchronize_with.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   119
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/ipy_system_conf.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   120
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/ipy_traits_completer.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   121
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/ipy_vimserver.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   122
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/ipy_which.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   123
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/ipy_winpdb.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   124
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/ipy_workdir.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   125
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/jobctrl.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   126
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/ledit.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   127
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/numeric_formats.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   128
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/pickleshare.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   129
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/pspersistence.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   130
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/scitedirector.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   131
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Extensions/win32clip.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   132
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/FakeModule.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   133
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Gnuplot2.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   134
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/GnuplotInteractive.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   135
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/GnuplotRuntime.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   136
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Itpl.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   137
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Logger.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   138
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Magic.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   139
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/OInspect.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   140
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/OutputTrap.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   141
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Prompts.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   142
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/PyColorize.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   143
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Release.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   144
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/Shell.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   145
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/UserConfig/__init__.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   146
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/UserConfig/ipy_user_conf.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   147
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/UserConfig/ipythonrc
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   148
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/UserConfig/ipythonrc-math
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   149
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/UserConfig/ipythonrc-numeric
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   150
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/UserConfig/ipythonrc-physics
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   151
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/UserConfig/ipythonrc-pysh
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   152
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/UserConfig/ipythonrc-tutorial
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   153
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/__init__.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   154
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/background_jobs.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   155
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/clipboard.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   156
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/completer.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   157
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/config/__init__.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   158
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/config/api.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   159
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/config/cutils.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   160
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/config/tests/__init__.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   161
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/deep_reload.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   162
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/demo.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   163
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/dtutils.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   164
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/excolors.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   165
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/external/Itpl.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   166
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/external/__init__.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   167
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/external/argparse.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   168
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/external/configobj.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   169
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/external/guid.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   170
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/external/mglob.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   171
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/external/path.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   172
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/external/pretty.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   173
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/external/simplegeneric.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   174
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/external/validate.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   175
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/frontend/__init__.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   176
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/frontend/asyncfrontendbase.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   177
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/frontend/cocoa/__init__.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   178
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/frontend/cocoa/cocoa_frontend.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   179
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/frontend/cocoa/tests/__init__.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   180
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/frontend/cocoa/tests/test_cocoa_frontend.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   181
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/frontend/frontendbase.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   182
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/frontend/linefrontendbase.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   183
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/frontend/prefilterfrontend.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   184
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/frontend/process/__init__.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   185
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/frontend/process/killableprocess.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   186
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/frontend/process/pipedprocess.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   187
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/frontend/process/winprocess.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   188
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/frontend/tests/__init__.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   189
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/frontend/tests/test_asyncfrontendbase.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   190
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/frontend/tests/test_frontendbase.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   191
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/frontend/tests/test_linefrontend.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   192
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/frontend/tests/test_prefilterfrontend.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   193
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/frontend/tests/test_process.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   194
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/frontend/wx/__init__.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   195
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/frontend/wx/console_widget.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   196
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/frontend/wx/ipythonx.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   197
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/frontend/wx/wx_frontend.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   198
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/frontend/zopeinterface.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   199
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/generics.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   200
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/genutils.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   201
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/gui/__init__.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   202
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/gui/wx/__init__.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   203
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/gui/wx/ipshell_nonblocking.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   204
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   205
    path=usr/lib/python$(PYVER)/vendor-packages/IPython/gui/wx/ipython_history.py \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   206
    pkg.depend.bypass-generate=.*
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   207
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   208
    path=usr/lib/python$(PYVER)/vendor-packages/IPython/gui/wx/ipython_view.py \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   209
    pkg.depend.bypass-generate=.*
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   210
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/gui/wx/thread_ex.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   211
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/gui/wx/wxIPython.py \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   212
    pkg.depend.bypass-generate=.*
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   213
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/history.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   214
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/hooks.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   215
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/ipapi.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   216
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/iplib.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   217
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/ipmaker.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   218
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/ipstruct.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   219
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/irunner.py \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   220
    pkg.depend.bypass-generate=.*
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   221
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/__init__.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   222
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/asyncclient.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   223
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/client.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   224
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/clientconnector.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   225
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/clientinterfaces.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   226
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/codeutil.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   227
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/config/__init__.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   228
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/contexts.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   229
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/controllerservice.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   230
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/core/__init__.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   231
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/core/config/__init__.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   232
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/core/display_formatter.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   233
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/core/display_trap.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   234
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/core/error.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   235
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/core/fd_redirector.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   236
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/core/file_like.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   237
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/core/history.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   238
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/core/interpreter.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   239
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/core/macro.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   240
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/core/magic.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   241
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/core/message_cache.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   242
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/core/notification.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   243
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/core/output_trap.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   244
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/core/prompts.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   245
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/core/redirector_output_trap.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   246
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/core/sync_traceback_trap.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   247
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/core/tests/__init__.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   248
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/core/tests/test_interpreter.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   249
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/core/tests/test_notification.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   250
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/core/tests/test_redirectors.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   251
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/core/traceback_formatter.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   252
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/core/traceback_trap.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   253
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/core/util.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   254
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/engineconnector.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   255
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/enginefc.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   256
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/engineservice.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   257
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/error.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   258
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/fcutil.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   259
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/magic.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   260
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/map.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   261
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/mapper.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   262
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/multiengine.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   263
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/multiengineclient.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   264
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/multienginefc.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   265
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/newserialized.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   266
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/parallelfunction.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   267
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/pbconfig.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   268
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/pbutil.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   269
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/pendingdeferred.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   270
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/pickleutil.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   271
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/scripts/__init__.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   272
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/scripts/ipcluster.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   273
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/scripts/ipcontroller.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   274
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/scripts/ipengine.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   275
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/task.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   276
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/taskclient.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   277
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/taskfc.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   278
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/tests/__init__.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   279
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/tests/controllertest.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   280
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/tests/engineservicetest.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   281
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/tests/multienginetest.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   282
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/tests/tasktest.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   283
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/tests/test_contexts.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   284
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/tests/test_controllerservice.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   285
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/tests/test_enginefc.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   286
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/tests/test_engineservice.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   287
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/tests/test_multiengine.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   288
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/tests/test_multienginefc.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   289
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/tests/test_newserialized.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   290
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/tests/test_pendingdeferred.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   291
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/tests/test_task.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   292
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/tests/test_taskfc.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   293
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/tests/test_twistedutil.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   294
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/twistedutil.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   295
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/kernel/util.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   296
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/macro.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   297
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/numutils.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   298
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/platutils.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   299
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/platutils_dummy.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   300
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/platutils_posix.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   301
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/platutils_win32.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   302
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/prefilter.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   303
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/rlineimpl.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   304
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/shadowns.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   305
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/shellglobals.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   306
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/strdispatch.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   307
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/testing/__init__.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   308
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/testing/decorator_msim.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   309
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/testing/decorators.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   310
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/testing/decorators_numpy.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   311
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/testing/decorators_trial.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   312
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/testing/iptest.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   313
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/testing/mkdoctests.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   314
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/testing/parametric.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   315
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/testing/plugin/__init__.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   316
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/testing/plugin/dtexample.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   317
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/testing/plugin/ipdoctest.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   318
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   319
    path=usr/lib/python$(PYVER)/vendor-packages/IPython/testing/plugin/iptest.py \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   320
    pkg.depend.bypass-generate=.*
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   321
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/testing/plugin/setup.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   322
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/testing/plugin/show_refs.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   323
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/testing/plugin/simple.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   324
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/testing/plugin/simplevars.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   325
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/testing/plugin/test_ipdoctest.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   326
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/testing/plugin/test_refs.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   327
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/testing/tests/__init__.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   328
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/testing/tests/test_decorators.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   329
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/testing/tests/test_decorators_trial.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   330
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   331
    path=usr/lib/python$(PYVER)/vendor-packages/IPython/testing/tests/test_tools.py \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   332
    pkg.depend.bypass-generate=.*
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   333
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/testing/tools.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   334
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/testing/util.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   335
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/tests/__init__.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   336
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/tests/obj_del.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   337
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/tests/refbug.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   338
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/tests/tclass.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   339
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/tests/test_fakemodule.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   340
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/tests/test_genutils.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   341
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/tests/test_iplib.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   342
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/tests/test_magic.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   343
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   344
    path=usr/lib/python$(PYVER)/vendor-packages/IPython/tests/test_platutils.py \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   345
    pkg.depend.bypass-generate=.*
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   346
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/tools/__init__.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   347
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/tools/growl.py \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   348
    pkg.depend.bypass-generate=.*
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   349
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/tools/tests/__init__.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   350
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/tools/tests/test_tools_utils.txt
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   351
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/tools/utils.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   352
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/twshell.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   353
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/ultraTB.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   354
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/upgrade_dir.py \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   355
    pkg.depend.bypass-generate=.*
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   356
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/usage.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   357
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/wildcard.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   358
file path=usr/lib/python$(PYVER)/vendor-packages/IPython/winconsole.py
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   359
file path=usr/lib/python$(PYVER)/vendor-packages/ipython-0.10-py$(PYVER).egg-info
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   360
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   361
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/examples/core/demo-exercizer.py \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   362
    pkg.tmp.autopyc=false
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   363
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   364
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/examples/core/example-demo.py \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   365
    pkg.tmp.autopyc=false
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   366
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   367
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/examples/core/example-embed-short.py \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   368
    pkg.tmp.autopyc=false
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   369
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   370
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/examples/core/example-embed.py \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   371
    pkg.tmp.autopyc=false
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   372
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   373
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/examples/core/example-gnuplot.py \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   374
    pkg.depend.bypass-generate=.* pkg.tmp.autopyc=false
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   375
file path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/examples/core/ipy.vim
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   376
file path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/examples/core/ipython-sh.desktop
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   377
file path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/examples/core/ipython.desktop
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   378
file path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/examples/core/ipython_here_shell_extension.reg
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   379
file path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/examples/core/leo_bridge_demo.leo
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   380
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   381
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/examples/core/seteditor.py \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   382
    pkg.tmp.autopyc=false
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   383
file path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/examples/kernel/HISTORY.gz
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   384
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   385
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/examples/kernel/asyncmultiengine1.py \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   386
    pkg.tmp.autopyc=false
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   387
file path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/examples/kernel/davinci.txt
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   388
file path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/examples/kernel/davinci0.txt
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   389
file path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/examples/kernel/davinci1.txt
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   390
file path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/examples/kernel/davinci2.txt
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   391
file path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/examples/kernel/davinci3.txt
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   392
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   393
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/examples/kernel/fetchparse.py \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   394
    pkg.tmp.autopyc=false
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   395
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   396
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/examples/kernel/helloworld.py \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   397
    pkg.tmp.autopyc=false
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   398
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   399
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/examples/kernel/mcdriver.py \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   400
    pkg.depend.bypass-generate=.* pkg.tmp.autopyc=false
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   401
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   402
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/examples/kernel/mcpricer.py \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   403
    pkg.tmp.autopyc=false
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   404
file path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/examples/kernel/multiengine1.ipy
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   405
file path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/examples/kernel/multiengine2.ipy
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   406
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   407
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/examples/kernel/multienginemap.py \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   408
    pkg.tmp.autopyc=false
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   409
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   410
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/examples/kernel/nwmerge.py \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   411
    pkg.tmp.autopyc=false
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   412
file path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/examples/kernel/parallel_pylab.ipy
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   413
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   414
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/examples/kernel/phistogram.py \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   415
    pkg.tmp.autopyc=false
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   416
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   417
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/examples/kernel/plotting_backend.py \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   418
    pkg.tmp.autopyc=false
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   419
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   420
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/examples/kernel/plotting_frontend.py \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   421
    pkg.tmp.autopyc=false
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   422
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   423
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/examples/kernel/pwordfreq.py \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   424
    pkg.tmp.autopyc=false
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   425
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   426
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/examples/kernel/pwordfreq_skel.py \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   427
    pkg.tmp.autopyc=false
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   428
file path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/examples/kernel/rmt.ipy
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   429
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   430
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/examples/kernel/rmtkernel.py \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   431
    pkg.tmp.autopyc=false
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   432
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   433
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/examples/kernel/task1.py \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   434
    pkg.tmp.autopyc=false
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   435
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   436
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/examples/kernel/task2.py \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   437
    pkg.tmp.autopyc=false
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   438
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   439
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/examples/kernel/task_profiler.py \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   440
    pkg.tmp.autopyc=false
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   441
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   442
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/examples/kernel/taskmap.py \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   443
    pkg.tmp.autopyc=false
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   444
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   445
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/examples/kernel/taskreject.py \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   446
    pkg.tmp.autopyc=false
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   447
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   448
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/examples/kernel/wordfreq.py \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   449
    pkg.tmp.autopyc=false
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   450
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   451
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/examples/kernel/wordfreq_skel.py \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   452
    pkg.tmp.autopyc=false
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   453
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   454
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/extensions/igrid_help.css \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   455
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   456
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   457
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/extensions/igrid_help.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   458
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   459
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   460
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance02556f36d9.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   461
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   462
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   463
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance051f7e48fe.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   464
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   465
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   466
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance0cb2ae6397.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   467
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   468
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   469
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance0cfcf4b863.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   470
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   471
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   472
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance0e68d1e987.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   473
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   474
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   475
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance0e9fd84c8f.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   476
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   477
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   478
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance0febb568d3.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   479
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   480
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   481
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance108f320aef.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   482
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   483
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   484
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance159f5785c5.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   485
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   486
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   487
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance169de53b39.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   488
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   489
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   490
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance1e02d72c2b.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   491
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   492
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   493
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance269af752ab.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   494
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   495
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   496
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance27be7de0fd.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   497
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   498
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   499
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance2804df5722.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   500
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   501
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   502
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance282b13d4e8.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   503
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   504
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   505
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance2918b8a868.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   506
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   507
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   508
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance2c0ade3727.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   509
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   510
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   511
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance33ca011777.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   512
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   513
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   514
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance36887168eb.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   515
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   516
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   517
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance392ae1cfdc.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   518
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   519
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   520
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance3b193f10c8.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   521
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   522
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   523
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance3b94a348ff.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   524
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   525
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   526
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance3d99f26637.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   527
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   528
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   529
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance3df91234cd.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   530
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   531
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   532
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance40d133a724.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   533
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   534
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   535
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance42f7f863ff.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   536
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   537
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   538
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance44cfd99191.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   539
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   540
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   541
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance4626574b3b.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   542
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   543
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   544
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance471b45c3f1.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   545
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   546
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   547
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance473830e069.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   548
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   549
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   550
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance476209c6f2.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   551
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   552
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   553
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance47d10118b5.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   554
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   555
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   556
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance5268d4be20.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   557
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   558
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   559
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance55118ebcd0.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   560
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   561
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   562
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance56ccf738fe.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   563
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   564
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   565
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance5a8e3af804.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   566
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   567
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   568
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance5bb63fa034.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   569
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   570
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   571
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance6139bb4d7a.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   572
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   573
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   574
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance635b4555f8.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   575
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   576
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   577
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance6637152827.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   578
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   579
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   580
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance66590ab664.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   581
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   582
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   583
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance671e29ab8d.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   584
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   585
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   586
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance687cd65f16.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   587
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   588
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   589
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance693b7dcbb3.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   590
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   591
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   592
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance6bda148fde.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   593
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   594
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   595
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance6ea4f4b106.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   596
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   597
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   598
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance71481bf26b.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   599
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   600
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   601
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance7529eac084.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   602
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   603
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   604
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance843b3c3e25.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   605
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   606
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   607
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance8778c83369.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   608
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   609
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   610
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance87aef75d35.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   611
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   612
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   613
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance87c89d1076.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   614
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   615
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   616
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance8a7656f497.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   617
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   618
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   619
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance8c75f5ebbf.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   620
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   621
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   622
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance93d59ca023.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   623
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   624
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   625
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance965bd54b23.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   626
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   627
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   628
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance968543e0db.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   629
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   630
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   631
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance99a266d7de.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   632
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   633
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   634
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance9a60a74ccf.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   635
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   636
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   637
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritance9cc4a3e644.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   638
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   639
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   640
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritancea418e28b1a.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   641
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   642
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   643
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritancea77bab8840.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   644
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   645
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   646
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritanceab5a152275.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   647
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   648
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   649
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritanceb05be293e1.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   650
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   651
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   652
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritanceb1db56fc4c.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   653
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   654
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   655
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritanceb70d8c7897.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   656
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   657
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   658
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritancebbb92aca05.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   659
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   660
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   661
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritancebcafe94cd2.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   662
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   663
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   664
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritancec44c5ec068.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   665
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   666
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   667
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritancec5ebb3f584.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   668
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   669
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   670
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritancec871829103.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   671
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   672
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   673
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritancec99b0098c8.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   674
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   675
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   676
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritancec9c4f04a48.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   677
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   678
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   679
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritanced45c5e1d74.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   680
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   681
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   682
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritanced89a399a0b.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   683
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   684
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   685
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritanced8ce90c5dc.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   686
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   687
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   688
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritanced9568becc5.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   689
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   690
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   691
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritancedd5d2ddcfd.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   692
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   693
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   694
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritancedd88f50245.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   695
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   696
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   697
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritancedda8386c0d.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   698
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   699
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   700
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritancedef30748d8.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   701
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   702
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   703
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritancedfc3392dd1.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   704
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   705
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   706
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritancee34b0e9ff2.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   707
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   708
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   709
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritanceeb128d1208.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   710
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   711
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   712
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritanceeb512baa90.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   713
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   714
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   715
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritanceeb8335e7cd.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   716
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   717
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   718
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritanceee7bf765f2.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   719
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   720
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   721
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritanceefdad02d24.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   722
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   723
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   724
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritancef59cc6f9f1.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   725
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   726
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   727
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritancef64684567c.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   728
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   729
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   730
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritancef8408a73de.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   731
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   732
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   733
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritancefa2646ae9d.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   734
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   735
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   736
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritancefc617353ed.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   737
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   738
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   739
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritancefd542f036c.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   740
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   741
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   742
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/inheritancefd8c8829bf.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   743
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   744
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   745
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_images/vision_beam_pattern.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   746
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   747
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   748
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.ColorANSI.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   749
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   750
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   751
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.ConfigLoader.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   752
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   753
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   754
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.CrashHandler.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   755
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   756
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   757
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.DPyGetOpt.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   758
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   759
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   760
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.Debugger.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   761
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   762
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   763
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.Itpl.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   764
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   765
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   766
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.Logger.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   767
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   768
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   769
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.Magic.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   770
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   771
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   772
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.OInspect.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   773
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   774
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   775
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.OutputTrap.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   776
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   777
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   778
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.Prompts.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   779
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   780
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   781
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.PyColorize.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   782
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   783
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   784
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.Shell.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   785
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   786
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   787
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.UserConfig.ipy_user_conf.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   788
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   789
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   790
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.background_jobs.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   791
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   792
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   793
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.clipboard.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   794
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   795
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   796
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.completer.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   797
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   798
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   799
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.config.api.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   800
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   801
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   802
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.config.cutils.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   803
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   804
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   805
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.deep_reload.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   806
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   807
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   808
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.demo.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   809
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   810
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   811
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.dtutils.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   812
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   813
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   814
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.excolors.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   815
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   816
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   817
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.external.Itpl.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   818
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   819
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   820
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.external.argparse.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   821
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   822
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   823
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.external.configobj.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   824
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   825
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   826
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.external.guid.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   827
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   828
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   829
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.external.mglob.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   830
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   831
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   832
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.external.path.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   833
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   834
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   835
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.external.pretty.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   836
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   837
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   838
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.external.simplegeneric.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   839
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   840
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   841
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.external.validate.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   842
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   843
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   844
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.frontend.asyncfrontendbase.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   845
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   846
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   847
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.frontend.frontendbase.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   848
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   849
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   850
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.frontend.linefrontendbase.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   851
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   852
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   853
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.frontend.prefilterfrontend.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   854
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   855
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   856
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.frontend.process.pipedprocess.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   857
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   858
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   859
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.frontend.wx.console_widget.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   860
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   861
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   862
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.frontend.wx.ipythonx.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   863
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   864
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   865
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.frontend.wx.wx_frontend.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   866
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   867
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   868
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.generics.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   869
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   870
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   871
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.genutils.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   872
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   873
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   874
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.gui.wx.ipshell_nonblocking.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   875
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   876
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   877
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.gui.wx.ipython_history.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   878
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   879
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   880
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.gui.wx.ipython_view.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   881
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   882
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   883
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.gui.wx.thread_ex.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   884
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   885
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   886
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.gui.wx.wxIPython.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   887
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   888
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   889
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.history.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   890
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   891
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   892
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.hooks.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   893
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   894
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   895
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.ipapi.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   896
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   897
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   898
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.iplib.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   899
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   900
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   901
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.ipmaker.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   902
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   903
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   904
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.ipstruct.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   905
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   906
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   907
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.irunner.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   908
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   909
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   910
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.client.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   911
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   912
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   913
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.clientconnector.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   914
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   915
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   916
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.clientinterfaces.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   917
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   918
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   919
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.codeutil.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   920
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   921
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   922
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.contexts.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   923
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   924
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   925
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.controllerservice.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   926
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   927
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   928
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.core.display_formatter.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   929
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   930
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   931
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.core.display_trap.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   932
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   933
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   934
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.core.error.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   935
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   936
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   937
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.core.fd_redirector.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   938
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   939
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   940
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.core.file_like.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   941
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   942
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   943
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.core.history.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   944
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   945
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   946
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.core.interpreter.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   947
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   948
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   949
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.core.macro.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   950
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   951
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   952
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.core.magic.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   953
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   954
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   955
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.core.message_cache.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   956
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   957
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   958
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.core.notification.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   959
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   960
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   961
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.core.output_trap.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   962
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   963
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   964
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.core.prompts.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   965
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   966
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   967
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.core.redirector_output_trap.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   968
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   969
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   970
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.core.sync_traceback_trap.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   971
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   972
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   973
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.core.traceback_formatter.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   974
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   975
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   976
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.core.traceback_trap.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   977
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   978
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   979
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.core.util.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   980
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   981
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   982
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.engineconnector.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   983
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   984
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   985
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.enginefc.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   986
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   987
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   988
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.engineservice.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   989
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   990
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   991
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.error.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   992
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   993
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   994
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.fcutil.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   995
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   996
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   997
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.magic.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   998
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   999
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1000
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.map.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1001
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1002
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1003
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.mapper.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1004
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1005
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1006
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.multiengine.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1007
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1008
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1009
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.multiengineclient.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1010
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1011
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1012
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.multienginefc.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1013
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1014
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1015
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.newserialized.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1016
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1017
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1018
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.parallelfunction.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1019
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1020
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1021
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.pbutil.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1022
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1023
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1024
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.pendingdeferred.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1025
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1026
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1027
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.pickleutil.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1028
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1029
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1030
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.scripts.ipcluster.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1031
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1032
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1033
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.scripts.ipcontroller.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1034
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1035
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1036
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.scripts.ipengine.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1037
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1038
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1039
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.task.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1040
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1041
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1042
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.taskclient.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1043
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1044
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1045
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.taskfc.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1046
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1047
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1048
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.twistedutil.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1049
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1050
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1051
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.kernel.util.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1052
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1053
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1054
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.macro.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1055
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1056
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1057
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.numutils.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1058
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1059
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1060
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.platutils.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1061
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1062
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1063
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.platutils_dummy.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1064
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1065
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1066
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.platutils_posix.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1067
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1068
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1069
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.platutils_win32.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1070
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1071
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1072
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.prefilter.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1073
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1074
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1075
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.shellglobals.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1076
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1077
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1078
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.strdispatch.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1079
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1080
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1081
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.testing.decorator_msim.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1082
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1083
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1084
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.testing.decorators.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1085
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1086
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1087
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.testing.decorators_numpy.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1088
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1089
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1090
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.testing.decorators_trial.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1091
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1092
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1093
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.testing.iptest.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1094
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1095
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1096
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.testing.mkdoctests.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1097
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1098
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1099
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.testing.parametric.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1100
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1101
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1102
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.testing.plugin.dtexample.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1103
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1104
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1105
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.testing.plugin.show_refs.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1106
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1107
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1108
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.testing.plugin.simple.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1109
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1110
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1111
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.testing.plugin.test_ipdoctest.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1112
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1113
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1114
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.testing.plugin.test_refs.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1115
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1116
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1117
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.testing.tools.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1118
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1119
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1120
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.testing.util.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1121
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1122
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1123
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.tools.growl.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1124
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1125
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1126
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.tools.utils.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1127
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1128
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1129
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.twshell.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1130
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1131
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1132
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.ultraTB.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1133
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1134
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1135
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.upgrade_dir.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1136
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1137
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1138
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.wildcard.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1139
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1140
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1141
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/IPython.winconsole.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1142
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1143
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1144
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/generated/gen.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1145
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1146
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1147
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/api/index.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1148
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1149
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1150
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/changes.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1151
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1152
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1153
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/config/customization.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1154
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1155
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1156
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/config/index.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1157
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1158
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1159
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/config/initial_config.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1160
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1161
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1162
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/config/new_config.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1163
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1164
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1165
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/credits.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1166
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1167
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1168
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/development/coding_guide.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1169
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1170
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1171
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/development/config_blueprint.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1172
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1173
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1174
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/development/doc_guide.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1175
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1176
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1177
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/development/index.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1178
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1179
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1180
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/development/notification_blueprint.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1181
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1182
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1183
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/development/overview.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1184
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1185
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1186
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/development/roadmap.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1187
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1188
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1189
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/faq.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1190
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1191
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1192
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/history.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1193
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1194
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1195
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/index.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1196
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1197
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1198
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/install/index.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1199
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1200
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1201
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/install/install.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1202
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1203
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1204
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/interactive/extension_api.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1205
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1206
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1207
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/interactive/index.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1208
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1209
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1210
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/interactive/reference.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1211
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1212
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1213
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/interactive/shell.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1214
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1215
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1216
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/interactive/tutorial.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1217
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1218
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1219
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/license_and_copyright.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1220
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1221
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1222
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/overview.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1223
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1224
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1225
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/parallel/index.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1226
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1227
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1228
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/parallel/parallel_intro.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1229
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1230
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1231
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/parallel/parallel_mpi.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1232
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1233
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1234
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/parallel/parallel_multiengine.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1235
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1236
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1237
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/parallel/parallel_process.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1238
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1239
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1240
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/parallel/parallel_security.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1241
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1242
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1243
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/parallel/parallel_task.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1244
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1245
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1246
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_sources/parallel/visionhpc.txt \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1247
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1248
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1249
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_static/contents.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1250
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1251
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1252
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_static/default.css \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1253
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1254
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1255
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_static/doctools.js \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1256
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1257
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1258
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_static/file.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1259
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1260
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1261
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_static/jquery.js \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1262
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1263
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1264
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_static/minus.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1265
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1266
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1267
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_static/navigation.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1268
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1269
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1270
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_static/plus.png \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1271
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1272
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1273
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_static/pygments.css \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1274
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1275
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1276
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_static/rightsidebar.css \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1277
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1278
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1279
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_static/searchtools.js \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1280
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1281
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1282
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_static/sphinxdoc.css \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1283
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1284
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1285
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_static/stickysidebar.css \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1286
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1287
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1288
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/_static/traditional.css \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1289
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1290
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1291
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.ColorANSI.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1292
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1293
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1294
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.ConfigLoader.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1295
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1296
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1297
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.CrashHandler.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1298
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1299
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1300
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.DPyGetOpt.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1301
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1302
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1303
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.Debugger.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1304
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1305
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1306
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.Itpl.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1307
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1308
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1309
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.Logger.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1310
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1311
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1312
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.Magic.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1313
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1314
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1315
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.OInspect.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1316
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1317
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1318
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.OutputTrap.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1319
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1320
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1321
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.Prompts.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1322
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1323
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1324
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.PyColorize.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1325
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1326
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1327
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.Shell.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1328
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1329
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1330
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.UserConfig.ipy_user_conf.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1331
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1332
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1333
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.background_jobs.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1334
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1335
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1336
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.clipboard.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1337
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1338
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1339
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.completer.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1340
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1341
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1342
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.config.api.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1343
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1344
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1345
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.config.cutils.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1346
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1347
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1348
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.deep_reload.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1349
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1350
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1351
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.demo.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1352
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1353
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1354
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.dtutils.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1355
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1356
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1357
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.excolors.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1358
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1359
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1360
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.external.Itpl.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1361
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1362
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1363
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.external.argparse.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1364
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1365
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1366
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.external.configobj.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1367
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1368
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1369
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.external.guid.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1370
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1371
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1372
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.external.mglob.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1373
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1374
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1375
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.external.path.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1376
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1377
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1378
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.external.pretty.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1379
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1380
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1381
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.external.simplegeneric.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1382
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1383
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1384
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.external.validate.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1385
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1386
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1387
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.frontend.asyncfrontendbase.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1388
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1389
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1390
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.frontend.frontendbase.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1391
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1392
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1393
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.frontend.linefrontendbase.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1394
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1395
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1396
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.frontend.prefilterfrontend.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1397
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1398
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1399
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.frontend.process.pipedprocess.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1400
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1401
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1402
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.frontend.wx.console_widget.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1403
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1404
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1405
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.frontend.wx.ipythonx.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1406
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1407
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1408
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.frontend.wx.wx_frontend.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1409
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1410
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1411
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.generics.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1412
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1413
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1414
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.genutils.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1415
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1416
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1417
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.gui.wx.ipshell_nonblocking.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1418
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1419
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1420
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.gui.wx.ipython_history.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1421
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1422
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1423
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.gui.wx.ipython_view.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1424
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1425
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1426
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.gui.wx.thread_ex.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1427
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1428
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1429
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.gui.wx.wxIPython.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1430
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1431
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1432
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.history.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1433
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1434
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1435
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.hooks.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1436
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1437
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1438
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.ipapi.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1439
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1440
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1441
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.iplib.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1442
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1443
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1444
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.ipmaker.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1445
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1446
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1447
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.ipstruct.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1448
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1449
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1450
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.irunner.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1451
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1452
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1453
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.client.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1454
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1455
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1456
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.clientconnector.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1457
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1458
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1459
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.clientinterfaces.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1460
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1461
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1462
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.codeutil.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1463
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1464
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1465
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.contexts.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1466
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1467
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1468
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.controllerservice.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1469
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1470
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1471
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.core.display_formatter.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1472
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1473
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1474
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.core.display_trap.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1475
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1476
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1477
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.core.error.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1478
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1479
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1480
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.core.fd_redirector.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1481
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1482
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1483
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.core.file_like.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1484
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1485
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1486
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.core.history.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1487
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1488
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1489
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.core.interpreter.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1490
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1491
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1492
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.core.macro.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1493
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1494
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1495
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.core.magic.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1496
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1497
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1498
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.core.message_cache.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1499
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1500
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1501
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.core.notification.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1502
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1503
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1504
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.core.output_trap.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1505
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1506
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1507
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.core.prompts.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1508
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1509
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1510
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.core.redirector_output_trap.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1511
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1512
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1513
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.core.sync_traceback_trap.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1514
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1515
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1516
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.core.traceback_formatter.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1517
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1518
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1519
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.core.traceback_trap.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1520
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1521
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1522
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.core.util.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1523
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1524
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1525
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.engineconnector.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1526
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1527
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1528
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.enginefc.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1529
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1530
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1531
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.engineservice.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1532
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1533
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1534
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.error.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1535
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1536
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1537
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.fcutil.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1538
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1539
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1540
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.magic.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1541
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1542
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1543
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.map.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1544
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1545
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1546
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.mapper.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1547
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1548
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1549
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.multiengine.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1550
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1551
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1552
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.multiengineclient.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1553
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1554
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1555
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.multienginefc.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1556
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1557
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1558
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.newserialized.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1559
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1560
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1561
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.parallelfunction.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1562
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1563
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1564
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.pbutil.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1565
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1566
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1567
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.pendingdeferred.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1568
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1569
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1570
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.pickleutil.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1571
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1572
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1573
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.scripts.ipcluster.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1574
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1575
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1576
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.scripts.ipcontroller.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1577
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1578
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1579
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.scripts.ipengine.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1580
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1581
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1582
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.task.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1583
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1584
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1585
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.taskclient.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1586
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1587
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1588
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.taskfc.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1589
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1590
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1591
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.twistedutil.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1592
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1593
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1594
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.kernel.util.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1595
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1596
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1597
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.macro.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1598
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1599
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1600
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.numutils.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1601
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1602
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1603
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.platutils.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1604
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1605
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1606
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.platutils_dummy.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1607
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1608
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1609
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.platutils_posix.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1610
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1611
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1612
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.platutils_win32.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1613
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1614
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1615
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.prefilter.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1616
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1617
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1618
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.shellglobals.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1619
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1620
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1621
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.strdispatch.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1622
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1623
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1624
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.testing.decorator_msim.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1625
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1626
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1627
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.testing.decorators.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1628
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1629
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1630
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.testing.decorators_numpy.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1631
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1632
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1633
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.testing.decorators_trial.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1634
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1635
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1636
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.testing.iptest.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1637
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1638
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1639
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.testing.mkdoctests.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1640
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1641
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1642
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.testing.parametric.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1643
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1644
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1645
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.testing.plugin.dtexample.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1646
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1647
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1648
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.testing.plugin.show_refs.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1649
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1650
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1651
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.testing.plugin.simple.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1652
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1653
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1654
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.testing.plugin.test_ipdoctest.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1655
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1656
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1657
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.testing.plugin.test_refs.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1658
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1659
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1660
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.testing.tools.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1661
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1662
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1663
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.testing.util.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1664
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1665
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1666
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.tools.growl.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1667
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1668
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1669
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.tools.utils.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1670
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1671
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1672
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.twshell.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1673
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1674
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1675
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.ultraTB.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1676
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1677
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1678
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.upgrade_dir.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1679
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1680
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1681
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.wildcard.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1682
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1683
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1684
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/IPython.winconsole.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1685
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1686
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1687
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/generated/gen.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1688
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1689
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1690
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/api/index.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1691
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1692
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1693
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/changes.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1694
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1695
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1696
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/config/customization.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1697
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1698
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1699
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/config/index.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1700
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1701
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1702
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/config/initial_config.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1703
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1704
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1705
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/config/new_config.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1706
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1707
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1708
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/credits.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1709
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1710
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1711
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/development/coding_guide.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1712
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1713
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1714
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/development/config_blueprint.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1715
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1716
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1717
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/development/doc_guide.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1718
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1719
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1720
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/development/index.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1721
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1722
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1723
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/development/notification_blueprint.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1724
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1725
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1726
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/development/overview.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1727
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1728
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1729
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/development/roadmap.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1730
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1731
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1732
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/faq.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1733
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1734
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1735
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/genindex.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1736
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1737
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1738
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/history.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1739
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1740
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1741
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/index.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1742
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1743
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1744
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/install/index.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1745
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1746
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1747
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/install/install.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1748
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1749
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1750
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/interactive/extension_api.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1751
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1752
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1753
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/interactive/index.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1754
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1755
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1756
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/interactive/reference.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1757
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1758
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1759
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/interactive/shell.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1760
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1761
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1762
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/interactive/tutorial.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1763
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1764
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1765
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/license_and_copyright.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1766
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1767
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1768
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/modindex.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1769
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1770
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1771
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/objects.inv \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1772
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1773
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1774
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/overview.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1775
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1776
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1777
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/parallel/index.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1778
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1779
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1780
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/parallel/parallel_intro.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1781
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1782
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1783
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/parallel/parallel_mpi.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1784
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1785
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1786
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/parallel/parallel_multiengine.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1787
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1788
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1789
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/parallel/parallel_process.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1790
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1791
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1792
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/parallel/parallel_security.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1793
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1794
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1795
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/parallel/parallel_task.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1796
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1797
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1798
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/parallel/visionhpc.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1799
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1800
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1801
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/search.html \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1802
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1803
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1804
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/html/searchindex.js \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1805
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1806
file \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1807
    path=usr/lib/python$(PYVER)/vendor-packages/share/doc/ipython/manual/ipython.pdf \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1808
    facet.doc.html=true
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1809
license ipython.license license=BSD
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1810
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1811
# ipython was previously in the 'desktop' consolidation. This optional
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1812
# dependency is here to facilitate the safe transfer of the package
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1813
# to the 'userland' consolidation.
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1814
depend type=optional \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1815
    fmri=consolidation/desktop/[email protected]
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1816
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1817
# force a dependency on the Python runtime
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1818
depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1819
    pkg.debug.depend.path=usr/bin
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1820
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1821
# force a dependency on the ipython package
c62d7e76bc87 15820218 SUNBT7202658 Move python/ipython from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1822
depend type=require \
1666
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1583
diff changeset
  1823
    fmri=library/python/ipython@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1583
diff changeset
  1824
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1583
diff changeset
  1825
# 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: 1583
diff changeset
  1826
depend type=optional \
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1583
diff changeset
  1827
    fmri=library/python-2/ipython-$(PYV)@0.10,5.12-5.12.0.0.0.41.0