components/python/pip/pip-PYVER.p5m
branchs11-update
changeset 3704 69ab8eca01c5
parent 3661 47545fb8aed4
child 4422 785c3a06cb2f
equal deleted inserted replaced
3698:9c01a3410e89 3704:69ab8eca01c5
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 set name=pkg.fmri \
    24 set name=pkg.fmri \
    25     value=pkg:/library/python-2/pip-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    25     value=pkg:/library/python/pip-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26 set name=pkg.summary value="A tool for installing and managing Python packages"
    26 set name=pkg.summary value="A tool for installing and managing Python packages"
    27 set name=com.oracle.info.description \
    27 set name=com.oracle.info.description \
    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."
    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."
    29 set name=com.oracle.info.tpno value=$(TPNO)
    29 set name=com.oracle.info.tpno value=$(TPNO)
    30 set name=info.classification \
    30 set name=info.classification \
   134 file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/utils.py
   134 file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/html5lib/utils.py
   135 file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/six.py
   135 file path=usr/lib/python$(PYVER)/vendor-packages/pip/vendor/six.py
   136 file path=usr/lib/python$(PYVER)/vendor-packages/pip/wheel.py
   136 file path=usr/lib/python$(PYVER)/vendor-packages/pip/wheel.py
   137 license pip.license license="MIT, LGPL2.1"
   137 license pip.license license="MIT, LGPL2.1"
   138 
   138 
       
   139 # force the rename with an optional dependency on the old name
       
   140 depend type=optional \
       
   141     fmri=library/python-2/pip-$(PYV)@1.4.1,5.11-0.175.3.0.0.16.0
       
   142 
   139 # force a dependency on the pip package
   143 # force a dependency on the pip package
   140 depend type=require \
   144 depend type=require \
   141     fmri=library/python-2/pip@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
   145     fmri=library/python/pip@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)