1 # Maintainer: Thomas Dziedzic < gostrc at gmail >
3 pkgname=vim-python-mode
6 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.'
9 url='https://github.com/klen/python-mode'
10 install='vim-python-mode.install'
11 depends=('vim' 'python2')
15 local _gitroot='git://github.com/klen/python-mode.git'
17 if [[ -d python-mode ]]; then
25 git checkout -b ${pkgver}
28 # used for !() remove when pacman 4 finally comes out :DDD
34 install -d ${pkgdir}/usr/share/vim/vimfiles/
36 cp -r !(.gitignore|Changelog.rst|README.rst) \
37 ${pkgdir}/usr/share/vim/vimfiles/