blob: 1017ef4563b0112007a8444f8aa0e44d3505b39a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
pkgbase = neovim-coc-pyright-git
pkgdesc = Pyright extension for coc.nvim
pkgver = r203.172e760
pkgrel = 1
url = https://github.com/fannheyward/coc-pyright
arch = any
license = MIT
makedepends = yarn
makedepends = npm
makedepends = git
depends = neovim-coc
depends = python
optdepends = autopep8: autopep8 formatting plugin
optdepends = python-black: black formatting plugin
optdepends = yapf: yapf formatting plugin
optdepends = flake8: flake8 linting plugin
optdepends = bandit: bandit linting plugin
optdepends = mypy: mypy linting plugin
optdepends = pytype: pytype linting plugin
optdepends = python-pep8: pep8 linting plugin
optdepends = python-prospector: prospector linting plugin
optdepends = python-pydocstyle: pydocstyle linting plugin
optdepends = pylama: pylama linting plugin
optdepends = python-pylint: pylint linting plugin
provides = neovim-coc-pyright
conflicts = neovim-coc-pyright
source = coc-pyright::git+https://github.com/fannheyward/coc-pyright.git
sha256sums = SKIP
pkgname = neovim-coc-pyright-git
|