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

Antonio Rojas arojas at archlinux.org
Sun Oct 11 19:49:49 UTC 2015


    Date: Sunday, October 11, 2015 @ 21:49:49
  Author: arojas
Revision: 143710

Update to 6.9

Modified:
  sagemath-doc/trunk/PKGBUILD
  sagemath-doc/trunk/package.patch

---------------+
 PKGBUILD      |    8 +++-----
 package.patch |    2 +-
 2 files changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-11 19:19:40 UTC (rev 143709)
+++ PKGBUILD	2015-10-11 19:49:49 UTC (rev 143710)
@@ -3,7 +3,7 @@
 
 pkgbase=sagemath-doc
 pkgname=(sagemath-doc sagemath-src)
-pkgver=6.8
+pkgver=6.9
 pkgrel=1
 arch=(any)
 url="http://www.sagemath.org"
@@ -11,8 +11,8 @@
 makedepends=(sagemath sage-notebook python2-sphinx python2-pyzmq python2-pillow)
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/sagemath/sage/archive/$pkgver.tar.gz"
 	'package.patch' 'paths.patch' 'disable-fes.patch' 'sphinx-1.3.patch')
-md5sums=('943780ef4460e38f28fefe95e3138981'
-         'f72e544032b1a3f952b7ddafc3a49d63'
+md5sums=('847ad447eaef17b2bc81bb4fae69c190'
+         '9ba81f717ffd4e20b8b2f2a318307488'
          'fd8e3e07f5b7318e6a7200a3c64f5bc2'
          '4eb23a3c7363258bc9ba764d6e5512ba'
          '4f2ebb18dca05c89708572ff5e5a839a')
@@ -25,8 +25,6 @@
   patch -p0 -i ../package.patch
 # fix paths in python imports
   patch -p0 -i ../paths.patch
-# fix cython linking
-  sed -e "s| atlas(),||" -i src/sage/misc/cython.py
 # supress warning about GAP install dir
   sed -e "s|gapdir = os.path.join(SAGE_LOCAL, 'gap', 'latest')|gapdir = '/usr/lib/gap'|" -i src/sage/libs/gap/util.pyx 
 # fix Cremona database detection

Modified: package.patch
===================================================================
--- package.patch	2015-10-11 19:19:40 UTC (rev 143709)
+++ package.patch	2015-10-11 19:49:49 UTC (rev 143710)
@@ -4,7 +4,7 @@
      Otherwise, installing "pillow" will cause this function to think
      that "pil" is installed, for example.
      """
--    return any(p.split('-')[0] == package for p in install_package())
+-    return any(p.split('-')[0] == package for p in installed_packages())
 +    return True
  
  def package_versions(package_type, local=False):



More information about the arch-commits mailing list