mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
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'
|
# Template file for 'python-neovim'
|
||||||
pkgname=python-neovim
|
pkgname=python-neovim
|
||||||
version=0.2.4
|
version=0.2.5
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="python-client-${version}"
|
wrksrc="python-client-${version}"
|
||||||
build_style=python-module
|
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"
|
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>"
|
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/neovim/python-client"
|
homepage="https://github.com/neovim/python-client"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=01a0aaa8bef3e051e295bcf881d8e35e099a4c996fb44cf6aa5354fa3dededbd
|
checksum=2ab77beb7cf591f64e038ba0c6eee8cd56843a595827ffc78ee010b93ac16d87
|
||||||
|
|
||||||
python3-neovim_package() {
|
python3-neovim_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue