components/python/mako/mako-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) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    22 #
    24 #
    23 
    25 
    24 set name=pkg.fmri \
    26 set name=pkg.fmri \
    65 file path=usr/lib/python$(PYVER)/vendor-packages/mako/template.py
    67 file path=usr/lib/python$(PYVER)/vendor-packages/mako/template.py
    66 file path=usr/lib/python$(PYVER)/vendor-packages/mako/util.py
    68 file path=usr/lib/python$(PYVER)/vendor-packages/mako/util.py
    67 #
    69 #
    68 license LICENSE license=MIT
    70 license LICENSE license=MIT
    69 
    71 
       
    72 # force a group dependency on the optional babel; pkgdepend work is needed to
       
    73 # flush this out.
       
    74 depend type=group fmri=library/python/babel-$(PYV)
       
    75 
       
    76 # force a group dependency on the optional markupsafe; pkgdepend work is needed
       
    77 # to flush this out.
       
    78 depend type=group fmri=library/python/markupsafe-$(PYV)
       
    79 
       
    80 # force a group dependency on the optional pygments; pkgdepend work is needed to
       
    81 # flush this out.
       
    82 depend type=group fmri=library/python/pygments-$(PYV)
       
    83 
    70 # force the rename with an optional dependency on the old name
    84 # force the rename with an optional dependency on the old name
    71 depend type=optional fmri=library/python-2/mako-$(PYV)@0.4.1,5.12-5.12.0.0.0.41.0
    85 depend type=optional \
       
    86     fmri=library/python-2/mako-$(PYV)@0.4.1,5.12-5.12.0.0.0.41.0
    72 
    87 
    73 # force a dependency on the Python runtime
    88 # force a dependency on the Python runtime
    74 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    89 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    75     pkg.debug.depend.path=usr/bin
    90     pkg.debug.depend.path=usr/bin
    76 
    91