From 02dbed42222182d62ca5fa844253581ce44e0c8a Mon Sep 17 00:00:00 2001 From: fivestang Date: Fri, 24 Apr 2020 15:39:32 -0400 Subject: [PATCH] python3-neovim: update to version 0.4.1 removed 'pycompile_module="pynvim"' as per xlint --- srcpkgs/python3-neovim/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-neovim/template b/srcpkgs/python3-neovim/template index 2730cd1b92b..b5c705bbafd 100644 --- a/srcpkgs/python3-neovim/template +++ b/srcpkgs/python3-neovim/template @@ -1,11 +1,10 @@ # Template file for 'python3-neovim' pkgname=python3-neovim -version=0.3.2 -revision=4 +version=0.4.1 +revision=1 archs=noarch wrksrc="pynvim-${version}" build_style="python3-module" -pycompile_module="pynvim" hostmakedepends="python3-setuptools" depends="neovim python3-greenlet python3-msgpack" short_desc="Python3 client for Neovim" @@ -13,4 +12,4 @@ maintainer="Steve Prybylski " license="Apache-2.0" homepage="https://github.com/neovim/python-client" distfiles="https://github.com/neovim/python-client/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz" -checksum=0a44c540dd5790acfbc7e411b0ed4fb6c44914d866226ebebf370c24c2723dc2 +checksum=132ea5c226399aed45a959f1d8efe8cdd89a769a672534722760a9a67b06dfa0