28 lines
904 B
Bash
28 lines
904 B
Bash
# Template file for 'python-neovim'
|
|
pkgname=python-neovim
|
|
version=0.1.4
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="python-client-${version}"
|
|
build_style=python-module
|
|
python_versions="2.7 3.4"
|
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
|
depends="neovim python python-msgpack python-greenlet python-trollius"
|
|
short_desc="Python library for scripting Neovim processes (Python2)"
|
|
pycompile_module="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=dc4718ab8e239b60093d3f04bd41e9348c6b6b5850c8418e1f8fafc71c62eba5
|
|
|
|
python3.4-neovim_package() {
|
|
noarch=yes
|
|
depends="neovim python3.4 python3.4-msgpack python3.4-greenlet"
|
|
pycompile_version="3.4"
|
|
pycompile_module="neovim"
|
|
short_desc="${short_desc/Python2/Python3.4}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3.4
|
|
}
|
|
}
|