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

Kyle Keen kkeen at nymeria.archlinux.org
Fri Sep 13 01:45:51 UTC 2013


    Date: Friday, September 13, 2013 @ 03:45:51
  Author: kkeen
Revision: 97101

upgpkg: ipython 1.1.0-1

Modified:
  ipython/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-13 01:06:29 UTC (rev 97100)
+++ PKGBUILD	2013-09-13 01:45:51 UTC (rev 97101)
@@ -7,8 +7,8 @@
 
 pkgbase=ipython 
 pkgname=(ipython ipython2)
-pkgver=1.0.0
-pkgrel=3
+pkgver=1.1.0
+pkgrel=1
 pkgdesc="An enhanced Interactive Python shell."
 arch=('any')
 url="http://ipython.org"
@@ -17,8 +17,8 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'sqlite')
 optdepends=("wxpython: needed for ipythonx and ipython-wx"
             "python-nose: if you want to run IPython's test suite"
-            "pyqt: for ipython-qtconsole"
-            "sip: for ipython-qtconsole"
+            "python-pyqt4: for ipython-qtconsole"
+            "python-sip: for ipython-qtconsole"
             "python-pygments: for ipython-qtconsole"
             "python-pyzmq: for ipython-qtconcole"
             "python-tornado: for ipython notebook"
@@ -26,7 +26,7 @@
             "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")
-md5sums=('2268fa83f257d14943eb04e3333a6fac')
+md5sums=('70d69c78122923879232567ac3c47cef')
 
 build() {
   # feels hacky
@@ -66,7 +66,7 @@
               "python2-foolscap: for IPython's parallel computing features"
               "python2-pexpect: for irunner"
               "python2-nose: if you want to run IPython's test suite"
-              "python2-pyqt: for ipython-qtconsole"
+              "python2-pyqt4: for ipython-qtconsole"
               "python2-sip: for ipython-qtconsole"
               "python2-pygments: for ipython-qtconsole"
               "python2-pyzmq: for ipython-qtconsole"




More information about the arch-commits mailing list