components/python/jsonpatch/jsonpatch-PYVER.p5m
changeset 1890 5a4ef66c42bf
parent 1666 69d14d547e77
child 1948 2d1537e7942d
equal deleted inserted replaced
1889:7251578a5ce7 1890:5a4ef66c42bf
    15 # If applicable, add the following below this CDDL HEADER, with the
    15 # If applicable, add the following below this CDDL HEADER, with the
    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 #
       
    21 
    20 #
    22 #
    21 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    22 #
    24 #
    23 
    25 
    24 set name=pkg.fmri \
    26 set name=pkg.fmri \
    45 file path=usr/lib/python$(PYVER)/vendor-packages/jsonpatch-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
    47 file path=usr/lib/python$(PYVER)/vendor-packages/jsonpatch-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
    46 file path=usr/lib/python$(PYVER)/vendor-packages/jsonpatch.py
    48 file path=usr/lib/python$(PYVER)/vendor-packages/jsonpatch.py
    47 #
    49 #
    48 license jsonpatch.license license=BSD
    50 license jsonpatch.license license=BSD
    49 
    51 
       
    52 # force the rename with an optional dependency on the old name
       
    53 depend type=optional \
       
    54     fmri=library/python-2/jsonpatch-$(PYV)@1.1,5.12-5.12.0.0.0.41.0
       
    55 
    50 # force a dependency on the Python runtime
    56 # force a dependency on the Python runtime
    51 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    57 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    52     pkg.debug.depend.path=usr/bin
    58     pkg.debug.depend.path=usr/bin
    53 
    59 
    54 # force a dependency on the jsonpatch package
    60 # force a dependency on the jsonpatch package
    55 depend type=require \
    61 depend type=require \
    56     fmri=library/python/jsonpatch@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    62     fmri=library/python/jsonpatch@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    57 
    63 
    58 # force the rename with an optional dependency on the old name
    64 # force a dependency on jsonpointer; pkgdepend work is needed to flush this out.
    59 depend type=optional \
    65 depend type=require fmri=library/python/jsonpointer-$(PYV)
    60     fmri=library/python-2/jsonpatch-$(PYV)@1.1,5.12-5.12.0.0.0.41.0