python-neovim: rename pycompile module
This commit is contained in:
parent
8bcd197d10
commit
86896185ff
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'python-neovim'
|
# Template file for 'python-neovim'
|
||||||
pkgname=python-neovim
|
pkgname=python-neovim
|
||||||
version=0.3.2
|
version=0.3.2
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="pynvim-${version}"
|
wrksrc="pynvim-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="neovim"
|
pycompile_module="pynvim"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="neovim python-greenlet python-msgpack python-trollius"
|
depends="neovim python-greenlet python-msgpack python-trollius"
|
||||||
short_desc="Python2 client for Neovim"
|
short_desc="Python2 client for Neovim"
|
||||||
|
@ -18,7 +18,7 @@ checksum=0a44c540dd5790acfbc7e411b0ed4fb6c44914d866226ebebf370c24c2723dc2
|
||||||
python3-neovim_package() {
|
python3-neovim_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="neovim python3-msgpack python3-greenlet"
|
depends="neovim python3-msgpack python3-greenlet"
|
||||||
pycompile_module="neovim"
|
pycompile_module="pynvim"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/python3*"
|
vmove "usr/lib/python3*"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue