blob: c820d6ebeb7ff268f88abd7ea468c310196fb771 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
pkgbase = python-lsp-mypy
pkgdesc = Static type checking for python-lsp-server with mypy
pkgver = 0.6.9
pkgrel = 1
url = https://github.com/python-lsp/pylsp-mypy
arch = any
license = MIT
checkdepends = python-pytest
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python-lsp-server
depends = mypy
depends = python-toml
options = !strip
source = pylsp-mypy-0.6.9.tar.gz::https://github.com/python-lsp/pylsp-mypy/archive/refs/tags/0.6.9.tar.gz
sha256sums = 5b0802fd4bf2295393893a50b51f36e7587610058a4f6a058bc92a4de8e9d466
pkgname = python-pylsp-mypy
provides = python-lsp-mypy
conflicts = python-lsp-mypy
replaces = python-lsp-mypy
|