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

Kyle Keen kkeen at archlinux.org
Thu Mar 19 15:47:23 UTC 2015


    Date: Thursday, March 19, 2015 @ 16:47:23
  Author: kkeen
Revision: 129588

upgpkg: ipython 3.0.0-4  FS#44243

Modified:
  ipython/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-19 15:39:02 UTC (rev 129587)
+++ PKGBUILD	2015-03-19 15:47:23 UTC (rev 129588)
@@ -8,7 +8,7 @@
 pkgbase=ipython 
 pkgname=(ipython ipython2 ipython-notebook ipython2-notebook)
 pkgver=3.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="An enhanced Interactive Python shell."
 arch=('any')
 url="http://ipython.org"
@@ -19,7 +19,7 @@
             "python-pyqt4: for ipython qtconsole"
             "python-sip: for ipython qtconsole"
             "python-pygments: for ipython qtconsole"
-            "python-pyzmq: ipython qtconsole")
+            "python-pyzmq: for ipython qtconsole")
 #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=('b3f00f3c0be036fafef3b0b9d663f27e')
@@ -57,7 +57,7 @@
               "python2-pyqt4: for ipython qtconsole"
               "python2-sip: for ipython qtconsole"
               "python2-pygments: for ipython qtconsole"
-              "python2-pyzmq: ipython qtconsole")
+              "python2-pyzmq: for ipython qtconsole")
 
   cd "$srcdir/ipython2-$pkgver"
 
@@ -88,8 +88,10 @@
 package_ipython-notebook() {
   pkgdesc="Web-based environment where you can combine code, text, math, plots and media into a single document"
   depends=('python-pyzmq' 'python-tornado' 'python-terminado'
-           'python-jinja' 'python-jsonschema')
-  optdepends=("haskell-pandoc: ipython notebook conversion")
+           'python-jinja' 'python-jsonschema' 'python-mistune'
+           'python-pygments')
+  optdepends=('haskell-pandoc: ipython notebook conversion'
+              'texlive-bin: notebook pdf export')
   cd "$srcdir/ipython-$pkgver"
   install -Dm644 docs/source/about/license_and_copyright.rst "$pkgdir/usr/share/licenses/ipython-notebook/LICENSE"
 }
@@ -97,8 +99,10 @@
 package_ipython2-notebook() {
   pkgdesc="Web-based environment where you can combine code, text, math, plots and media into a single document"
   depends=('python2-pyzmq' 'python2-tornado' 'python2-terminado'
-           'python2-jinja' 'python2-jsonschema')
-  optdepends=("haskell-pandoc: ipython notebook conversion")
+           'python2-jinja' 'python2-jsonschema' 'python2-mistune'
+           'python2-pygments')
+  optdepends=('haskell-pandoc: ipython notebook conversion'
+              'texlive-bin: notebook pdf export')
   cd "$srcdir/ipython2-$pkgver"
   install -Dm644 docs/source/about/license_and_copyright.rst "$pkgdir/usr/share/licenses/ipython2-notebook/LICENSE"
 }



More information about the arch-commits mailing list