components/python/pip/pip-PYVER.p5m
author david.comay@oracle.com
Fri, 09 May 2014 20:59:20 -0700
changeset 1890 5a4ef66c42bf
parent 1666 69d14d547e77
child 1948 2d1537e7942d
permissions -rw-r--r--
16808434 Many components probably don't need a PATH line in their Makefiles 17395397 components/python/decorator/Makefile missing COMPONENT_BUGDB 17952703 transform should be added to drop irrelevant Python dependencies 17975940 mako could have dependency for markupsafe 18293987 /usr/bin/alembic should be shipped 18293992 boto's demo scripts aren't delivered executable 18294001 coverage Python package doesn't deliver 64-bit object 18294049 imaging Python package has some issues 18294059 various Python modules needs work-around for broken 2.7 RUNPATH issue 18377642 py.test has a requirement on py 18539154 Improvements can be made to many Python module dependencies 18539214 Some Python modules can have their tests enabled (Phase 1)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1516
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     1
#
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     3
#
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     7
#
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    12
#
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    18
#
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    20
#
1890
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1666
diff changeset
    21
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1666
diff changeset
    22
#
1666
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1516
diff changeset
    23
# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
1516
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    24
#
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    25
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@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: 1516
diff changeset
    27
    value=pkg:/library/python/pip-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
1516
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    28
set name=pkg.summary value="A tool for installing and managing Python packages"
1890
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1666
diff changeset
    29
set name=pkg.description \
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1666
diff changeset
    30
    value="Pip is a tool which can install Python packages from a variety of sources including PyPI (and other indexes) using requirement specifiers, VCS project URLs, local project directories, local or remote source archives and requirement files which provide an easy way to specify a whole installation environment."
1516
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    31
set name=com.oracle.info.description \
1890
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1666
diff changeset
    32
    value="pip, a tool for installing and managing Python packages"
1516
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    33
set name=com.oracle.info.tpno value=15181
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    34
set name=info.classification \
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    35
    value=org.opensolaris.category.2008:Development/Python
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    36
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    37
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    38
set name=org.opensolaris.arc-caseid value=PSARC/2013/316
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    39
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    40
link path=usr/bin/pip target=pip-$(PYVER) mediator=python \
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    41
    mediator-version=$(PYVER)
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    42
file path=usr/bin/pip-$(PYVER)
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    43
file path=usr/lib/python$(PYVER)/vendor-packages/pip-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    44
file path=usr/lib/python$(PYVER)/vendor-packages/pip-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    45
file path=usr/lib/python$(PYVER)/vendor-packages/pip-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    46
file path=usr/lib/python$(PYVER)/vendor-packages/pip-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    47
file path=usr/lib/python$(PYVER)/vendor-packages/pip-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    48
file path=usr/lib/python$(PYVER)/vendor-packages/pip-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    49
file path=usr/lib/python$(PYVER)/vendor-packages/pip-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    50
file path=usr/lib/python$(PYVER)/vendor-packages/pip/__init__.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    51
file path=usr/lib/python$(PYVER)/vendor-packages/pip/__main__.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    52
file path=usr/lib/python$(PYVER)/vendor-packages/pip/backwardcompat/__init__.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    53
file path=usr/lib/python$(PYVER)/vendor-packages/pip/backwardcompat/ssl_match_hostname.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    54
file path=usr/lib/python$(PYVER)/vendor-packages/pip/basecommand.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    55
file path=usr/lib/python$(PYVER)/vendor-packages/pip/baseparser.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    56
file path=usr/lib/python$(PYVER)/vendor-packages/pip/cacert.pem
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    57
file path=usr/lib/python$(PYVER)/vendor-packages/pip/cmdoptions.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    58
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/__init__.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    59
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/bundle.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    60
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/completion.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    61
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/freeze.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    62
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/help.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    63
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/install.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    64
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/list.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    65
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/search.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    66
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/show.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    67
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/uninstall.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    68
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/unzip.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    69
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/wheel.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    70
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/zip.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    71
file path=usr/lib/python$(PYVER)/vendor-packages/pip/download.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    72
file path=usr/lib/python$(PYVER)/vendor-packages/pip/exceptions.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    73
file path=usr/lib/python$(PYVER)/vendor-packages/pip/index.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    74
file path=usr/lib/python$(PYVER)/vendor-packages/pip/locations.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    75
file path=usr/lib/python$(PYVER)/vendor-packages/pip/log.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    76
file path=usr/lib/python$(PYVER)/vendor-packages/pip/pep425tags.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    77
file path=usr/lib/python$(PYVER)/vendor-packages/pip/req.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    78
file path=usr/lib/python$(PYVER)/vendor-packages/pip/runner.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    79
file path=usr/lib/python$(PYVER)/vendor-packages/pip/status_codes.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    80
file path=usr/lib/python$(PYVER)/vendor-packages/pip/util.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    81
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vcs/__init__.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    82
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vcs/bazaar.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    83
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vcs/git.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    84
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vcs/mercurial.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    85
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vcs/subversion.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    86
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/__init__.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    87
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/distlib/__init__.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    88
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/distlib/_backport/__init__.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    89
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/distlib/_backport/misc.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    90
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/distlib/_backport/shutil.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    91
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/distlib/_backport/sysconfig.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    92
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/distlib/_backport/tarfile.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    93
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/distlib/compat.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    94
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/distlib/database.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    95
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/distlib/index.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    96
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/distlib/locators.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    97
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/distlib/manifest.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    98
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/distlib/markers.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    99
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/distlib/metadata.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   100
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/distlib/resources.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   101
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/distlib/scripts.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   102
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/distlib/util.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   103
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/distlib/version.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   104
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/distlib/wheel.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   105
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/__init__.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   106
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/constants.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   107
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/filters/__init__.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   108
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/filters/_base.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   109
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/filters/alphabeticalattributes.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   110
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/filters/inject_meta_charset.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   111
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/filters/lint.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   112
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/filters/optionaltags.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   113
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/filters/sanitizer.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   114
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/filters/whitespace.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   115
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/html5parser.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   116
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/ihatexml.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   117
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/inputstream.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   118
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/sanitizer.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   119
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/serializer/__init__.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   120
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/serializer/htmlserializer.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   121
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/tokenizer.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   122
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/treebuilders/__init__.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   123
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/treebuilders/_base.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   124
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/treebuilders/dom.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   125
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/treebuilders/etree.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   126
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/treebuilders/etree_lxml.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   127
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/treewalkers/__init__.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   128
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/treewalkers/_base.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   129
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/treewalkers/dom.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   130
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/treewalkers/etree.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   131
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/treewalkers/genshistream.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   132
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/treewalkers/lxmletree.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   133
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/treewalkers/pulldom.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   134
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/trie/__init__.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   135
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/trie/_base.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   136
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/trie/datrie.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   137
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/trie/py.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   138
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/utils.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   139
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/six.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   140
file path=usr/lib/python$(PYVER)/vendor-packages/pip/wheel.py
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   141
license pip.license license="MIT, LGPL2.1"
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   142
1890
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1666
diff changeset
   143
# force the rename with an optional dependency on the old name
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1666
diff changeset
   144
depend type=optional fmri=library/python-2/pip-$(PYV)@1.4.1,5.12-5.12.0.0.0.41.0
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1666
diff changeset
   145
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1666
diff changeset
   146
# force a dependency on lxml; pkgdepend work is needed to flush this out.
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1666
diff changeset
   147
depend type=require fmri=library/python/lxml-$(PYV)
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1666
diff changeset
   148
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1666
diff changeset
   149
# force a dependency on ordereddict; pkgdepend work is needed to flush this out.
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1666
diff changeset
   150
depend type=require fmri=library/python/ordereddict-$(PYV)
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1666
diff changeset
   151
1516
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   152
# force a dependency on the pip package
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   153
depend type=require \
1666
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1516
diff changeset
   154
    fmri=library/python/pip@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)