components/python/mako/mako-26.p5m
branchs11-update
changeset 2722 dc566ca73390
parent 2721 3c9bd15584c4
child 2723 138732f62341
equal deleted inserted replaced
2721:3c9bd15584c4 2722:dc566ca73390
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 
       
    24 set name=pkg.fmri value=pkg:/library/python-2/mako-26@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    25 set name=pkg.summary value="Template library written in Python"
       
    26 set name=pkg.description value="Mako is an embedded Python (i.e., Python Server Page) templating language."
       
    27 set name=com.oracle.info.description value="the Mako Python template library"
       
    28 set name=info.classification value="org.opensolaris.category.2008:Development/Python"
       
    29 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    30 set name=info.upstream value="Mike Bayer <[email protected]>"
       
    31 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    32 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    33 set name=org.opensolaris.arc-caseid \
       
    34     value=PSARC/2011/263
       
    35 
       
    36 license mako.copyright license=MIT
       
    37 
       
    38 # force a dependency on the Python 2.6 runtime
       
    39 depend fmri=__TBD pkg.debug.depend.file=python2.6 \
       
    40        pkg.debug.depend.path=usr/bin type=require
       
    41 
       
    42 # force a dependency on the mako package
       
    43 depend fmri=library/python-2/mako@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
       
    44     type=require
       
    45 
       
    46 dir path=usr
       
    47 dir path=usr/lib
       
    48 dir path=usr/lib/python2.6
       
    49 dir path=usr/lib/python2.6/vendor-packages
       
    50 dir \
       
    51     path=usr/lib/python2.6/vendor-packages/Mako-$(COMPONENT_VERSION)-py2.6.egg-info
       
    52 dir path=usr/lib/python2.6/vendor-packages/mako
       
    53 dir path=usr/lib/python2.6/vendor-packages/mako/ext
       
    54 file \
       
    55     path=usr/lib/python2.6/vendor-packages/Mako-$(COMPONENT_VERSION)-py2.6.egg-info/PKG-INFO
       
    56 file \
       
    57     path=usr/lib/python2.6/vendor-packages/Mako-$(COMPONENT_VERSION)-py2.6.egg-info/SOURCES.txt
       
    58 file \
       
    59     path=usr/lib/python2.6/vendor-packages/Mako-$(COMPONENT_VERSION)-py2.6.egg-info/dependency_links.txt
       
    60 file \
       
    61     path=usr/lib/python2.6/vendor-packages/Mako-$(COMPONENT_VERSION)-py2.6.egg-info/entry_points.txt
       
    62 file \
       
    63     path=usr/lib/python2.6/vendor-packages/Mako-$(COMPONENT_VERSION)-py2.6.egg-info/not-zip-safe
       
    64 file \
       
    65     path=usr/lib/python2.6/vendor-packages/Mako-$(COMPONENT_VERSION)-py2.6.egg-info/requires.txt
       
    66 file \
       
    67     path=usr/lib/python2.6/vendor-packages/Mako-$(COMPONENT_VERSION)-py2.6.egg-info/top_level.txt
       
    68 file path=usr/lib/python2.6/vendor-packages/mako/__init__.py
       
    69 file path=usr/lib/python2.6/vendor-packages/mako/_ast_util.py
       
    70 file path=usr/lib/python2.6/vendor-packages/mako/ast.py
       
    71 file path=usr/lib/python2.6/vendor-packages/mako/cache.py
       
    72 file path=usr/lib/python2.6/vendor-packages/mako/codegen.py
       
    73 file path=usr/lib/python2.6/vendor-packages/mako/exceptions.py
       
    74 file path=usr/lib/python2.6/vendor-packages/mako/ext/__init__.py
       
    75 file path=usr/lib/python2.6/vendor-packages/mako/ext/autohandler.py
       
    76 file path=usr/lib/python2.6/vendor-packages/mako/ext/babelplugin.py
       
    77 file path=usr/lib/python2.6/vendor-packages/mako/ext/preprocessors.py
       
    78 file path=usr/lib/python2.6/vendor-packages/mako/ext/pygmentplugin.py
       
    79 file path=usr/lib/python2.6/vendor-packages/mako/ext/turbogears.py
       
    80 file path=usr/lib/python2.6/vendor-packages/mako/filters.py
       
    81 file path=usr/lib/python2.6/vendor-packages/mako/lexer.py
       
    82 file path=usr/lib/python2.6/vendor-packages/mako/lookup.py
       
    83 file path=usr/lib/python2.6/vendor-packages/mako/parsetree.py
       
    84 file path=usr/lib/python2.6/vendor-packages/mako/pygen.py
       
    85 file path=usr/lib/python2.6/vendor-packages/mako/pyparser.py
       
    86 file path=usr/lib/python2.6/vendor-packages/mako/runtime.py
       
    87 file path=usr/lib/python2.6/vendor-packages/mako/template.py
       
    88 file path=usr/lib/python2.6/vendor-packages/mako/util.py