void-packages/srcpkgs/python-termcolor/template
Alessio Sergi 02e9b483a8 python-termcolor: rebuild for Python 3.5
Switch to python3-* pkgs.
Convert python3.4-* pkg into dummy pkg.
2016-10-17 09:57:21 +02:00

40 lines
1.1 KiB
Bash

# Template file for 'python-termcolor'
pkgname=python-termcolor
version=1.1.0
revision=4
noarch=yes
wrksrc="termcolor-${version}"
build_style=python-module
hostmakedepends="python-devel python3-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="${PYPI_SITE}/t/termcolor/termcolor-${version}.tar.gz"
checksum=1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b
post_install() {
vlicense COPYING.txt LICENSE
}
python3-termcolor_package() {
noarch=yes
depends="python3"
pycompile_module="termcolor.py"
replaces="python3.4-termcolor>=0"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense COPYING.txt LICENSE
}
}
python3.4-termcolor_package() {
noarch=yes
build_style=meta
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
depends="python3-termcolor>=${version}_${revision}"
}