From 86896185ff70767b65ee9a25b38049785ff9cc2a Mon Sep 17 00:00:00 2001 From: Christian Buschau Date: Mon, 21 Jan 2019 15:02:39 +0100 Subject: [PATCH] python-neovim: rename pycompile module --- srcpkgs/python-neovim/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-neovim/template b/srcpkgs/python-neovim/template index 84c0712f9ae..3e15c89e8ae 100644 --- a/srcpkgs/python-neovim/template +++ b/srcpkgs/python-neovim/template @@ -1,11 +1,11 @@ # Template file for 'python-neovim' pkgname=python-neovim version=0.3.2 -revision=1 +revision=2 noarch=yes wrksrc="pynvim-${version}" build_style=python-module -pycompile_module="neovim" +pycompile_module="pynvim" hostmakedepends="python-setuptools python3-setuptools" depends="neovim python-greenlet python-msgpack python-trollius" short_desc="Python2 client for Neovim" @@ -18,7 +18,7 @@ checksum=0a44c540dd5790acfbc7e411b0ed4fb6c44914d866226ebebf370c24c2723dc2 python3-neovim_package() { noarch=yes depends="neovim python3-msgpack python3-greenlet" - pycompile_module="neovim" + pycompile_module="pynvim" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove "usr/lib/python3*"