mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
python3-lsp-server: update to 1.7.4.
This commit is contained in:
parent
fae60cb510
commit
f0c674f978
1 changed files with 2 additions and 2 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.7.3
|
version=1.7.4
|
||||||
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,7 +16,7 @@ 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=a31b0525be6ec831c7d2b476b744e5aa5074633e1d1b77ee97f332cde15983ea
|
checksum=c84254485a4d9431b24ecefd59741d21c00165611bcf6037bd7d54d0ed06a197
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
python3 -m pytest \
|
python3 -m pytest \
|
||||||
|
|
Loading…
Add table
Reference in a new issue