components/python/pip/pip-PYVER.p5m
author Drew Fisher <drew.fisher@oracle.com>
Tue, 21 Jun 2016 09:35:00 -0700
changeset 6262 879221d37327
parent 4412 39b39a22ebdc
permissions -rw-r--r--
23079603 Update pip to 8.1.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
#
6262
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
    23
# Copyright (c) 2013, 2016, 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"
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1890
diff changeset
    33
set name=com.oracle.info.tpno value=$(TPNO)
1516
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)
4412
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    40
#
1516
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    41
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
    42
    mediator-version=$(PYVER)
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    43
file path=usr/bin/pip-$(PYVER)
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/PKG-INFO
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/SOURCES.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/dependency_links.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/entry_points.txt
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/not-zip-safe
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/requires.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-$(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
    51
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
    52
file path=usr/lib/python$(PYVER)/vendor-packages/pip/__main__.py
4412
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    53
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/__init__.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    54
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/_markerlib/__init__.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    55
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/_markerlib/markers.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    56
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/cachecontrol/__init__.py
6262
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
    57
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/cachecontrol/_cmd.py
4412
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    58
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/cachecontrol/adapter.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    59
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/cachecontrol/cache.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    60
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/cachecontrol/caches/__init__.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    61
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/cachecontrol/caches/file_cache.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    62
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/cachecontrol/caches/redis_cache.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    63
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/cachecontrol/compat.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    64
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/cachecontrol/controller.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    65
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/cachecontrol/filewrapper.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    66
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/cachecontrol/heuristics.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    67
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/cachecontrol/serialize.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    68
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/cachecontrol/wrapper.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    69
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/colorama/__init__.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    70
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/colorama/ansi.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    71
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/colorama/ansitowin32.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    72
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/colorama/initialise.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    73
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/colorama/win32.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    74
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/colorama/winterm.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    75
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/__init__.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    76
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/_backport/__init__.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    77
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/_backport/misc.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    78
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/_backport/shutil.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    79
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/_backport/sysconfig.cfg
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    80
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/_backport/sysconfig.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    81
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/_backport/tarfile.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    82
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/compat.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    83
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/database.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    84
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/index.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    85
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/locators.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    86
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/manifest.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    87
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/markers.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    88
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/metadata.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    89
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/resources.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    90
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/scripts.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    91
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/t32.exe
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    92
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/t64.exe
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    93
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/util.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    94
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/version.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    95
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/w32.exe
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    96
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/w64.exe
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    97
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/wheel.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    98
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/__init__.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
    99
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/constants.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   100
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/filters/__init__.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   101
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/filters/_base.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   102
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   103
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   104
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/filters/lint.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   105
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/filters/optionaltags.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   106
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/filters/sanitizer.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   107
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/filters/whitespace.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   108
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/html5parser.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   109
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/ihatexml.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   110
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/inputstream.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   111
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/sanitizer.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   112
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/serializer/__init__.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   113
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/serializer/htmlserializer.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   114
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/tokenizer.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   115
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/treeadapters/__init__.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   116
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/treeadapters/sax.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   117
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/treebuilders/__init__.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   118
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/treebuilders/_base.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   119
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/treebuilders/dom.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   120
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/treebuilders/etree.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   121
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/treebuilders/etree_lxml.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   122
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/treewalkers/__init__.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   123
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/treewalkers/_base.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   124
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/treewalkers/dom.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   125
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/treewalkers/etree.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   126
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/treewalkers/genshistream.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   127
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/treewalkers/lxmletree.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   128
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/treewalkers/pulldom.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   129
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/trie/__init__.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   130
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/trie/_base.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   131
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/trie/datrie.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   132
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/trie/py.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   133
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/utils.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   134
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/ipaddress.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   135
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/lockfile/__init__.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   136
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/lockfile/linklockfile.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   137
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/lockfile/mkdirlockfile.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   138
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/lockfile/pidlockfile.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   139
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/lockfile/sqlitelockfile.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   140
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/lockfile/symlinklockfile.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   141
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/packaging/__about__.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   142
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/packaging/__init__.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   143
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/packaging/_compat.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   144
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/packaging/_structures.py
6262
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   145
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/packaging/markers.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   146
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/packaging/requirements.py
4412
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   147
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/packaging/specifiers.py
6262
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   148
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/packaging/utils.py
4412
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   149
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/packaging/version.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   150
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/pkg_resources/__init__.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   151
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/progress/__init__.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   152
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/progress/bar.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   153
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/progress/counter.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   154
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/progress/helpers.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   155
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/progress/spinner.py
6262
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   156
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/pyparsing.py
4412
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   157
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/re-vendor.py
6262
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   158
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/__init__.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   159
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/adapters.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   160
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/api.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   161
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/auth.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   162
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/cacert.pem
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   163
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/certs.py \
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   164
    pkg.depend.bypass-generate=.*/certifi.*
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   165
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/compat.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   166
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/cookies.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   167
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/exceptions.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   168
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/hooks.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   169
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/models.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   170
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/__init__.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   171
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/__init__.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   172
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/big5freq.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   173
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/big5prober.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   174
file \
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   175
    path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/chardetect.py \
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   176
    pkg.depend.bypass-generate=.*/chardet.* \
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   177
    pkg.depend.bypass-generate=.*/universaldetector.*
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   178
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/chardistribution.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   179
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/charsetgroupprober.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   180
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/charsetprober.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   181
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/codingstatemachine.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   182
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/compat.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   183
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/constants.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   184
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/cp949prober.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   185
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/escprober.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   186
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/escsm.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   187
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/eucjpprober.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   188
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/euckrfreq.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   189
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/euckrprober.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   190
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/euctwfreq.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   191
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/euctwprober.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   192
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/gb2312freq.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   193
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/gb2312prober.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   194
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/hebrewprober.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   195
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/jisfreq.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   196
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/jpcntx.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   197
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/langbulgarianmodel.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   198
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/langcyrillicmodel.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   199
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/langgreekmodel.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   200
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/langhebrewmodel.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   201
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/langhungarianmodel.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   202
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/langthaimodel.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   203
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/latin1prober.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   204
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/mbcharsetprober.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   205
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/mbcsgroupprober.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   206
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/mbcssm.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   207
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/sbcharsetprober.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   208
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/sbcsgroupprober.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   209
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/sjisprober.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   210
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/universaldetector.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   211
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/utf8prober.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   212
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/__init__.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   213
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/_collections.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   214
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/connection.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   215
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/connectionpool.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   216
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/contrib/__init__.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   217
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/contrib/appengine.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   218
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/contrib/ntlmpool.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   219
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   220
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/exceptions.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   221
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/fields.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   222
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/filepost.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   223
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/packages/__init__.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   224
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/packages/ordered_dict.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   225
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/packages/six.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   226
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   227
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   228
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/poolmanager.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   229
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/request.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   230
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/response.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   231
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/util/__init__.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   232
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/util/connection.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   233
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/util/request.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   234
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/util/response.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   235
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/util/retry.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   236
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   237
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/util/timeout.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   238
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/util/url.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   239
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/sessions.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   240
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/status_codes.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   241
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/structures.py
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   242
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/utils.py
4412
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   243
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/retrying.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   244
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/six.py
1516
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   245
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
   246
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
   247
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
   248
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
   249
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/completion.py
6262
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   250
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/download.py
1516
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   251
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/freeze.py
6262
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   252
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/hash.py
1516
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   253
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
   254
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
   255
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
   256
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
   257
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
   258
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
   259
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/wheel.py
4412
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   260
file path=usr/lib/python$(PYVER)/vendor-packages/pip/compat/__init__.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   261
file path=usr/lib/python$(PYVER)/vendor-packages/pip/compat/dictconfig.py
6262
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   262
file path=usr/lib/python$(PYVER)/vendor-packages/pip/compat/ordereddict.py
1516
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   263
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
   264
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
   265
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
   266
file path=usr/lib/python$(PYVER)/vendor-packages/pip/locations.py
4412
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   267
file path=usr/lib/python$(PYVER)/vendor-packages/pip/models/__init__.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   268
file path=usr/lib/python$(PYVER)/vendor-packages/pip/models/index.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   269
file path=usr/lib/python$(PYVER)/vendor-packages/pip/operations/__init__.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   270
file path=usr/lib/python$(PYVER)/vendor-packages/pip/operations/freeze.py
1516
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   271
file path=usr/lib/python$(PYVER)/vendor-packages/pip/pep425tags.py
4412
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   272
file path=usr/lib/python$(PYVER)/vendor-packages/pip/req/__init__.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   273
file path=usr/lib/python$(PYVER)/vendor-packages/pip/req/req_file.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   274
file path=usr/lib/python$(PYVER)/vendor-packages/pip/req/req_install.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   275
file path=usr/lib/python$(PYVER)/vendor-packages/pip/req/req_set.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   276
file path=usr/lib/python$(PYVER)/vendor-packages/pip/req/req_uninstall.py
1516
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   277
file path=usr/lib/python$(PYVER)/vendor-packages/pip/status_codes.py
4412
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   278
file path=usr/lib/python$(PYVER)/vendor-packages/pip/utils/__init__.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   279
file path=usr/lib/python$(PYVER)/vendor-packages/pip/utils/appdirs.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   280
file path=usr/lib/python$(PYVER)/vendor-packages/pip/utils/build.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   281
file path=usr/lib/python$(PYVER)/vendor-packages/pip/utils/deprecation.py
6262
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   282
file path=usr/lib/python$(PYVER)/vendor-packages/pip/utils/encoding.py
4412
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   283
file path=usr/lib/python$(PYVER)/vendor-packages/pip/utils/filesystem.py
6262
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   284
file path=usr/lib/python$(PYVER)/vendor-packages/pip/utils/hashes.py
4412
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   285
file path=usr/lib/python$(PYVER)/vendor-packages/pip/utils/logging.py
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   286
file path=usr/lib/python$(PYVER)/vendor-packages/pip/utils/outdated.py
6262
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   287
file path=usr/lib/python$(PYVER)/vendor-packages/pip/utils/setuptools_build.py
4412
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   288
file path=usr/lib/python$(PYVER)/vendor-packages/pip/utils/ui.py
1516
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   289
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
   290
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
   291
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
   292
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
   293
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
   294
file path=usr/lib/python$(PYVER)/vendor-packages/pip/wheel.py
6262
879221d37327 23079603 Update pip to 8.1.1
Drew Fisher <drew.fisher@oracle.com>
parents: 4412
diff changeset
   295
#
4412
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   296
license LICENSE.txt license=MIT
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   297
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   298
# force a group dependency on the optional simplejson; pkgdepend work is needed
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   299
# to flush this out.
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   300
depend type=group fmri=library/python/simplejson-$(PYV)
1516
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   301
1890
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1666
diff changeset
   302
# 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
   303
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
   304
4412
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   305
# force a dependency on argparse; pkgdepend work is needed to flush this out.
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   306
depend type=require fmri=library/python/argparse-$(PYV)
39b39a22ebdc 20281406 problem in UTILITY/PIP
Drew Fisher <drew.fisher@oracle.com>
parents: 1948
diff changeset
   307
1890
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1666
diff changeset
   308
# 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
   309
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
   310
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1666
diff changeset
   311
# 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
   312
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
   313
1516
e0b42d30e1a3 PSARC 2013/316 pip version 1.4.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   314
# 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
   315
depend type=require \
1666
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1516
diff changeset
   316
    fmri=library/python/pip@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)