summaryrefslogtreecommitdiff
path: root/pcr/python2-ropemacs
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-02-09 15:25:11 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-02-09 15:25:11 +0100
commita7b90fdb57ef312f98974df2cfb3b50d2a39a90f (patch)
tree69bd42e91806ad2f9da464da1d7eb8f65343d265 /pcr/python2-ropemacs
parente8e239dadc757838c5b885e1066c3935298d38cd (diff)
downloadabslibre-a7b90fdb57ef312f98974df2cfb3b50d2a39a90f.tar.gz
abslibre-a7b90fdb57ef312f98974df2cfb3b50d2a39a90f.tar.bz2
abslibre-a7b90fdb57ef312f98974df2cfb3b50d2a39a90f.zip
pcr/python2-ropemacs: unmaintained, unbuilt. removed
Diffstat (limited to 'pcr/python2-ropemacs')
-rw-r--r--pcr/python2-ropemacs/PKGBUILD21
-rw-r--r--pcr/python2-ropemacs/python2-ropemacs.install8
2 files changed, 0 insertions, 29 deletions
diff --git a/pcr/python2-ropemacs/PKGBUILD b/pcr/python2-ropemacs/PKGBUILD
deleted file mode 100644
index d30f41141..000000000
--- a/pcr/python2-ropemacs/PKGBUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-# Contributor (Arch): Renato Garcia <fgarcia.renato@gmail.com>
-# Contributor (Arch): 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
-}
diff --git a/pcr/python2-ropemacs/python2-ropemacs.install b/pcr/python2-ropemacs/python2-ropemacs.install
deleted file mode 100644
index 4b303b8b4..000000000
--- a/pcr/python2-ropemacs/python2-ropemacs.install
+++ /dev/null
@@ -1,8 +0,0 @@
-post_install() {
-
-echo "After installing pymacs, add these lines to your ``~/.emacs`` file:"
-echo "(require 'pymacs)"
-echo "(pymacs-load \"ropemacs\" \"rope-\")"
-/bin/true
-}
-