35 lines
961 B
Bash
35 lines
961 B
Bash
# Template file for 'python-termcolor'
|
|
pkgname=python-termcolor
|
|
version=1.1.0
|
|
revision=2
|
|
noarch=yes
|
|
wrksrc="termcolor-${version}"
|
|
build_style=python-module
|
|
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 <xtraeme@voidlinux.eu>"
|
|
homepage="https://pypi.python.org/pypi/termcolor"
|
|
license="MIT"
|
|
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
|
|
}
|
|
}
|