summaryrefslogtreecommitdiff
path: root/pcr/python2-ropemacs/PKGBUILD
blob: 84c5661ba14948736787440b21e03ff810bebd0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Contributor: Renato Garcia <fgarcia.renato@gmail.com>
# Contributor: yescalona <yescaloan[at]ug[dot]uchile[dot]cl>
# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres <aurelien@cwb.io>

pkgname=python2-ropemacs
_pkgname=ropemacs
pkgver=0.7
pkgrel=1
pkgdesc='Emacs mode that uses rope_ library to provide features like python refactorings and code-assists.'
url='http://bitbucket.org/agr/ropemacs'
arch=('any')
license=('GPL')
depends=('python2-ropemode' 'pymacs')
install=python2-ropemacs.install
source=("http://bitbucket.org/agr/${_pkgname}/get/${pkgver}.tar.bz2")
md5sums=('0034d77822728da561b8ef213eea0762')

package() {
  cd "${srcdir}/agr-ropemacs-93721bd03667"
  python2 ./setup.py install --root="${pkgdir}" --prefix=/usr
}