diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2019-02-22 14:48:57 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2019-02-22 14:48:57 +0100 |
commit | 0bf42e1a8b6666d7aeca17886143aebb911f050e (patch) | |
tree | ce92d13194c2c3126fd5275964702d5b170e54f4 /pcr | |
parent | 623a1715e8512dac61c658a90d4eb03674a780a6 (diff) | |
download | abslibre-0bf42e1a8b6666d7aeca17886143aebb911f050e.tar.gz abslibre-0bf42e1a8b6666d7aeca17886143aebb911f050e.tar.bz2 abslibre-0bf42e1a8b6666d7aeca17886143aebb911f050e.zip |
pcr/python2-ropemode: removed.
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/python2-ropemode/PKGBUILD | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/pcr/python2-ropemode/PKGBUILD b/pcr/python2-ropemode/PKGBUILD deleted file mode 100644 index db3c3581b..000000000 --- a/pcr/python2-ropemode/PKGBUILD +++ /dev/null @@ -1,20 +0,0 @@ -# Contributor (Arch): Renato Garcia <fgarcia.renato@gmail.com> -# Contributor (Arch): Nicolás de la Torre <ndelatorre@gmail.com> -# Maintainer : Parabola GNU / Linux-libre <aurelien@cwb.io> - -pkgname=python2-ropemode -_pkgname=ropemode -pkgver=0.2 -pkgrel=1 -pkgdesc="A helper for using rope refactoring library in IDEs" -url='http://bitbucket.org/agr/ropemode' -arch=('any') -license=('GPL') -depends=('python2-rope') -source=("http://bitbucket.org/agr/${_pkgname}/get/${pkgver}.tar.bz2") -md5sums=('6c1cb705e360251ac4bccc33b74ae892') - -package() { - cd "${srcdir}/agr-ropemode-61c99582317d" - python2 ./setup.py install --root="${pkgdir}" --prefix=/usr --optimize=1 -} |