updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / python2-ropemode / PKGBUILD
blob70db7c0bcc1d3813518b042e2770ee4492cca742
1 # Maintainer: Nicolás de la Torre <ndelatorre@gmail.com>
2 pkgname=python2-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=('python2-rope')
10 provides=('python-ropemode')
11 conflicts=('python-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