# Template file for 'python-tmuxp' pkgname=python-tmuxp version=1.5.3 revision=1 archs=noarch wrksrc="tmuxp-${version}" build_style=python-module pycompile_module="tmuxp" hostmakedepends="python-setuptools python3-setuptools" depends="python python-setuptools python-colorama python-click python-kaptan python-libtmux" short_desc="Session manager for tmux" maintainer="Alexander Egorenkov " license="MIT" homepage="https://github.com/tmux-python/tmuxp/" distfiles="${PYPI_SITE}/t/tmuxp/tmuxp-${version}.tar.gz" checksum=c1092d55d946e9635f19e4e46050cbe0785b7012545102eddf4d0c3872c1b66f alternatives="tmuxp:tmuxp:/usr/bin/tmuxp2" pre_configure() { # Remove version restrictions # colorama is forced at 0.3.9 while Void is at 0.4.x # click is at least 7 or higher while Void is at 6.x.x sed 's|[=><].*||g' -i requirements/base.txt } post_install() { vlicense LICENSE } python3-tmuxp_package() { archs=noarch pycompile_module="tmuxp" depends="python3 python3-setuptools python3-colorama python3-click python3-kaptan python3-libtmux" short_desc="${short_desc/Python2/Python3}" alternatives="tmuxp:tmuxp:/usr/bin/tmuxp3" pkg_install() { vmove usr/bin/tmuxp3 vmove usr/lib/python3* vlicense LICENSE } }