mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 06:52:56 +02:00
New package: python3-pylsp-mypy-0.6.9
This commit is contained in:
parent
603a31f46a
commit
d7e4a418f6
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-pylsp-mypy/template
Normal file
19
srcpkgs/python3-pylsp-mypy/template
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue