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

Kyle Keen kkeen at archlinux.org
Thu Jul 16 20:54:38 UTC 2015


    Date: Thursday, July 16, 2015 @ 22:54:38
  Author: kkeen
Revision: 137024

upgpkg: ipython 3.2.1-1

Modified:
  ipython/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-16 19:33:30 UTC (rev 137023)
+++ PKGBUILD	2015-07-16 20:54:38 UTC (rev 137024)
@@ -7,8 +7,8 @@
 
 pkgbase=ipython 
 pkgname=(ipython ipython2 ipython-notebook ipython2-notebook)
-pkgver=3.2.0
-pkgrel=2
+pkgver=3.2.1
+pkgrel=1
 pkgdesc="An enhanced Interactive Python shell."
 arch=('any')
 url="http://ipython.org"
@@ -19,12 +19,13 @@
             "python-pyqt4: for ipython qtconsole"
             "python-sip: for ipython qtconsole"
             "python-pygments: for ipython qtconsole"
-            "python-pyzmq: for ipython qtconsole")
+            "python-pyzmq: for ipython qtconsole"
+            "ipython-notebook: for the notebook")
 install=ipython.install
 #source=("http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz")
 #source=("https://github.com/ipython/ipython/archive/rel-$pkgver.tar.gz")
 source=("https://pypi.python.org/packages/source/i/ipython/$pkgbase-$pkgver.tar.gz")
-md5sums=('41aa9b34f39484861e77c46ffb29b699')
+md5sums=('61c2d5665ff1bd65eceb19fa7f1b23c7')
 
 # confirm that an update does not break sage?
 
@@ -65,7 +66,8 @@
               "python2-pyqt4: for ipython qtconsole"
               "python2-sip: for ipython qtconsole"
               "python2-pygments: for ipython qtconsole"
-              "python2-pyzmq: for ipython qtconsole")
+              "python2-pyzmq: for ipython qtconsole"
+              "ipython2-notebook: for the notebook")
 
   cd "$srcdir/ipython2-$pkgver"
 



More information about the arch-commits mailing list