# Template file for 'python3-pylsp-mypy'
pkgname=python3-pylsp-mypy
version=0.6.9
revision=2
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
}
