updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / python-ropemode / PKGBUILD
blob5146e8e1c37ec1d44eb0ba4bf7051313c0cae414
1 # Maintainer: Nicolás de la Torre <ndelatorre@gmail.com>
2 pkgname=python-ropemode
3 pkgver=0.1
4 pkgrel=1
5 pkgdesc="a helper for using rope refactoring library in IDEs"
6 arch=('any')
7 url="http://rope.sourceforge.net/ropevim.html"
8 license=('GPL')
9 depends=('python-rope')
10 conflicts=('ropemode')
11 replaces=('ropemode')
12 source=(http://pypi.python.org/packages/source/r/ropemode/ropemode-$pkgver-rc2.tar.gz)
13 md5sums=('005556053583a81f248828adc646924d')
15 build() {
16   cd $srcdir/ropemode-$pkgver-rc2
17   python2 ./setup.py install --root=$pkgdir/ --prefix=/usr --optimize=1