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

Kyle Keen kkeen at archlinux.org
Sun Feb 25 21:06:20 UTC 2018


    Date: Sunday, February 25, 2018 @ 21:06:19
  Author: kkeen
Revision: 298149

upgpkg: jupyter-notebook 5.3.0-3

Modified:
  jupyter-notebook/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-25 20:43:11 UTC (rev 298148)
+++ PKGBUILD	2018-02-25 21:06:19 UTC (rev 298149)
@@ -3,7 +3,7 @@
 
 pkgname=jupyter-notebook
 pkgver=5.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
 url="https://github.com/jupyter/notebook"
@@ -10,8 +10,8 @@
 license=('BSD')
 depends=('python-setuptools' 'python-jinja' 'python-tornado' 'python-terminado'
          'python-traitlets' 'jupyter-nbformat' 'python-jupyter_core'
-         'python-jupyter_client' 'mathjax' 'python-send2trash')
-# Also depends on jupyter-nbconvert but that is optional elsewhere.
+         'python-jupyter_client' 'mathjax' 'python-send2trash'
+         'jupyter-nbconvert')
 # Much of their official dependency tree appears inverted and circular?
 makedepends=('python-setuptools' 'npm' 'git')
 optdepends=('pandoc: notebook export')
@@ -18,7 +18,7 @@
 source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz")
 md5sums=('09e719fc6797511cdfaef9df9fcf63f0')
 
-# todo: report bug that mathjax is no longer optional
+# todo: report bug that mathjax and nbconvert is no longer optional
 
 build() {
   cd "$srcdir/notebook-$pkgver"



More information about the arch-commits mailing list