components/python/lesscpy/lesscpy-PYVER.p5m
changeset 7688 3b2a3df0423e
parent 6193 0ca395f404b9
equal deleted inserted replaced
7687:1093e2a9adbd 7688:3b2a3df0423e
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 set name=pkg.fmri \
    26 set name=pkg.fmri \
    27     value=pkg:/library/python/lesscpy-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27     value=pkg:/library/python/lesscpy-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    28 set name=pkg.summary value="Python LESS Compiler"
    28 set name=pkg.summary value="Python LESS Compiler"
    81 
    81 
    82 # force the rename with an optional dependency on the old name
    82 # force the rename with an optional dependency on the old name
    83 depend type=optional \
    83 depend type=optional \
    84     fmri=library/python-2/lesscpy-$(PYV)@0.9.10,5.12-5.12.0.0.0.44.0
    84     fmri=library/python-2/lesscpy-$(PYV)@0.9.10,5.12-5.12.0.0.0.44.0
    85 
    85 
    86 # force a dependency on argparse; pkgdepend work is needed to flush this out.
       
    87 depend type=require fmri=library/python/argparse-$(PYV)
       
    88 
       
    89 # force a dependency on the lesscpy package
    86 # force a dependency on the lesscpy package
    90 depend type=require \
    87 depend type=require \
    91     fmri=library/python/lesscpy@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    88     fmri=library/python/lesscpy@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    92 
    89 
    93 # force a dependency on ply; pkgdepend work is needed to flush this out.
    90 # force a dependency on ply; pkgdepend work is needed to flush this out.