# Template file for 'python-ptyprocess' pkgname=python-ptyprocess version=0.5.2 revision=1 noarch=yes wrksrc="ptyprocess-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" depends="python" pycompile_module="ptyprocess" short_desc="Run a subprocess in a pseudo terminal (Python2)" maintainer="Alessio Sergi " homepage="https://github.com/pexpect/ptyprocess" license="ISC" distfiles="${PYPI_SITE}/p/ptyprocess/ptyprocess-${version}.tar.gz" checksum=e64193f0047ad603b71f202332ab5527c5e52aa7c8b609704fc28c0dc20c4365 python3-ptyprocess_package() { noarch=yes depends="python3" pycompile_module="ptyprocess" replaces="python3.4-ptyprocess>=0" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* } } python3.4-ptyprocess_package() { noarch=yes build_style=meta short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)" depends="python3-ptyprocess>=${version}_${revision}" }