1 # Maintainer: Hector Mtz-Seara <hseara__*a*t*__gmail*.*com>
3 pkgname=python2-scientificpython
6 pkgdesc="ScientificPython is a collection of Python modules for scientific computing. It contains support for geometry, mathematical functions, statistics, physical units, IO, visualization, and parallelization."
8 url="http://dirac.cnrs-orleans.fr/scientificpython/"
10 depends=('python2-numericalpython' 'netcdf')
11 source=(https://sourcesup.cru.fr/frs/download.php/3420/ScientificPython-$pkgver.tar.gz)
12 md5sums=('f27bfb3abda022b73a93cd6ada06338f')
15 cd "$srcdir"/ScientificPython-$pkgver
16 python2 setup.py build
20 cd "$srcdir"/ScientificPython-$pkgver
21 python2 setup.py install --prefix=/usr --root=${pkgdir}