diff --git a/srcpkgs/python-neovim/template b/srcpkgs/python-neovim/template new file mode 100644 index 00000000000..e6399651c3c --- /dev/null +++ b/srcpkgs/python-neovim/template @@ -0,0 +1,28 @@ +# Template file for 'python-neovim' +pkgname=python-neovim +version=0.0.38 +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" +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=c5711ff16d020e71cf19f4916e82ba3fed4ee4871b4eedaa561d5bc2d29670ae + +python3.4-neovim_package() { + noarch=yes + depends="python3.4 python3.4-msgpack python3.4-greenlet neovim" + pycompile_version="3.4" + pycompile_module="neovim" + short_desc="${short_desc/Python2/Python3.4}" + pkg_install() { + vmove usr/lib/python3.4 + } +} diff --git a/srcpkgs/python3.4-neovim b/srcpkgs/python3.4-neovim new file mode 120000 index 00000000000..a88cef63da0 --- /dev/null +++ b/srcpkgs/python3.4-neovim @@ -0,0 +1 @@ +python-neovim \ No newline at end of file