### this file is sourced not run
PKGVER=1.14.1
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=python-scipy-$PKGVER.tar.gz
MD5SUM=efd579e4617ec0e539ad3d9f46ff9d5d
SRC_URL=https://files.pythonhosted.org/packages/source/s/scipy/scipy-$PKGVER.tar.gz
BUNDLE=

SLACKREQ='liblapack libopenblas python3-pythran'
SLACKDESC="python-scipy: python-scipy $PKGVER (Scientific library for Python)
python-scipy: 
python-scipy: SciPy (pronounced “Sigh Pie”) is open-source software for 
python-scipy: mathematics, science, and engineering. The SciPy library depends on 
python-scipy: NumPy, which provides convenient and fast N-dimensional array 
python-scipy: manipulation. The SciPy library is built to work with NumPy arrays, 
python-scipy: and provides many user-friendly and efficient numerical routines such 
python-scipy: as routines for numerical integration and optimization.
python-scipy: 
python-scipy: https://pypi.python.org/pypi/scipy
python-scipy:
"

### default pkg_download
### defaulg pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_pip3modules scipy &&
	pkg_build_slackdesc
}


