summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Hahler2016-09-16 00:49:23 +0200
committerDaniel Hahler2016-09-16 00:49:23 +0200
commitc8c47e7bd6723b1a1fbbe0e84e76b3ec168c32de (patch)
treebd902141ed940dded9250c9be5479816ad529ecd
parentecadcc904639bf9fb0590455bce3025a4212593d (diff)
downloadaur-c8c47e7bd6723b1a1fbbe0e84e76b3ec168c32de.tar.gz
Move python-pyrepl-hg to optdepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b47b9644dfed..de9d5192c470 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-fancycompleter
pkgdesc = Colorful TAB completion for Python prompt
pkgver = 0.5
- pkgrel = 1
+ pkgrel = 2
url = https://bitbucket.org/antocuni/fancycompleter
install = python-fancycompleter.install
arch = any
license = GPL
depends = python
- depends = python-pyrepl-hg
+ optdepends = python-pyrepl-hg
source = https://pypi.python.org/packages/2d/4c/753646af3c4eafc6a4e4a0886f1becd09ddb3bb179bd3c350d8ac357b29a/fancycompleter-0.5.tar.gz
source = fix-py3-unicode-str.patch
md5sums = 5eacad3b56b3b6a8435af44df7899e65
diff --git a/PKGBUILD b/PKGBUILD
index ba0feae192f2..dc57e2e377af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,16 @@
-# Maintainer: S.Leduc <sebastien@sleduc.fr>
+# Maintainer: Daniel Hahler <archlinux+aur@thequod.de>
+# Based on https://aur.archlinux.org/packages/python2-fancycompleter
pkgname=python-fancycompleter
_realpkg=fancycompleter
pkgver=0.5
-pkgrel=1
+pkgrel=2
pkgdesc="Colorful TAB completion for Python prompt"
arch=("any")
url="https://bitbucket.org/antocuni/fancycompleter"
license=('GPL')
-depends=('python' 'python-pyrepl-hg')
+depends=('python')
+# pyrepl is optional, and buggy on py3.
+optdepends=('python-pyrepl-hg')
install="$pkgname.install"
source=("https://pypi.python.org/packages/2d/4c/753646af3c4eafc6a4e4a0886f1becd09ddb3bb179bd3c350d8ac357b29a/${_realpkg}-${pkgver}.tar.gz"
'fix-py3-unicode-str.patch')