From 5e36d1d31b9856998f6e325f9966f0381f88b065 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 28 Jun 2012 12:24:55 +0200 Subject: [PATCH] New package: python-tempita-0.5.1. --- srcpkgs/python-tempita/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python-tempita/template diff --git a/srcpkgs/python-tempita/template b/srcpkgs/python-tempita/template new file mode 100644 index 0000000000..c36e033a37 --- /dev/null +++ b/srcpkgs/python-tempita/template @@ -0,0 +1,18 @@ +# Template file for 'python-tempita' +pkgname=python-tempita +version=0.5.1 +revision=1 +wrksrc="Tempita-${version}" +noarch=yes +build_style=python-module +depends="python" +makedepends="python-distribute" +pycompile_module="tempita" +short_desc="A lightweight unicode templating language" +maintainer="Juan RP " +homepage="http://pythonpaste.org/tempita/" +license="MIT" +distfiles="http://pypi.python.org/packages/source/T/Tempita/Tempita-$version.tar.gz" +checksum=0ebe6938ca7401db79bac279849fffcb5752029150bcb6f3c3edbe7aa9a077d8 +long_desc=" + This package contains $pkgname: $short_desc."