python-neovim: update to 0.2.5.
Closes #13953. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
9e41ade33f
commit
0550b10946
1 changed files with 5 additions and 5 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'python-neovim'
|
||||
pkgname=python-neovim
|
||||
version=0.2.4
|
||||
version=0.2.5
|
||||
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"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="neovim python-greenlet python-msgpack python-trollius"
|
||||
short_desc="Python2 client for Neovim"
|
||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/neovim/python-client"
|
||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
checksum=01a0aaa8bef3e051e295bcf881d8e35e099a4c996fb44cf6aa5354fa3dededbd
|
||||
checksum=2ab77beb7cf591f64e038ba0c6eee8cd56843a595827ffc78ee010b93ac16d87
|
||||
|
||||
python3-neovim_package() {
|
||||
noarch=yes
|
||||
|
|
Loading…
Reference in a new issue