Merge pull request #10763 from dleeram/python-neovim
python-neovim: fix python-msgpack name change.
This commit is contained in:
commit
e56151573a
1 changed files with 7 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-neovim'
|
# Template file for 'python-neovim'
|
||||||
pkgname=python-neovim
|
pkgname=python-neovim
|
||||||
version=0.2.0
|
version=0.2.0
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="python-client-${version}"
|
wrksrc="python-client-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -15,6 +15,12 @@ homepage="https://github.com/neovim/python-client"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=936b8c5a137436499328362da165f7ef16492a628d5a6d9f7b7f182c0200f8ab
|
checksum=936b8c5a137436499328362da165f7ef16492a628d5a6d9f7b7f182c0200f8ab
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
# python-msgpack had a name transition from msgpack-python to msgpack
|
||||||
|
# adapt.
|
||||||
|
sed -i 's|msgpack-python>=0.4.0|msgpack>=0.5.0|g' setup.py
|
||||||
|
}
|
||||||
|
|
||||||
python3-neovim_package() {
|
python3-neovim_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="neovim python3-msgpack python3-greenlet"
|
depends="neovim python3-msgpack python3-greenlet"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue