components/python/jinja2/jinja2-PYVER.p5m
changeset 3998 5bd484384122
parent 1948 2d1537e7942d
child 6790 21708ee45426
equal deleted inserted replaced
3997:0ca3f3d6c919 3998:5bd484384122
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 2015, 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/jinja2-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27     value=pkg:/library/python/jinja2-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    28 set name=pkg.summary value="Full featured template engine for Python"
    28 set name=pkg.summary value="Full featured template engine for Python"
    70 file path=usr/lib/python$(PYVER)/vendor-packages/jinja2/utils.py
    70 file path=usr/lib/python$(PYVER)/vendor-packages/jinja2/utils.py
    71 file path=usr/lib/python$(PYVER)/vendor-packages/jinja2/visitor.py
    71 file path=usr/lib/python$(PYVER)/vendor-packages/jinja2/visitor.py
    72 #
    72 #
    73 license LICENSE license=BSD
    73 license LICENSE license=BSD
    74 
    74 
    75 # force a group dependency on the optional babel; pkgdepend work is needed to
       
    76 # flush this out.
       
    77 depend type=group fmri=library/python/babel-$(PYV)
       
    78 
       
    79 # force a dependency on the Python runtime
    75 # force a dependency on the Python runtime
    80 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    76 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    81     pkg.debug.depend.path=usr/bin
    77     pkg.debug.depend.path=usr/bin
    82 
    78 
    83 # force a dependency on the jinja2 package
    79 # force a dependency on the jinja2 package