From d7e4a418f6e57fdc5f7be94280a923cf3b2c100f Mon Sep 17 00:00:00 2001 From: Mihail Ivanchev Date: Sat, 28 Sep 2024 10:50:22 +0200 Subject: [PATCH] New package: python3-pylsp-mypy-0.6.9 --- srcpkgs/python3-pylsp-mypy/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-pylsp-mypy/template diff --git a/srcpkgs/python3-pylsp-mypy/template b/srcpkgs/python3-pylsp-mypy/template new file mode 100644 index 00000000000..cbc3a0a596e --- /dev/null +++ b/srcpkgs/python3-pylsp-mypy/template @@ -0,0 +1,19 @@ +# Template file for 'python3-pylsp-mypy' +pkgname=python3-pylsp-mypy +version=0.6.9 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-wheel" +depends="python3-lsp-server" +short_desc="Mypy plugin for the Python LSP Server" +maintainer="Mihail Ivanchev " +license="MIT" +homepage="https://github.com/python-lsp/pylsp-mypy" +changelog="https://github.com/python-lsp/pylsp-mypy/releases" +distfiles="${PYPI_SITE}/p/pylsp-mypy/pylsp_mypy-${version}.tar.gz" +checksum=d28994a6ba123c3918ce3274a5cad768418650e575001002101c425ad6c7bbaa + + +post_install() { + vlicense LICENSE +}