From 05ad3591c4e66aa02f64917b0eceff1d71bcda20 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 28 Jun 2012 12:20:17 +0200 Subject: [PATCH] New package: python-decorator-3.3.2. --- srcpkgs/python-decorator/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/python-decorator/template diff --git a/srcpkgs/python-decorator/template b/srcpkgs/python-decorator/template new file mode 100644 index 0000000000..739c7530a1 --- /dev/null +++ b/srcpkgs/python-decorator/template @@ -0,0 +1,17 @@ +# Template file for 'python-decorator' +pkgname=python-decorator +version=3.3.2 +revision=1 +wrksrc="decorator-${version}" +noarch=yes +build_style=python-module +fulldepends="python" +pycompile_module="decorator.py" +short_desc="Python Decorator module" +maintainer="Juan RP " +homepage="http://pypi.python.org/pypi/decorator" +license="BSD" +distfiles="http://pypi.python.org/packages/source/d/decorator/decorator-$version.tar.gz" +checksum=c878e3c9a4015893fddcc7a145017bd54bd51cda0eb234cab6a20fa02540cb1f +long_desc=" + This package contains $pkgname: a Python Decorator module."