components/python/cheetah/cheetah-PYVER.p5m
author John Beck <John.Beck@Oracle.COM>
Sat, 17 Jan 2015 09:17:37 -0800
branchs11-update
changeset 3661 47545fb8aed4
parent 2891 d90819d28c84
child 3704 69ab8eca01c5
permissions -rw-r--r--
18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2891
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
     1
#
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
     3
#
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
     7
#
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    12
#
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    18
#
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    20
#
3661
47545fb8aed4 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 2891
diff changeset
    21
# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
2891
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    22
#
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    23
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    24
set name=pkg.fmri \
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    25
    value=pkg:/library/python-2/cheetah-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    26
set name=pkg.summary value="A template engine and code generation tool"
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    27
set name=pkg.description \
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    28
    value="Cheetah is a template engine and code generation too.  It can be used standalone or combined with other tools and frameworks.  At its core, Cheetah is a domain-specific language for markup generation and templating which allows for full integration with existing Python code but also offers extensions to traditional Python syntax to allow for easier text generation.  Web development is its principal use, but Cheetah is very flexible and can be used to geenrate C++ game code, Java, SQL, form emails, and even Python code."
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    29
set name=com.oracle.info.description \
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    30
    value="the Cheetah template engine and code generation tool"
3661
47545fb8aed4 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 2891
diff changeset
    31
set name=com.oracle.info.tpno value=$(TPNO)
2891
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    32
set name=info.classification \
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    33
    value=org.opensolaris.category.2008:Development/Python
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    34
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    35
set name=info.upstream \
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    36
    value="R. Tyler Ballance <[email protected]>"
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    37
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    38
set name=org.opensolaris.arc-caseid value=PSARC/2012/XXX
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    39
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    40
#
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    41
link path=usr/bin/cheetah target=cheetah-$(PYVER) mediator=python \
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    42
    mediator-version=$(PYVER)
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    43
file path=usr/bin/cheetah-$(PYVER)
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    44
link path=usr/bin/cheetah-analyze target=cheetah-analyze-$(PYVER) \
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    45
    mediator=python mediator-version=$(PYVER)
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    46
file path=usr/bin/cheetah-analyze-$(PYVER)
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    47
link path=usr/bin/cheetah-compile target=cheetah-compile-$(PYVER) \
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    48
    mediator=python mediator-version=$(PYVER)
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    49
file path=usr/bin/cheetah-compile-$(PYVER)
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    50
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    51
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    52
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    53
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    54
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    55
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/CacheRegion.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    56
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/CacheStore.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    57
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/CheetahWrapper.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    58
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/Compiler.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    59
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/DirectiveAnalyzer.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    60
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/Django.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    61
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/DummyTransaction.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    62
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/ErrorCatchers.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    63
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/FileUtils.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    64
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/Filters.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    65
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/ImportHooks.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    66
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/ImportManager.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    67
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/Macros/I18n.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    68
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/Macros/__init__.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    69
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/NameMapper.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    70
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/Parser.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    71
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/Servlet.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    72
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/SettingsManager.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    73
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/SourceReader.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    74
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/Template.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    75
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/TemplateCmdLineIface.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    76
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/Templates/SkeletonPage.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    77
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/Templates/SkeletonPage.tmpl
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    78
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/Templates/_SkeletonPage.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    79
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/Templates/__init__.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    80
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/Tests/Analyzer.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    81
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/Tests/CheetahWrapper.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    82
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/Tests/Cheps.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    83
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/Tests/Filters.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    84
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/Tests/Misc.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    85
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/Tests/NameMapper.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    86
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/Tests/Parser.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    87
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/Tests/Performance.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    88
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/Tests/Regressions.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    89
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/Tests/SyntaxAndOutput.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    90
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/Tests/Template.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    91
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/Tests/Test.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    92
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/Tests/Unicode.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    93
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/Tests/__init__.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    94
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/Tests/xmlrunner.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    95
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/Tools/CGITemplate.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    96
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/Tools/MondoReport.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    97
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/Tools/MondoReportDoc.txt
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    98
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/Tools/RecursiveNull.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
    99
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/Tools/SiteHierarchy.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
   100
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/Tools/__init__.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
   101
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/Unspecified.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
   102
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/Utils/Indenter.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
   103
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/Utils/Misc.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
   104
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/Utils/WebInputMixin.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
   105
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/Utils/__init__.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
   106
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/Utils/htmlDecode.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
   107
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/Utils/htmlEncode.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
   108
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/Utils/statprof.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
   109
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/Version.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
   110
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/__init__.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
   111
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/_namemapper.so
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
   112
file path=usr/lib/python$(PYVER)/vendor-packages/Cheetah/convertTmplPathToModuleName.py
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
   113
license cheetah.license license="MIT, BSD-style, LGPLv2.1"
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
   114
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
   115
# force a dependency on the cheetah package
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
   116
depend type=require \
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
   117
    fmri=library/python-2/cheetah@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
   118
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
   119
# force a dependency on markdown; pkgdepend work is needed to flush this out.
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
   120
depend type=require fmri=library/python-2/markdown-$(PYV)
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
   121
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
   122
# force a dependency on pygments; pkgdepend work is needed to flush this out.
d90819d28c84 PSARC 2013/342 Cheetah 2.4.4 - Python template engine and code generation tool
Niall Power <niall.power@oracle.com>
parents:
diff changeset
   123
depend type=require fmri=library/python-2/pygments-$(PYV)