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

Antonio Rojas arojas at archlinux.org
Tue Apr 18 20:15:03 UTC 2017


    Date: Tuesday, April 18, 2017 @ 20:15:03
  Author: arojas
Revision: 223759

singular 4.1.0.p3 rebuild

Modified:
  sagemath/trunk/PKGBUILD
  sagemath/trunk/env.patch

-----------+
 PKGBUILD  |   11 ++++++-----
 env.patch |    2 +-
 2 files changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-18 20:05:26 UTC (rev 223758)
+++ PKGBUILD	2017-04-18 20:15:03 UTC (rev 223759)
@@ -10,7 +10,7 @@
 pkgbase=sagemath
 pkgname=(sagemath sagemath-jupyter)
 pkgver=7.6
-pkgrel=2
+pkgrel=3
 pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, Mathematica, and Matlab"
 arch=(i686 x86_64)
 url="http://www.sagemath.org"
@@ -38,7 +38,7 @@
         jupyter-path.patch sagemath-python3-notebook.patch test-optional.patch ecm-7.patch increase-rtol.patch r-no-readline.patch
         sagemath-planarity3.patch fes02.patch sagemath-singular-4.1.0.p2.patch)
 sha256sums=('e6e0729ab25446e7c922058db0eee4b0b294b32c196e34842e843ea9fae41423'
-            '9dba04ff13626a7b6c338a8b18a6c27d343f68a547a218533cf773af3dae6635'
+            'dc0a92b81e9e2faab05cf8a5adb40ae7010be74446bc80d5aea15f59706f2cff'
             'b02b3d2d5620ca20f96adb62b6fef05e4676c0a60983310a1450fdf3d923cb04'
             'ff7e034d08ab084fdb193484f7fe3a659ebcd8ab33a2b7177237d65b26de7872'
             'd60fb0fbd27991ce9496ca035a54b03334b5b53f244227a8d6e13f3327ce75d2'
@@ -45,6 +45,7 @@
             '4a2297e4d9d28f0b3a1f58e1b463e332affcb109eafde44837b1657e309c8212'
             'b816c71d345fb1188c3faa01c4e75cfa04ba6506080231d5d2c303a2288e9b50'
             '775051aa9076ebf631c8a291af38b6ec4a13c904740dc9da831641d592d8bcd8'
+            '27aa73d427d92aeb2c181a233aa3a574a4158cd7dee33832808f69edaec55ea2'
             '81d08c6a760f171f3381455b66a6c84789c9f0eefddbe6ca5794075514ad8c3a'
             '65ad84c83d5f956fde8eab961f2caad56d64044324c4abc0e56bcd9f44061cb6'
             'be925eefeac3f28e639794ddc20d64e6faafd7181804e29417a510224d19ccc7'
@@ -127,8 +128,8 @@
   mkdir -p "$pkgdir"/usr/bin
   cp bin/sage "$pkgdir"/usr/bin
   for _i in arch-env banner cachegrind callgrind cleaner coverage coverageall cython env eval grep grepdoc inline-fortran ipython \
-    massif maxima.lisp native-execute notebook num-threads.py omega open preparse python rst2sws rst2txt run run-cython runtests startuptime.py \
-    sws2rst valgrind version.sh
+    massif maxima.lisp native-execute notebook num-threads.py omega open preparse python rst2ipynb rst2sws rst2txt run run-cython \
+    runtests startuptime.py sws2rst valgrind version.sh
   do
     cp bin/sage-$_i "$pkgdir"/usr/bin
   done
@@ -150,7 +151,7 @@
 
 package_sagemath-jupyter() {
   pkgdesc='Jupyter kernel for SageMath'
-  depends=(sagemath python2-jupyter_client python2-ipywidgets jupyter-notebook mathjax)
+  depends=(sagemath python2-jupyter_client python2-ipywidgets mathjax)
   optdepends=('sage-notebook-exporter: convert flask notebooks to Jupyter')
 
   cd sage-$pkgver/src

Modified: env.patch
===================================================================
--- env.patch	2017-04-18 20:05:26 UTC (rev 223758)
+++ env.patch	2017-04-18 20:15:03 UTC (rev 223759)
@@ -69,7 +69,7 @@
  fi
  
 +export LIBMTX="$DOT_SAGE/meataxe"
-+[[ -d $LIBMTX ]] || mkdir $LIBMTX # Create meataxe data dir
++[[ -d $LIBMTX ]] || mkdir -p $LIBMTX # Create meataxe data dir
 +
  if [ -z "$IPYTHONDIR" ]; then
      # We hardcode a version number in the directory name. The idea is



More information about the arch-commits mailing list