1 # Maintainer: Nicolás de la Torre <ndelatorre@gmail.com>
2 pkgname=python-ropemode
5 pkgdesc="a helper for using rope refactoring library in IDEs"
7 url="http://rope.sourceforge.net/ropevim.html"
9 depends=('python-rope')
10 conflicts=('ropemode')
12 source=(http://pypi.python.org/packages/source/r/ropemode/ropemode-$pkgver-rc2.tar.gz)
13 md5sums=('005556053583a81f248828adc646924d')
16 cd $srcdir/ropemode-$pkgver-rc2
17 python2 ./setup.py install --root=$pkgdir/ --prefix=/usr --optimize=1