mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
community/py3-lsp-server: upgrade to 1.4.0
Also adds py3-setuptools as a runtime dependency as it's strictly required.
This commit is contained in:
parent
173032dbc7
commit
dc1e3e760d
@ -1,14 +1,15 @@
|
||||
# Contributor: Clayton Craft <clayton@craftyguy.net>
|
||||
# Maintainer: Clayton Craft <clayton@craftyguy.net>
|
||||
pkgname=py3-lsp-server
|
||||
pkgver=1.3.3
|
||||
pkgver=1.4.0
|
||||
pkgrel=0
|
||||
pkgdesc="python implementation of the language server protocol, fork of python-language-server"
|
||||
url="https://github.com/python-lsp/python-lsp-server"
|
||||
arch="noarch !armhf" # no py3-qt
|
||||
license="MIT"
|
||||
depends="py3-jedi py3-pluggy py3-ujson py3-lsp-jsonrpc py3-pydocstyle python3"
|
||||
makedepends="py3-setuptools"
|
||||
depends="py3-jedi py3-pluggy py3-ujson py3-lsp-jsonrpc py3-pydocstyle
|
||||
py3-setuptools python3"
|
||||
makedepends="py3-setuptools_scm py3-wheel"
|
||||
checkdepends="
|
||||
py3-autopep8
|
||||
py3-flake8
|
||||
@ -27,7 +28,7 @@ checkdepends="
|
||||
py3-rope
|
||||
py3-yapf
|
||||
"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/python-lsp/python-lsp-server/archive/v$pkgver.tar.gz"
|
||||
source="https://files.pythonhosted.org/packages/source/p/python-lsp-server/python-lsp-server-$pkgver.tar.gz"
|
||||
builddir="$srcdir/python-lsp-server-$pkgver"
|
||||
|
||||
build() {
|
||||
@ -47,5 +48,5 @@ package() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
8d52c4c98225232f0c28f1d3174e8b960f1534b2bb6124de8c14b896183d8f23e4725e02b626634089453367f2136130fc084a1ef9007e11713e7a3c09fec890 py3-lsp-server-1.3.3.tar.gz
|
||||
9f53e288b9bdb22575b06ec8a89022f533a323457746ef8e2cb52c84f06ac48b3408b4ebfbf96754ce68cdc9ddf1a745365d5ea21ba188a4372064fc87c1e6f4 python-lsp-server-1.4.0.tar.gz
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user