New package: python3-pylsp-mypy-0.6.9

This commit is contained in:
Mihail Ivanchev 2024-09-28 10:50:22 +02:00 committed by Duncan Overbruck
parent 603a31f46a
commit d7e4a418f6

View file

@ -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 <contact@ivanchev.net>"
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
}