Date: Monday, March 28, 2016 @ 16:53:53 Author: arojas Revision: 168700
Don't install sage_setup, it's not needed at runtime and breaks docs build Modified: sagemath/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-28 14:43:33 UTC (rev 168699) +++ PKGBUILD 2016-03-28 14:53:53 UTC (rev 168700) @@ -9,7 +9,7 @@ pkgname=sagemath pkgver=7.1 -pkgrel=1 +pkgrel=2 pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, Mathematica, and Matlab" arch=(i686 x86_64) url="http://www.sagemath.org" @@ -144,6 +144,9 @@ # Create SAGE_SRC, needed for the notebook mkdir "$pkgdir"/usr/share/sage/source +# Remove sage_setup + rm -r "$pkgdir"/usr/lib/python2.7/site-packages/sage_setup + # install pexpect cd "$srcdir"/pexpect-* python2 setup.py install --root="$pkgdir" --optimize=1
