void-packages/srcpkgs/python3-language-server/template
2020-03-13 17:39:03 +00:00

21 lines
689 B
Bash

# Template file for 'python3-language-server'
pkgname=python3-language-server
version=0.31.8
revision=1
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"
short_desc="Python implementation of the Language Server Protocol"
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=f5685e1a6a3f6a2529ff75ea0676c59e769024302b2434564a5e7005d056eb82
post_install() {
vlicense LICENSE
}