some plugins for python3-lsp-server
This commit is contained in:
parent
63d9625104
commit
bda79aaf47
3 changed files with 51 additions and 0 deletions
17
srcpkgs/python3-lsp-black/template
Normal file
17
srcpkgs/python3-lsp-black/template
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'python3-lsp-black'
|
||||
pkgname=python3-lsp-black
|
||||
version=1.3.0
|
||||
revision=2
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-lsp-server black"
|
||||
short_desc="Python LSP server plugin that adds support for black autoformatter"
|
||||
maintainer="Lilian Jónsdóttir <lilian.jonsdottir@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/python-lsp/python-lsp-black"
|
||||
distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=e17cc0fb7327b1b2377f197480690e0b9f908c688058f07262647c69a00c0d95
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
17
srcpkgs/python3-lsp-mypy/template
Normal file
17
srcpkgs/python3-lsp-mypy/template
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'python3-lsp-mypy'
|
||||
pkgname=python3-lsp-mypy
|
||||
version=0.6.8
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-lsp-server python3-mypy"
|
||||
short_desc="Python LSP server plugin that adds support for mypy type checker"
|
||||
maintainer="Lilian Jónsdóttir <lilian.jonsdottir@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/python-lsp/pylsp-mypy"
|
||||
distfiles="${homepage}/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=873f5eca390c3ec47d17a190ef5e92966f032a849e2845b9dbc0234e3eefc6de
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
17
srcpkgs/python3-lsp-ruff/template
Normal file
17
srcpkgs/python3-lsp-ruff/template
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'python3-lsp-ruff'
|
||||
pkgname=python3-lsp-ruff
|
||||
version=1.6.0
|
||||
revision=2
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-lsp-server ruff"
|
||||
short_desc="Python LSP server plugin that adds support for ruff linter"
|
||||
maintainer="Lilian Jónsdóttir <lilian.jonsdottir@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/python-lsp/python-lsp-ruff"
|
||||
distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=6dde8f2c11784edddfda35328fbbe391499ff1ee356251963a606db18765df16
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Reference in a new issue