summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: c8f4fc418c739349c49b10a4ea0684af658ea78f (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
	pkgdesc = A vim plugin that make vim into python IDE
	pkgver = 0.13.0
	pkgrel = 1
	url = https://github.com/python-mode/python-mode
	arch = any
	groups = vim-plugins
	license = LGPL3
	depends = vim
	depends = python
	depends = python-astroid
	depends = autopep8
	depends = python-mccabe
	depends = python-pycodestyle
	depends = python-pydocstyle
	depends = python-pyflakes
	depends = python-pylint
	depends = python-rope
	depends = python-six
	depends = python-snowballstemmer
	source = https://github.com/python-mode/python-mode/archive/0.13.0.tar.gz
	sha256sums = 1d0812ebfe5850b298502c37ceff1b30cb492550995f0c9612a0a8df09f17d9f

pkgname = vim-python-mode