Date: Sunday, March 1, 2015 @ 06:25:48
  Author: kkeen
Revision: 128446

upgpkg: ipython 3.0.0-2

Modified:
  ipython/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-03-01 02:27:54 UTC (rev 128445)
+++ PKGBUILD    2015-03-01 05:25:48 UTC (rev 128446)
@@ -8,7 +8,7 @@
 pkgbase=ipython 
 pkgname=(ipython ipython2)
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An enhanced Interactive Python shell."
 arch=('any')
 url="http://ipython.org";
@@ -22,6 +22,7 @@
             "python-pyzmq: ipython notebook and ipython qtconsole"
             "python-tornado: for ipython notebook"
             "python-jinja: for ipython notebook"
+            "python-jsonschema: for ipython notebook"
             "haskell-pandoc: ipython notebook conversion")
 #source=("http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz";)
 
source=("https://pypi.python.org/packages/source/i/ipython/$pkgbase-$pkgver.tar.gz";)
@@ -61,6 +62,7 @@
               "python2-pyzmq: ipython notebook and ipython qtconsole"
               "python2-tornado: for ipython notebook"
               "python2-jinja: for ipython notebook"
+              "python2-jsonschema: for ipython notebook"
               "haskell-pandoc: ipython notebook conversion")
 
   cd "$srcdir/ipython2-$pkgver"

Reply via email to