components/python/jsonpatch/jsonpatch-PYVER.p5m
changeset 1666 69d14d547e77
parent 1484 01108fd9c6ef
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/jsonpatch-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    25     value=pkg:/library/python/jsonpatch-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26 set name=pkg.summary \
    26 set name=pkg.summary \
    27     value="Python module for creating and applying JSON Patches"
    27     value="Python module for creating and applying JSON Patches"
    28 set name=pkg.description \
    28 set name=pkg.description \
    29     value="The jsonpatch Python module allows you to create and apply a JSON Patch -- a series of operations applied to a JSON document -- as defined by RFC 6902."
    29     value="The jsonpatch Python module allows you to create and apply a JSON Patch -- a series of operations applied to a JSON document -- as defined by RFC 6902."
    30 set name=com.oracle.info.description \
    30 set name=com.oracle.info.description \
    51 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    51 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    52     pkg.debug.depend.path=usr/bin
    52     pkg.debug.depend.path=usr/bin
    53 
    53 
    54 # force a dependency on the jsonpatch package
    54 # force a dependency on the jsonpatch package
    55 depend type=require \
    55 depend type=require \
    56     fmri=library/python-2/jsonpatch@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    56     fmri=library/python/jsonpatch@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    57 
       
    58 # force the rename with an optional dependency on the old name
       
    59 depend type=optional \
       
    60     fmri=library/python-2/jsonpatch-$(PYV)@1.1,5.12-5.12.0.0.0.41.0