mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
python3-lsp-server: update to 1.7.1
This commit is contained in:
parent
894a291631
commit
5553dd242e
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-lsp-server'
|
# Template file for 'python3-lsp-server'
|
||||||
pkgname=python3-lsp-server
|
pkgname=python3-lsp-server
|
||||||
version=1.6.0
|
version=1.7.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools python3-setuptools_scm python3-wheel"
|
hostmakedepends="python3-setuptools python3-setuptools_scm python3-wheel"
|
||||||
|
@ -16,14 +16,15 @@ license="MIT"
|
||||||
homepage="https://github.com/python-lsp/python-lsp-server"
|
homepage="https://github.com/python-lsp/python-lsp-server"
|
||||||
changelog="https://raw.githubusercontent.com/python-lsp/python-lsp-server/develop/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/python-lsp/python-lsp-server/develop/CHANGELOG.md"
|
||||||
distfiles="${PYPI_SITE}/p/python-lsp-server/python-lsp-server-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/python-lsp-server/python-lsp-server-${version}.tar.gz"
|
||||||
checksum=d75cdff9027c4212e5b9e861e9a0219219c8e2c69508d9f24949951dabd0dc1b
|
checksum=67473bb301f35434b5fa8b21fc5ed5fac27dc8a8446ccec8bae456af52a0aef6
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
python3 -m pytest \
|
python3 -m pytest \
|
||||||
--ignore=test/plugins/test_completion.py \
|
--ignore=test/plugins/test_completion.py \
|
||||||
--ignore=test/plugins/test_pydocstyle_lint.py \
|
--ignore=test/plugins/test_pydocstyle_lint.py \
|
||||||
--ignore=test/plugins/test_rope_rename.py \
|
--ignore=test/plugins/test_rope_rename.py \
|
||||||
--ignore=test/plugins/test_yapf_format.py
|
--ignore=test/plugins/test_yapf_format.py \
|
||||||
|
--ignore=test/plugins/test_autoimport.py
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue