From 8a6c40c6537b2af16c621533e503f93db9f3b84c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 6 Jun 2013 18:58:09 +0200 Subject: [PATCH] New package: python-termcolor-1.1.0. --- srcpkgs/python-termcolor/template | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 srcpkgs/python-termcolor/template diff --git a/srcpkgs/python-termcolor/template b/srcpkgs/python-termcolor/template new file mode 100644 index 00000000000..df6194034cd --- /dev/null +++ b/srcpkgs/python-termcolor/template @@ -0,0 +1,23 @@ +# Template file for 'python-termcolor' +pkgname=python-termcolor +version=1.1.0 +revision=1 +wrksrc="termcolor-${version}" +build_style=python-module +hostmakedepends="python-distribute" +makedepends="python-devel" +short_desc="Python ANSII Color formatting for output in terminal" +maintainer="Juan RP " +homepage="http://pypi.python.org/pypi/termcolor" +license="MIT" +distfiles="http://pypi.python.org/packages/source/t/termcolor/termcolor-${version}.tar.gz" +checksum=1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b + +python-termcolor_package() { + noarch="yes" + pycompile_module="termcolor" + depends="python>=2.7" + pkg_install() { + vmove usr + } +}