mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
parent
52a50e66c1
commit
1cd4937d30
1 changed files with 0 additions and 26 deletions
|
@ -1,26 +0,0 @@
|
||||||
# Template file for 'python-neovim'
|
|
||||||
pkgname=python-neovim
|
|
||||||
version=0.3.2
|
|
||||||
revision=2
|
|
||||||
archs=noarch
|
|
||||||
wrksrc="pynvim-${version}"
|
|
||||||
build_style=python-module
|
|
||||||
pycompile_module="pynvim"
|
|
||||||
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=0a44c540dd5790acfbc7e411b0ed4fb6c44914d866226ebebf370c24c2723dc2
|
|
||||||
|
|
||||||
python3-neovim_package() {
|
|
||||||
archs=noarch
|
|
||||||
depends="neovim python3-msgpack python3-greenlet"
|
|
||||||
pycompile_module="pynvim"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove "usr/lib/python3*"
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue