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

Kyle Keen kkeen at archlinux.org
Thu Feb 25 20:43:52 UTC 2016


    Date: Thursday, February 25, 2016 @ 21:43:52
  Author: kkeen
Revision: 163449

upgpkg: jupyter 4.0.6-6

Modified:
  jupyter/trunk/PKGBUILD

----------+
 PKGBUILD |   30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-25 20:35:27 UTC (rev 163448)
+++ PKGBUILD	2016-02-25 20:43:52 UTC (rev 163449)
@@ -4,14 +4,14 @@
 pkgbase=jupyter
 pkgname=(jupyter ipython2-notebook)
 pkgver=4.0.6
-pkgrel=5
+pkgrel=6
 pkgdesc="A language-agnostic web-based interactive shell/notebook server."
 arch=('any')
 url="http://jupyter.org/"
 license=('BSD')
-depends=('ipython' 'jupyter-notebook' 'python-setuptools'
-         'python-jinja' 'python-pyzmq' 'python-tornado' 'python-jsonschema'
-         'python-terminado' 'python-mistune' 'python-pygments')
+depends=('ipython' 'python-setuptools'
+         'python-jinja' 'python-pyzmq' 'python-jsonschema'
+         'python-mistune' 'python-pygments')
 makedepends=('python-setuptools' 'python2-setuptools' 'npm' 'git')
 optdepends=('pandoc: notebook conversion'
             'qt5-svg: jupyter-qtconsole'
@@ -21,7 +21,7 @@
 # todo: figure out which deps left with jupyter-notebook
 
 # rebundle all the parts that were split out
-_ipykv=4.2.2  # ipykernel
+_ipykv=4.3.0  # ipykernel
 _ipywv=4.1.1  # ipywidgets
 _jnbcv=4.1.0  # notebook convert
 _jnbfv=4.0.1  # notebook format
@@ -29,16 +29,16 @@
 _jcliv=4.1.1  # jupyter client
 _qtcv=4.1.1   # qtconsole
 
-source=("jupyter_core.tgz::https://github.com/jupyter/jupyter_core/archive/$pkgver.tar.gz"
-        "ipykernel.tgz::https://github.com/ipython/ipykernel/archive/$_ipykv.tar.gz"
-        "ipywidgets.tgz::https://github.com/ipython/ipywidgets/archive/$_ipywv.tar.gz"
-        "nbconvert.tgz::https://github.com/jupyter/nbconvert/archive/$_jnbcv.tar.gz"
-        "nbformat.tgz::https://github.com/jupyter/nbformat/archive/$_jnbfv.tar.gz"
-        "jupyter_console.tgz::https://github.com/jupyter/jupyter_console/archive/$_jconv.tar.gz"
-        "jupyter_client.tgz::https://github.com/jupyter/jupyter_client/archive/$_jcliv.tar.gz"
-        "qtconsole.tgz::https://github.com/jupyter/qtconsole/archive/$_qtcv.tar.gz")
+source=("jupyter_core-$pkgver.tgz::https://github.com/jupyter/jupyter_core/archive/$pkgver.tar.gz"
+        "ipykernel-$_ipykv.tgz::https://github.com/ipython/ipykernel/archive/$_ipykv.tar.gz"
+        "ipywidgets-$_ipywv.tgz::https://github.com/ipython/ipywidgets/archive/$_ipywv.tar.gz"
+        "nbconvert-$_jnbcv.tgz::https://github.com/jupyter/nbconvert/archive/$_jnbcv.tar.gz"
+        "nbformat-$_jnbfv.tgz::https://github.com/jupyter/nbformat/archive/$_jnbfv.tar.gz"
+        "jupyter_console-$_jconv.tgz::https://github.com/jupyter/jupyter_console/archive/$_jconv.tar.gz"
+        "jupyter_client-$_jcliv.tgz::https://github.com/jupyter/jupyter_client/archive/$_jcliv.tar.gz"
+        "qtconsole-$_qtcv.tgz::https://github.com/jupyter/qtconsole/archive/$_qtcv.tar.gz")
 md5sums=('50a73c3a4a8ed047a3674d2b5274cc3b'
-         '4ac8ae11f1eef4920bf4a5383e13ab50'
+         '5961164fe908faf798232a265ed48c73'
          '099e9b76c52839dc33604aad7a2f1a42'
          '06655576713ba1ff7cece2b92760c187'
          'ab7172e517c9d561c0c01eef5631b4c8'
@@ -101,7 +101,7 @@
 
 package_ipython2-notebook() {
   pkgdesc="An enhanced Interactive Python2 shell."
-  depends=('ipython2' 'jupyter' 'python2-pyzmq')
+  depends=('ipython2' 'python2-pyzmq')
   optdepends=('python2-pyqt5: jupyter-qtconsole-py2'
               'qt5-svg: jupyter-qtconsole-py2'
               'python2-sip: jupyter-qtconsole-py2')



More information about the arch-commits mailing list