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

#
# 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, Oracle and/or its affiliates. All rights reserved.
#

set name=pkg.fmri \
    value=pkg:/library/python-2/pip-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="A tool for installing and managing Python packages"
set name=com.oracle.info.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.tpno value=15181
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/backwardcompat/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/backwardcompat/ssl_match_hostname.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/cacert.pem
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/bundle.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/completion.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/freeze.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/unzip.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/wheel.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/commands/zip.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/log.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/pep425tags.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/req.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/runner.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/status_codes.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/util.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/vendor/__init__.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.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/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/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/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/six.py
file path=usr/lib/python$(PYVER)/vendor-packages/pip/wheel.py
license pip.license license="MIT, LGPL2.1"

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