python3-language-server: update to 0.34.1.

Closes #24061.
This commit is contained in:
Andrew J. Hesford 2020-08-04 21:09:11 -04:00
parent e4aa72b204
commit ab58810810

View file

@ -1,13 +1,12 @@
# Template file for 'python3-language-server'
pkgname=python3-language-server
version=0.34.1
revision=1
revision=2
archs=noarch
wrksrc="${pkgname/3}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-future python3-jedi python3-pluggy python3-jsonrpc-server python3-ultrajson
python3-setuptools"
depends="python3-jedi python3-pluggy python3-jsonrpc-server python3-ultrajson"
short_desc="Python implementation of the Language Server Protocol"
maintainer="k4leg <d0xi@inbox.ru>"
license="MIT"
@ -15,6 +14,10 @@ homepage="https://github.com/palantir/python-language-server"
distfiles="${PYPI_SITE}/p/${pkgname/3}/${pkgname/3}-${version}.tar.gz"
checksum=b96ff466b5aa24e212493de863899298f229a9e250e7353972563c7f2495d23d
post_patch() {
vsed -i setup.py -e 's/\bujson<=1.35\b/ujson/'
}
post_install() {
vlicense LICENSE
}