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

Kyle Keen kkeen at archlinux.org
Sun Apr 24 23:06:49 UTC 2016


    Date: Monday, April 25, 2016 @ 01:06:49
  Author: kkeen
Revision: 171734

upgpkg: jupyter 4.1.0-4  split out jupyter-nbconvert

Modified:
  jupyter/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-24 21:16:29 UTC (rev 171733)
+++ PKGBUILD	2016-04-24 23:06:49 UTC (rev 171734)
@@ -4,7 +4,7 @@
 pkgbase=jupyter
 pkgname=(jupyter ipython2-notebook)
 pkgver=4.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A language-agnostic web-based interactive shell/notebook server."
 arch=('any')
 url="http://jupyter.org/"
@@ -13,17 +13,17 @@
          'python-jinja' 'python-pyzmq' 'python-jsonschema'
          'python-mistune' 'python-pygments')
 makedepends=('python-setuptools' 'python2-setuptools' 'npm' 'git')
-optdepends=('pandoc: notebook conversion'
+optdepends=('jupyter-nbconvert: notebook conversion'
             'qt5-svg: jupyter-qtconsole'
             'python-pyqt5: jupyter-qtconsole'
             'python-sip: jupyter-qtconsole')
 
 # todo: figure out which deps left with jupyter-notebook
+# todo: figure out which deps left with jupyter-nbconvert
 
 # rebundle all the parts that were split out
 # but split them out officially over time
 _ipywv=4.1.1  # ipywidgets
-_jnbcv=4.2.0  # notebook convert
 _jnbfv=4.0.1  # notebook format
 _jconv=4.1.1  # jupyter console
 _jcliv=4.2.2  # jupyter client
@@ -39,7 +39,6 @@
 
 source=("jupyter_core-$pkgver.tgz::https://github.com/jupyter/jupyter_core/archive/$pkgver.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"
@@ -46,7 +45,6 @@
         "qtconsole-$_qtcv.tgz::https://github.com/jupyter/qtconsole/archive/$_qtcv.tar.gz")
 md5sums=('b7e928f965f68aef13fea1bf9d6384aa'
          '099e9b76c52839dc33604aad7a2f1a42'
-         '8bd88771cc00f575d5edcd0b5197f964'
          'ab7172e517c9d561c0c01eef5631b4c8'
          'a8b077ae0a5c57e9518ac039ad5febb8'
          '988ea87554215a83c6ad52e554d8d8c4'
@@ -75,9 +73,6 @@
   cd "$srcdir/ipywidgets-$_ipywv"
   python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
 
-  cd "$srcdir/nbconvert-$_jnbcv"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
   cd "$srcdir/nbformat-$_jnbfv"
   python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
 



More information about the arch-commits mailing list