components/python/pip/pip-PYVER.p5m
author Drew Fisher <drew.fisher@oracle.com>
Tue, 12 Nov 2013 13:24:56 -0700
branchs11-update
changeset 2817 093306a32a73
child 1666 69d14d547e77
child 3661 47545fb8aed4
child 4470 3e9a30f6ae2f
permissions -rw-r--r--
17497821 Request to integrate pip into Userland
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2817
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     1
#
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     3
#
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     7
#
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    12
#
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    18
#
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    20
#
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    21
# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    22
#
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    23
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    24
set name=pkg.fmri \
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    25
    value=pkg:/library/python-2/pip-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    26
set name=pkg.summary value="A tool for installing and managing Python packages"
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    27
set name=com.oracle.info.description \
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    28
    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."
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    29
set name=com.oracle.info.tpno value=15181
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    30
set name=info.classification \
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    31
    value=org.opensolaris.category.2008:Development/Python
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    32
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    33
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    34
set name=org.opensolaris.arc-caseid value=PSARC/2013/316
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    35
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    36
link path=usr/bin/pip target=pip-$(PYVER) mediator=python \
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    37
    mediator-version=$(PYVER)
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    38
file path=usr/bin/pip-$(PYVER)
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    39
file path=usr/lib/python$(PYVER)/vendor-packages/pip-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    40
file path=usr/lib/python$(PYVER)/vendor-packages/pip-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    41
file path=usr/lib/python$(PYVER)/vendor-packages/pip-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    42
file path=usr/lib/python$(PYVER)/vendor-packages/pip-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
093306a32a73 17497821 Request to integrate pip into Userland
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/not-zip-safe
093306a32a73 17497821 Request to integrate pip into Userland
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/requires.txt
093306a32a73 17497821 Request to integrate pip into Userland
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/top_level.txt
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    46
file path=usr/lib/python$(PYVER)/vendor-packages/pip/__init__.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    47
file path=usr/lib/python$(PYVER)/vendor-packages/pip/__main__.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    48
file path=usr/lib/python$(PYVER)/vendor-packages/pip/backwardcompat/__init__.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    49
file path=usr/lib/python$(PYVER)/vendor-packages/pip/backwardcompat/ssl_match_hostname.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    50
file path=usr/lib/python$(PYVER)/vendor-packages/pip/basecommand.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    51
file path=usr/lib/python$(PYVER)/vendor-packages/pip/baseparser.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    52
file path=usr/lib/python$(PYVER)/vendor-packages/pip/cacert.pem
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    53
file path=usr/lib/python$(PYVER)/vendor-packages/pip/cmdoptions.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    54
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/__init__.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    55
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/bundle.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    56
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/completion.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    57
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/freeze.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    58
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/help.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    59
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/install.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    60
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/list.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    61
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/search.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    62
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/show.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    63
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/uninstall.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    64
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/unzip.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    65
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/wheel.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    66
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/zip.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    67
file path=usr/lib/python$(PYVER)/vendor-packages/pip/download.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    68
file path=usr/lib/python$(PYVER)/vendor-packages/pip/exceptions.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    69
file path=usr/lib/python$(PYVER)/vendor-packages/pip/index.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    70
file path=usr/lib/python$(PYVER)/vendor-packages/pip/locations.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    71
file path=usr/lib/python$(PYVER)/vendor-packages/pip/log.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    72
file path=usr/lib/python$(PYVER)/vendor-packages/pip/pep425tags.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    73
file path=usr/lib/python$(PYVER)/vendor-packages/pip/req.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    74
file path=usr/lib/python$(PYVER)/vendor-packages/pip/runner.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    75
file path=usr/lib/python$(PYVER)/vendor-packages/pip/status_codes.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    76
file path=usr/lib/python$(PYVER)/vendor-packages/pip/util.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    77
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vcs/__init__.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    78
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vcs/bazaar.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    79
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vcs/git.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    80
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vcs/mercurial.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    81
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vcs/subversion.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    82
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/__init__.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    83
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/distlib/__init__.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    84
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/distlib/_backport/__init__.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    85
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/distlib/_backport/misc.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    86
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/distlib/_backport/shutil.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    87
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/distlib/_backport/sysconfig.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    88
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/distlib/_backport/tarfile.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    89
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/distlib/compat.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    90
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/distlib/database.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    91
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/distlib/index.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    92
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/distlib/locators.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    93
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/distlib/manifest.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    94
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/distlib/markers.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    95
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/distlib/metadata.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    96
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/distlib/resources.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    97
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/distlib/scripts.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    98
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/distlib/util.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    99
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/distlib/version.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   100
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/distlib/wheel.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   101
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/__init__.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   102
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/constants.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   103
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/filters/__init__.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   104
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/filters/_base.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   105
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/filters/alphabeticalattributes.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   106
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/filters/inject_meta_charset.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   107
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/filters/lint.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   108
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/filters/optionaltags.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   109
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/filters/sanitizer.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   110
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/filters/whitespace.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   111
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/html5parser.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   112
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/ihatexml.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   113
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/inputstream.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   114
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/sanitizer.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   115
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/serializer/__init__.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   116
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/serializer/htmlserializer.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   117
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/tokenizer.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   118
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/treebuilders/__init__.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   119
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/treebuilders/_base.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   120
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/treebuilders/dom.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   121
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/treebuilders/etree.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   122
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/treebuilders/etree_lxml.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   123
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/treewalkers/__init__.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   124
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/treewalkers/_base.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   125
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/treewalkers/dom.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   126
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/treewalkers/etree.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   127
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/treewalkers/genshistream.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   128
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/treewalkers/lxmletree.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   129
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/treewalkers/pulldom.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   130
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/trie/__init__.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   131
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/trie/_base.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   132
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/trie/datrie.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   133
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/trie/py.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   134
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/utils.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   135
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/six.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   136
file path=usr/lib/python$(PYVER)/vendor-packages/pip/wheel.py
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   137
license pip.license license="MIT, LGPL2.1"
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   138
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   139
# force a dependency on the pip package
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   140
depend type=require \
093306a32a73 17497821 Request to integrate pip into Userland
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
   141
    fmri=library/python-2/pip@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)