diff --git a/srcpkgs/python3-lsp-black/template b/srcpkgs/python3-lsp-black/template new file mode 100644 index 0000000..d65e93c --- /dev/null +++ b/srcpkgs/python3-lsp-black/template @@ -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 " +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 +} diff --git a/srcpkgs/python3-lsp-mypy/template b/srcpkgs/python3-lsp-mypy/template new file mode 100644 index 0000000..750b921 --- /dev/null +++ b/srcpkgs/python3-lsp-mypy/template @@ -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 " +license="MIT" +homepage="https://github.com/python-lsp/pylsp-mypy" +distfiles="${homepage}/archive/refs/tags/${version}.tar.gz" +checksum=873f5eca390c3ec47d17a190ef5e92966f032a849e2845b9dbc0234e3eefc6de + +post_install() { + vlicense LICENSE +} diff --git a/srcpkgs/python3-lsp-ruff/template b/srcpkgs/python3-lsp-ruff/template new file mode 100644 index 0000000..bf62338 --- /dev/null +++ b/srcpkgs/python3-lsp-ruff/template @@ -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 " +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 +}