summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-02-22 14:48:57 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-02-22 14:48:57 +0100
commit0bf42e1a8b6666d7aeca17886143aebb911f050e (patch)
treece92d13194c2c3126fd5275964702d5b170e54f4
parent623a1715e8512dac61c658a90d4eb03674a780a6 (diff)
pcr/python2-ropemode: removed.
-rw-r--r--pcr/python2-ropemode/PKGBUILD20
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
-}