mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 01:27:02 +02:00
New package: python3-language-server-0.31.4.
This commit is contained in:
parent
950e1dfa1c
commit
0a92fb503e
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-language-server/template
Normal file
20
srcpkgs/python3-language-server/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'python3-language-server'
|
||||
pkgname=python3-language-server
|
||||
version=0.31.4
|
||||
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=68d1a5ed20714e45ee417348ae46de45ab4ed32c6c02ad147cbb9d7ea5293adb
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Reference in a new issue