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

Antonio Rojas arojas at archlinux.org
Tue Nov 15 18:14:27 UTC 2016


    Date: Tuesday, November 15, 2016 @ 18:14:27
  Author: arojas
Revision: 195985

Depend on the python2 version of ipywidgets

Modified:
  sagemath/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-15 17:16:42 UTC (rev 195984)
+++ PKGBUILD	2016-11-15 18:14:27 UTC (rev 195985)
@@ -10,7 +10,7 @@
 pkgbase=sagemath
 pkgname=(sagemath sagemath-jupyter)
 pkgver=7.4
-pkgrel=5
+pkgrel=6
 pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, Mathematica, and Matlab"
 arch=(i686 x86_64)
 url="http://www.sagemath.org"
@@ -149,7 +149,7 @@
 
 package_sagemath-jupyter() {
   pkgdesc='Jupyter kernel for SageMath'
-  depends=(sagemath python2-jupyter_client jupyter-widgetsnbextension python-ipywidgets mathjax)
+  depends=(sagemath python2-jupyter_client python2-ipywidgets jupyter-notebook mathjax)
   optdepends=('sage-notebook-exporter: convert flask notebooks to Jupyter')
 
   cd sage-$pkgver/src



More information about the arch-commits mailing list