python3-language-server: update to 0.36.2, add missing dependency.

fixes #36129
This commit is contained in:
classabbyamp 2022-03-14 03:34:41 -04:00 committed by Echo
parent 8b58871d4e
commit b2a00cf32b

View File

@ -1,11 +1,12 @@
# Template file for 'python3-language-server'
pkgname=python3-language-server
version=0.36.1
revision=3
version=0.36.2
revision=1
wrksrc="${pkgname/3}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-jedi python3-pluggy python3-jsonrpc-server python3-ultrajson"
depends="python3-jedi python3-pluggy python3-jsonrpc-server python3-ultrajson
python3-setuptools"
checkdepends="${depends} autopep8 python3-coverage python3-flaky python3-matplotlib
python3-mccabe python3-mock python3-numpy python3-pandas python3-pycodestyle
python3-PyQt5 python3-pyflakes python3-pylint python3-pytest python3-pytest-cov
@ -15,7 +16,7 @@ maintainer="k4leg <d0xi@inbox.ru>"
license="MIT"
homepage="https://github.com/palantir/python-language-server"
distfiles="${PYPI_SITE}/p/${pkgname/3}/${pkgname/3}-${version}.tar.gz"
checksum=c85d718ef6860319ad59fd6f2acb1166e9349b782ee8e8908e08ecf241615f52
checksum=9984c84a67ee2c5102c8e703215f407fcfa5e62b0ae86c9572d0ada8c4b417b0
# Needs unpackaged rope and versioneer
# https://github.com/palantir/python-language-server/blob/develop/setup.py#L51
make_check=no