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

Kyle Keen kkeen at archlinux.org
Sat Feb 24 18:12:38 UTC 2018


    Date: Saturday, February 24, 2018 @ 18:12:37
  Author: kkeen
Revision: 297931

upgpkg: jupyter-notebook 5.3.0-1

Modified:
  jupyter-notebook/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-24 14:30:05 UTC (rev 297930)
+++ PKGBUILD	2018-02-24 18:12:37 UTC (rev 297931)
@@ -2,7 +2,7 @@
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 
 pkgname=jupyter-notebook
-pkgver=5.0.0
+pkgver=5.3.0
 pkgrel=1
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
@@ -10,15 +10,16 @@
 license=('BSD')
 depends=('python-setuptools' 'python-jinja' 'python-tornado' 'python-terminado'
          'python-traitlets' 'jupyter-nbformat' 'python-jupyter_core'
-         'python-jupyter_client')
+         'python-jupyter_client' 'mathjax')
 # Also depends on jupyter-nbconvert but that is optional elsewhere.
 # Much of their official dependency tree appears inverted and circular?
 makedepends=('python-setuptools' 'npm' 'git')
-optdepends=('mathjax: latex equation rendering'
-            'pandoc: notebook export')
+optdepends=('pandoc: notebook export')
 source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz")
-md5sums=('f45b7c7ddd31f14c555dbd0e39dff6ee')
+md5sums=('09e719fc6797511cdfaef9df9fcf63f0')
 
+# todo: report bug that mathjax is no longer optional
+
 build() {
   cd "$srcdir/notebook-$pkgver"
 



More information about the arch-commits mailing list