diff --git a/srcpkgs/python-neovim/template b/srcpkgs/python-neovim/template index de320b93756..d26809e86c8 100644 --- a/srcpkgs/python-neovim/template +++ b/srcpkgs/python-neovim/template @@ -1,24 +1,24 @@ # Template file for 'python-neovim' pkgname=python-neovim -version=0.1.1 +version=0.1.2 revision=1 noarch=yes wrksrc="python-client-${version}" build_style=python-module python_versions="2.7 3.4" hostmakedepends="python-setuptools python3.4-setuptools" -depends="python python-msgpack python-greenlet python-trollius neovim" +depends="neovim python python-msgpack python-greenlet python-trollius python-click" short_desc="Python library for scripting Neovim processes (Python2)" pycompile_module="neovim" maintainer="Steve Prybylski " license="Apache-2.0" homepage="https://github.com/neovim/python-client" distfiles="${homepage}/archive/${version}.tar.gz" -checksum=146ae88fc0d3e2308fd8836f1416e2a60ed1fc60f3a84c67f8514f59df1cd731 +checksum=2d85a493194b5dfbc08cad1fd2e252f7ad35b65eb826dd61f67f4fecfc8476b2 python3.4-neovim_package() { noarch=yes - depends="python3.4 python3.4-msgpack python3.4-greenlet neovim" + depends="neovim python3.4 python3.4-msgpack python3.4-greenlet" pycompile_version="3.4" pycompile_module="neovim" short_desc="${short_desc/Python2/Python3.4}"