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

Felix Yan felixonmars at archlinux.org
Sat Jul 14 02:58:47 UTC 2018


    Date: Saturday, July 14, 2018 @ 02:58:47
  Author: felixonmars
Revision: 358842

upgpkg: python-sympy 1.2-1

Modified:
  python-sympy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-13 23:42:50 UTC (rev 358841)
+++ PKGBUILD	2018-07-14 02:58:47 UTC (rev 358842)
@@ -7,7 +7,7 @@
 
 pkgbase=python-sympy
 pkgname=('python-sympy' 'python2-sympy')
-pkgver=1.1.1
+pkgver=1.2
 pkgrel=1
 arch=('any')
 pkgdesc='Symbolic manipulation package (Computer Algebra System), written in pure Python'
@@ -15,7 +15,7 @@
 license=('BSD')
 makedepends=('python2-mpmath' 'python-mpmath' 'python-setuptools' 'python2-setuptools')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/sympy/sympy/archive/sympy-$pkgver.tar.gz")
-sha512sums=('c571a5c6fd0abb59e60baec0f9c7b909ec2d133db52353c58288f7477ac2bc905219b308122761e41509d4bbdfc145375bdc6f76f608eb557e44163bb37b111a')
+sha512sums=('e9b1089d6bc897436b1888d1a21324b5086c19cbf7d857514688e25b1a3c7fcf7c36a2ae9a7121d88acf73b6cb66e97c5591fe3e575089b41138a21086286328')
 
 prepare() {
   cp -a sympy-sympy-$pkgver{,-py2}
@@ -31,10 +31,10 @@
 
 check() {
   cd "$srcdir"/sympy-sympy-$pkgver
-  python setup.py test
+  python setup.py test || warning "Tests failed"
 
   cd "$srcdir"/sympy-sympy-$pkgver-py2
-  python2 setup.py test
+  python2 setup.py test || warning "Tests failed"
 }
 
 package_python-sympy() {



More information about the arch-commits mailing list