components/python/mako/mako-PYVER.p5m
changeset 3638 35261042a92e
parent 1948 2d1537e7942d
equal deleted inserted replaced
3637:ccffa596a69c 3638:35261042a92e
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 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/mako-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27     value=pkg:/library/python/mako-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    28 set name=pkg.summary value="Template library written in Python"
    28 set name=pkg.summary value="Template library written in Python"
    47 file path=usr/lib/python$(PYVER)/vendor-packages/Mako-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
    47 file path=usr/lib/python$(PYVER)/vendor-packages/Mako-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
    48 file path=usr/lib/python$(PYVER)/vendor-packages/mako/__init__.py
    48 file path=usr/lib/python$(PYVER)/vendor-packages/mako/__init__.py
    49 file path=usr/lib/python$(PYVER)/vendor-packages/mako/_ast_util.py
    49 file path=usr/lib/python$(PYVER)/vendor-packages/mako/_ast_util.py
    50 file path=usr/lib/python$(PYVER)/vendor-packages/mako/ast.py
    50 file path=usr/lib/python$(PYVER)/vendor-packages/mako/ast.py
    51 file path=usr/lib/python$(PYVER)/vendor-packages/mako/cache.py
    51 file path=usr/lib/python$(PYVER)/vendor-packages/mako/cache.py
       
    52 file path=usr/lib/python$(PYVER)/vendor-packages/mako/cmd.py
    52 file path=usr/lib/python$(PYVER)/vendor-packages/mako/codegen.py
    53 file path=usr/lib/python$(PYVER)/vendor-packages/mako/codegen.py
       
    54 file path=usr/lib/python$(PYVER)/vendor-packages/mako/compat.py
    53 file path=usr/lib/python$(PYVER)/vendor-packages/mako/exceptions.py
    55 file path=usr/lib/python$(PYVER)/vendor-packages/mako/exceptions.py
    54 file path=usr/lib/python$(PYVER)/vendor-packages/mako/ext/__init__.py
    56 file path=usr/lib/python$(PYVER)/vendor-packages/mako/ext/__init__.py
    55 file path=usr/lib/python$(PYVER)/vendor-packages/mako/ext/autohandler.py
    57 file path=usr/lib/python$(PYVER)/vendor-packages/mako/ext/autohandler.py
    56 file path=usr/lib/python$(PYVER)/vendor-packages/mako/ext/babelplugin.py
    58 file path=usr/lib/python$(PYVER)/vendor-packages/mako/ext/babelplugin.py
       
    59 file path=usr/lib/python$(PYVER)/vendor-packages/mako/ext/beaker_cache.py
    57 file path=usr/lib/python$(PYVER)/vendor-packages/mako/ext/preprocessors.py
    60 file path=usr/lib/python$(PYVER)/vendor-packages/mako/ext/preprocessors.py
    58 file path=usr/lib/python$(PYVER)/vendor-packages/mako/ext/pygmentplugin.py
    61 file path=usr/lib/python$(PYVER)/vendor-packages/mako/ext/pygmentplugin.py
    59 file path=usr/lib/python$(PYVER)/vendor-packages/mako/ext/turbogears.py
    62 file path=usr/lib/python$(PYVER)/vendor-packages/mako/ext/turbogears.py
    60 file path=usr/lib/python$(PYVER)/vendor-packages/mako/filters.py
    63 file path=usr/lib/python$(PYVER)/vendor-packages/mako/filters.py
    61 file path=usr/lib/python$(PYVER)/vendor-packages/mako/lexer.py
    64 file path=usr/lib/python$(PYVER)/vendor-packages/mako/lexer.py