New package: python-termcolor-1.1.0.

This commit is contained in:
Juan RP 2013-06-06 18:58:09 +02:00
parent 7fd231a8ae
commit 8a6c40c653
1 changed files with 23 additions and 0 deletions

View File

@ -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 <xtraeme@gmail.com>"
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
}
}