blob: 0447f9354a5148a2fd09bcfd1e9e661baf9aa944 (
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
|
pkgbase = vim-python-mode-git
pkgdesc = Python-mode is a vim plugin that allows you to use the pylint, rope, pydoc library in vim to provide features like python code looking for bugs, refactoring and some other useful things.
pkgver = 0.14.0.r12.g2db3b9e
pkgrel = 1
url = https://github.com/python-mode/python-mode
install = install
arch = any
license = LGPL3
makedepends = git
depends = vim
depends = python
depends = python-pyflakes
depends = python-pylint
depends = python-rope
depends = python-pydocstyle
depends = python-astroid
depends = python-appdirs
depends = python-mccabe
depends = python-pycodestyle
provides = vim-python-mode
conflicts = vim-python-mode
source = vim-python-mode-git::git+https://github.com/python-mode/python-mode#branch=develop
sha256sums = SKIP
pkgname = vim-python-mode-git
|