components/python/ordereddict/ordereddict-26.p5m
changeset 3732 0f62cc221c7e
parent 1948 2d1537e7942d
equal deleted inserted replaced
3731:7b09b73a67a4 3732:0f62cc221c7e
    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/ordereddict-26@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    25     value=pkg:/library/python/ordereddict-26@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26 set name=pkg.summary value="Python ordereddict library"
    26 set name=pkg.summary value="Python ordereddict library"
    36 file path=usr/lib/python2.6/vendor-packages/ordereddict-$(COMPONENT_VERSION)-py2.6.egg-info
    36 file path=usr/lib/python2.6/vendor-packages/ordereddict-$(COMPONENT_VERSION)-py2.6.egg-info
    37 file path=usr/lib/python2.6/vendor-packages/ordereddict.py
    37 file path=usr/lib/python2.6/vendor-packages/ordereddict.py
    38 #
    38 #
    39 license LICENSE license=BSD-like
    39 license LICENSE license=BSD-like
    40 
    40 
       
    41 # force the rename with an optional dependency on the old name
       
    42 depend type=optional \
       
    43     fmri=library/python-2/[email protected],5.12-5.12.0.0.0.41.0
       
    44 
    41 # force a dependency on the Python runtime
    45 # force a dependency on the Python runtime
    42 depend type=require fmri=__TBD pkg.debug.depend.file=python2.6 \
    46 depend type=require fmri=__TBD pkg.debug.depend.file=python2.6 \
    43     pkg.debug.depend.path=usr/bin
    47     pkg.debug.depend.path=usr/bin
    44 
    48 
    45 # force a dependency on the ordereddict package
    49 # force a dependency on the ordereddict package
    46 depend type=require \
    50 depend type=require \
    47     fmri=library/python/ordereddict@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    51     fmri=library/python/ordereddict@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    48 
       
    49 # force the rename with an optional dependency on the old name
       
    50 depend type=optional fmri=library/python-2/[email protected],5.12-5.12.0.0.0.41.0