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

Kyle Keen kkeen at archlinux.org
Thu Nov 2 22:05:03 UTC 2017


    Date: Thursday, November 2, 2017 @ 22:04:56
  Author: kkeen
Revision: 265217

upgpkg: ipython 6.2.1-2  FS#56200

Modified:
  ipython/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-02 19:44:53 UTC (rev 265216)
+++ PKGBUILD	2017-11-02 22:04:56 UTC (rev 265217)
@@ -7,13 +7,14 @@
 
 pkgname=ipython
 pkgver=6.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="An enhanced Interactive Python shell."
 arch=('any')
 url="http://ipython.org"
 license=('BSD')
 depends=('python' 'python-traitlets' 'python-pexpect' 'sqlite'
-         'python-setuptools' 'python-pickleshare' 'python-prompt_toolkit')
+         'python-setuptools' 'python-pickleshare' 'python-prompt_toolkit'
+         'python-jedi' 'python-pygments')
 makedepends=('python-setuptools')
 optdepends=("python-nose: for IPython's test suite")
 



More information about the arch-commits mailing list