[arch-commits] Commit in bpython/trunk (PKGBUILD)

Kyle Keen kkeen at archlinux.org
Tue Aug 14 12:42:15 UTC 2018


    Date: Tuesday, August 14, 2018 @ 12:42:13
  Author: kkeen
Revision: 371489

upgpkg: bpython 0.17.1-3  FS#59609

Modified:
  bpython/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-14 12:40:10 UTC (rev 371488)
+++ PKGBUILD	2018-08-14 12:42:13 UTC (rev 371489)
@@ -6,7 +6,7 @@
 
 pkgname=('bpython' 'bpython2')
 pkgver=0.17.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Fancy ncurses interface to the Python interpreter'
 arch=('any')
 url='http://bpython-interpreter.org/'
@@ -13,7 +13,8 @@
 license=('MIT')
 depends=('python-pygments' 'python-requests' 'python-curtsies' 'python-greenlet' 'python-six')
 optdepends=('python-urwid: for bpython-urwid'
-            'python-jedi: multiline completion')
+            'python-jedi: multiline completion'
+            'python-watchdog: module reloading')
 makedepends=('python-distribute' 'python2-distribute')
 #source=(http://bpython-interpreter.org/releases/bpython-${pkgver}.tar.gz)  # slow
 #source=("https://github.com/bpython/bpython/archive/$pkgver-release.tar.gz")  # missing version data
@@ -45,7 +46,8 @@
 package_bpython2() {
   depends=('python2-pygments' 'python2-requests' 'python2-curtsies' 'python2-greenlet' 'python2-six')
   optdepends=('python2-urwid: for bpython2-urwid'
-              'python2-jedi: multiline completion')
+              'python2-jedi: multiline completion'
+              'python2-watchdog: module reloading')
 
   cd "$srcdir/bpython2-$pkgver"
 



More information about the arch-commits mailing list