diff --git a/srcpkgs/python-termcolor/template b/srcpkgs/python-termcolor/template index 8f2c03b514f..830e3af8347 100644 --- a/srcpkgs/python-termcolor/template +++ b/srcpkgs/python-termcolor/template @@ -1,17 +1,34 @@ # Template file for 'python-termcolor' pkgname=python-termcolor version=1.1.0 -revision=1 +revision=2 +noarch=yes wrksrc="termcolor-${version}" build_style=python-module -hostmakedepends="python-distribute" -makedepends="python-devel" -noarch="yes" -pycompile_module="termcolor" -depends="python>=2.7" -short_desc="Python ANSII Color formatting for output in terminal" +python_versions="2.7 3.4" +hostmakedepends="python-devel python3.4-devel" +makedepends="${hostmakedepends}" +depends="python" +pycompile_module="termcolor.py" +short_desc="Python2 ANSII Color formatting for output in terminal" maintainer="Juan RP " -homepage="http://pypi.python.org/pypi/termcolor" +homepage="https://pypi.python.org/pypi/termcolor" license="MIT" -distfiles="http://pypi.python.org/packages/source/t/termcolor/termcolor-${version}.tar.gz" +distfiles="https://pypi.python.org/packages/source/t/termcolor/termcolor-${version}.tar.gz" checksum=1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b + +post_install() { + vlicense COPYING.txt LICENSE +} + +python3.4-termcolor_package() { + noarch=yes + depends="python3.4" + pycompile_version="3.4" + pycompile_module="termcolor.py" + short_desc="${short_desc/Python2/Python3.4}" + pkg_install() { + vmove usr/lib/python3.4 + vlicense ${wrksrc}/COPYING.txt LICENSE + } +} diff --git a/srcpkgs/python3.4-termcolor b/srcpkgs/python3.4-termcolor new file mode 120000 index 00000000000..8ccc8e5931f --- /dev/null +++ b/srcpkgs/python3.4-termcolor @@ -0,0 +1 @@ +python-termcolor \ No newline at end of file