Date: Friday, October 14, 2016 @ 01:39:48 Author: kkeen Revision: 192212
upgpkg: jupyter-notebook 4.2.3-1 Modified: jupyter-notebook/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-10-14 00:01:27 UTC (rev 192211) +++ PKGBUILD 2016-10-14 01:39:48 UTC (rev 192212) @@ -2,22 +2,22 @@ # Maintainer: Kyle Keen <[email protected]> pkgname=jupyter-notebook -pkgver=4.2.0 +pkgver=4.2.3 pkgrel=1 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter" arch=('any') url="https://github.com/jupyter/notebook" license=('BSD') -depends=('jupyter' 'python-setuptools' 'python-jinja' 'python-tornado' 'python-terminado') +depends=('python-setuptools' 'python-jinja' 'python-tornado' 'python-terminado' + 'python-traitlets' 'jupyter-nbformat' 'python-jupyter_core' + 'python-jupyter_client') +# Also depends on jupyter-nbconvert but that is optional elsewhere. +# Much of their official dependency tree appears inverted? makedepends=('python-setuptools' 'npm' 'git') optdepends=('mathjax: latex equation rendering' 'pandoc: notebook export') -md5sums=('136be6b72fe9db7f0269dc7fa5652a62') - -# depends are going to be a little weird -# removed: ipython python-pyzmq python-jsonschema python-mistune python-pygments - source=("https://github.com/jupyter/notebook/archive/$pkgver.tar.gz") +md5sums=('5c6b0b1303adacd8972c4db21eda3e98') build() { cd "$srcdir/notebook-$pkgver"
