components/python/pip/pip-PYVER.p5m
changeset 1666 69d14d547e77
parent 1516 e0b42d30e1a3
child 1890 5a4ef66c42bf
equal deleted inserted replaced
1665:9e945128be3b 1666:69d14d547e77
    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, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2013, 2014, 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=15181
    29 set name=com.oracle.info.tpno value=15181
    30 set name=info.classification \
    30 set name=info.classification \
   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 a dependency on the pip package
   139 # force a dependency on the pip package
   140 depend type=require \
   140 depend type=require \
   141     fmri=library/python-2/pip@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
   141     fmri=library/python/pip@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
   142 
       
   143 # force the rename with an optional dependency on the old name
       
   144 depend type=optional fmri=library/python-2/pip-$(PYV)@1.4.1,5.12-5.12.0.0.0.41.0