# Template file for 'python-neovim' pkgname=python-neovim version=0.1.10 revision=1 noarch=yes wrksrc="python-client-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" depends="neovim python-msgpack python-greenlet python-trollius" short_desc="Python2 client for Neovim" pycompile_module="neovim" maintainer="Steve Prybylski " license="Apache-2.0" homepage="https://github.com/neovim/python-client" distfiles="${homepage}/archive/${version}.tar.gz" checksum=668878561938e09d1f2c7e5a161cb1bd168bd53d016749adac32dade92b62f1c python3-neovim_package() { noarch=yes depends="neovim python3-msgpack python3-greenlet" pycompile_module="neovim" replaces="python3.4-neovim>=0" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* } } python3.4-neovim_package() { noarch=yes build_style=meta short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)" depends="python3-neovim>=${version}_${revision}" }