python-neovim: update to 0.1.4.
This commit is contained in:
parent
039845d1de
commit
87804c4e13
1 changed files with 3 additions and 3 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'python-neovim'
|
# Template file for 'python-neovim'
|
||||||
pkgname=python-neovim
|
pkgname=python-neovim
|
||||||
version=0.1.3
|
version=0.1.4
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="python-client-${version}"
|
wrksrc="python-client-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
depends="neovim python python-msgpack python-greenlet python-trollius python-click"
|
depends="neovim python python-msgpack python-greenlet python-trollius"
|
||||||
short_desc="Python library for scripting Neovim processes (Python2)"
|
short_desc="Python library for scripting Neovim processes (Python2)"
|
||||||
pycompile_module="neovim"
|
pycompile_module="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=9231b9411ec7876bf179bcfd954032c4a4dd39fde8809e83c7e49cae49045213
|
checksum=dc4718ab8e239b60093d3f04bd41e9348c6b6b5850c8418e1f8fafc71c62eba5
|
||||||
|
|
||||||
python3.4-neovim_package() {
|
python3.4-neovim_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
Loading…
Reference in a new issue