components/python/warlock/warlock-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 \
    48 file path=usr/lib/python$(PYVER)/vendor-packages/warlock/exceptions.py
    50 file path=usr/lib/python$(PYVER)/vendor-packages/warlock/exceptions.py
    49 file path=usr/lib/python$(PYVER)/vendor-packages/warlock/model.py
    51 file path=usr/lib/python$(PYVER)/vendor-packages/warlock/model.py
    50 #
    52 #
    51 license warlock.license license=Apache
    53 license warlock.license license=Apache
    52 
    54 
       
    55 # force the rename with an optional dependency on the old name
       
    56 depend type=optional \
       
    57     fmri=library/python-2/warlock-$(PYV)@1.0.1,5.12-5.12.0.0.0.41.0
       
    58 
    53 # force a dependency on the Python runtime
    59 # force a dependency on the Python runtime
    54 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    60 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    55     pkg.debug.depend.path=usr/bin
    61     pkg.debug.depend.path=usr/bin
    56 
    62 
       
    63 # force a dependency on jsonpatch; pkgdepend work is needed to flush this out.
       
    64 depend type=require fmri=library/python/jsonpatch-$(PYV)
       
    65 
       
    66 # force a dependency on jsonschema; pkgdepend work is needed to flush this out.
       
    67 depend type=require fmri=library/python/jsonschema-$(PYV)
       
    68 
    57 # force a dependency on the warlock package
    69 # force a dependency on the warlock package
    58 depend type=require \
    70 depend type=require \
    59     fmri=library/python/warlock@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    71     fmri=library/python/warlock@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    60 
       
    61 # force the rename with an optional dependency on the old name
       
    62 depend type=optional \
       
    63     fmri=library/python-2/warlock-$(PYV)@1.0.1,5.12-5.12.0.0.0.41.0