Skip to content
Snippets Groups Projects
Commit f92e11c5 authored by Felix Yan's avatar Felix Yan
Browse files

upgpkg: 1.2-1

parent 52a209c7
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,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'
......@@ -14,7 +14,7 @@ url='http://sympy.org/en/index.html'
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}
......@@ -30,10 +30,10 @@ build() {
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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment