1 # Maintainer: Andrzej Giniewicz <gginiu@gmail.com>
2 pkgname=python2-scimath
6 pkgdesc="Scientific and Mathematical calculations"
8 url="https://github.com/enthought/scimath"
10 depends=('python2' 'python2-numpy' 'python2-scipy' 'python2-traits')
11 makedepends=('python2-distribute' 'gcc')
12 conflicts=('python2-scimath-git' 'python-ets-scimath-svn')
15 source=("https://github.com/enthought/scimath/tarball/${pkgver}")
16 md5sums=('669a7ab4bc043c598b747db73ce66f9f')
19 cd "$srcdir/enthought-scimath-${_githubtag}"
21 python2 setup.py install --root="$pkgdir"/ --optimize=1