From 93035211ca66fa457bc3d51dfda7871f31193f28 Mon Sep 17 00:00:00 2001 From: Nagy Karoly Gabriel Date: Wed, 4 Mar 2009 19:41:16 +0200 Subject: [PATCH] tempita: Added tempita 0.3 - A very small text templating language --- python/tempita/tempita.cache | 23 ++++++++++++++++++++++ python/tempita/tempita.desc | 37 ++++++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 python/tempita/tempita.cache create mode 100644 python/tempita/tempita.desc diff --git a/python/tempita/tempita.cache b/python/tempita/tempita.cache new file mode 100644 index 000000000..be3218bb7 --- /dev/null +++ b/python/tempita/tempita.cache @@ -0,0 +1,23 @@ + +[TIMESTAMP] 1236114136 Tue Mar 3 23:02:16 2009 +[BUILDTIME] 0 (5) +[SIZE] 0.04 MB, 7 files + +[DEP] bash +[DEP] bzip2 +[DEP] coreutils +[DEP] diffutils +[DEP] fhs +[DEP] findutils +[DEP] gcc +[DEP] glibc +[DEP] grep +[DEP] paste +[DEP] pygments +[DEP] python +[DEP] runit +[DEP] sed +[DEP] setuptools +[DEP] simplejson +[DEP] sysfiles +[DEP] tar diff --git a/python/tempita/tempita.desc b/python/tempita/tempita.desc new file mode 100644 index 000000000..38815e948 --- /dev/null +++ b/python/tempita/tempita.desc @@ -0,0 +1,37 @@ +[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] +[COPY] Filename: package/.../tempita/tempita.desc +[COPY] Copyright (C) 2009 The OpenSDE Project +[COPY] +[COPY] More information can be found in the files COPYING and README. +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; version 2 of the License. A copy of the +[COPY] GNU General Public License can be found in the file COPYING. +[COPY] --- SDE-COPYRIGHT-NOTE-END --- + +[I] A very small text templating language + +[T] Tempita is a small templating language for text substitution. +[T] This isn't meant to be the Next Big Thing in templating; it's just a handy +[T] little templating language for when your project outgrows string.Template +[T] or % substitution. It's small, it embeds Python in strings +[T] and it doesn't do much else. + +[U] http://pypi.python.org/packages/source/T/Tempita + +[A] Ian Bicking +[M] Nagy Karoly Gabriel + +[C] extra/tool + +[F] SETUPTOOLS + +[L] MIT +[S] Beta +[V] 0.3 +[P] X -----5---9 780.000 + +[D] 3390349074 Tempita-0.3.tar.gz http://pypi.python.org/packages/source/T/Tempita/