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

#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#

#
# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
#

set name=pkg.fmri \
    value=pkg:/library/python/pip-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="A tool for installing and managing Python packages"
set name=pkg.description \
    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."
set name=com.oracle.info.description \
    value="pip, a tool for installing and managing Python packages"
set name=com.oracle.info.tpno value=$(TPNO)
set name=info.classification \
    value=org.opensolaris.category.2008:Development/Python
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=org.opensolaris.arc-caseid value=PSARC/2013/316
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
#
link path=usr/bin/pip target=pip-$(PYVER) mediator=python \
    mediator-version=$(PYVER)
file path=usr/bin/pip-$(PYVER)
file path=usr/lib/python$(PYVER)/vendor-packages/pip-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
file path=usr/lib/python$(PYVER)/vendor-packages/pip-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
file path=usr/lib/python$(PYVER)/vendor-packages/pip-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
file path=usr/lib/python$(PYVER)/vendor-packages/pip-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
file path=usr/lib/python$(PYVER)/vendor-packages/pip-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
file path=usr/lib/python$(PYVER)/vendor-packages/pip-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
file path=usr/lib/python$(PYVER)/vendor-packages/pip-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
file path=usr/lib/python$(PYVER)/vendor-packages/pip/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/__main__.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/_markerlib/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/_markerlib/markers.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/cachecontrol/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/cachecontrol/_cmd.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/cachecontrol/adapter.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/cachecontrol/cache.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/cachecontrol/caches/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/cachecontrol/caches/file_cache.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/cachecontrol/caches/redis_cache.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/cachecontrol/compat.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/cachecontrol/controller.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/cachecontrol/filewrapper.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/cachecontrol/heuristics.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/cachecontrol/serialize.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/cachecontrol/wrapper.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/colorama/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/colorama/ansi.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/colorama/ansitowin32.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/colorama/initialise.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/colorama/win32.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/colorama/winterm.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/_backport/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/_backport/misc.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/_backport/shutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/_backport/sysconfig.cfg
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/_backport/sysconfig.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/_backport/tarfile.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/compat.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/database.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/index.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/locators.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/manifest.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/markers.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/metadata.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/resources.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/scripts.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/t32.exe
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/t64.exe
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/util.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/version.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/w32.exe
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/w64.exe
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/distlib/wheel.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/constants.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/filters/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/filters/_base.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/filters/lint.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/filters/optionaltags.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/filters/sanitizer.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/filters/whitespace.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/html5parser.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/ihatexml.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/inputstream.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/sanitizer.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/serializer/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/serializer/htmlserializer.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/tokenizer.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/treeadapters/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/treeadapters/sax.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/treebuilders/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/treebuilders/_base.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/treebuilders/dom.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/treebuilders/etree.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/treebuilders/etree_lxml.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/treewalkers/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/treewalkers/_base.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/treewalkers/dom.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/treewalkers/etree.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/treewalkers/genshistream.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/treewalkers/lxmletree.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/treewalkers/pulldom.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/trie/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/trie/_base.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/trie/datrie.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/trie/py.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/html5lib/utils.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/ipaddress.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/lockfile/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/lockfile/linklockfile.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/lockfile/mkdirlockfile.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/lockfile/pidlockfile.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/lockfile/sqlitelockfile.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/lockfile/symlinklockfile.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/packaging/__about__.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/packaging/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/packaging/_compat.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/packaging/_structures.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/packaging/markers.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/packaging/requirements.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/packaging/specifiers.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/packaging/utils.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/packaging/version.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/pkg_resources/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/progress/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/progress/bar.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/progress/counter.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/progress/helpers.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/progress/spinner.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/pyparsing.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/re-vendor.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/adapters.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/api.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/auth.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/cacert.pem
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/certs.py \
    pkg.depend.bypass-generate=.*/certifi.*
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/compat.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/cookies.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/exceptions.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/hooks.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/models.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/big5freq.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/big5prober.py
file \
    path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/chardetect.py \
    pkg.depend.bypass-generate=.*/chardet.* \
    pkg.depend.bypass-generate=.*/universaldetector.*
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/chardistribution.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/charsetgroupprober.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/charsetprober.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/codingstatemachine.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/compat.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/constants.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/cp949prober.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/escprober.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/escsm.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/eucjpprober.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/euckrfreq.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/euckrprober.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/euctwfreq.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/euctwprober.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/gb2312freq.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/gb2312prober.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/hebrewprober.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/jisfreq.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/jpcntx.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/langbulgarianmodel.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/langcyrillicmodel.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/langgreekmodel.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/langhebrewmodel.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/langhungarianmodel.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/langthaimodel.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/latin1prober.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/mbcharsetprober.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/mbcsgroupprober.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/mbcssm.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/sbcharsetprober.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/sbcsgroupprober.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/sjisprober.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/universaldetector.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/chardet/utf8prober.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/_collections.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/connection.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/connectionpool.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/contrib/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/contrib/appengine.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/contrib/ntlmpool.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/exceptions.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/fields.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/filepost.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/packages/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/packages/ordered_dict.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/packages/six.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/poolmanager.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/request.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/response.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/util/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/util/connection.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/util/request.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/util/response.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/util/retry.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/util/timeout.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/packages/urllib3/util/url.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/sessions.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/status_codes.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/structures.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/requests/utils.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/retrying.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/_vendor/six.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/basecommand.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/baseparser.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/cmdoptions.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/completion.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/download.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/freeze.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/hash.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/help.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/install.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/list.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/search.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/show.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/uninstall.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/wheel.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/compat/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/compat/dictconfig.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/compat/ordereddict.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/download.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/exceptions.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/index.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/locations.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/models/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/models/index.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/operations/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/operations/freeze.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/pep425tags.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/req/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/req/req_file.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/req/req_install.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/req/req_set.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/req/req_uninstall.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/status_codes.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/utils/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/utils/appdirs.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/utils/build.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/utils/deprecation.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/utils/encoding.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/utils/filesystem.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/utils/hashes.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/utils/logging.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/utils/outdated.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/utils/setuptools_build.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/utils/ui.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vcs/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vcs/bazaar.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vcs/git.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vcs/mercurial.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/vcs/subversion.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/wheel.py
#
license LICENSE.txt license=MIT

# force a group dependency on the optional simplejson; pkgdepend work is needed
# to flush this out.
depend type=group fmri=library/python/simplejson-$(PYV)

# force the rename with an optional dependency on the old name
depend type=optional fmri=library/python-2/pip-$(PYV)@1.4.1,5.12-5.12.0.0.0.41.0

# force a dependency on argparse; pkgdepend work is needed to flush this out.
depend type=require fmri=library/python/argparse-$(PYV)

# force a dependency on lxml; pkgdepend work is needed to flush this out.
depend type=require fmri=library/python/lxml-$(PYV)

# force a dependency on ordereddict; pkgdepend work is needed to flush this out.
depend type=require fmri=library/python/ordereddict-$(PYV)

# force a dependency on the pip package
depend type=require \
    fmri=library/python/pip@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)