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

# source: james
TARBALL=python-numpy-$PKGVER.tar.gz
MD5SUM=4cb2230ffa1cc41329ae29bd69ee08de
SRC_URL=https://files.pythonhosted.org/packages/source/n/numpy/numpy-$PKGVER.tar.gz
BUNDLE=

SLACKREQ='liblapack libopenblas'
SLACKDESC="python3-numpy: python3-numpy $PKGVER (Python3 base package for numerical computing) 
python3-numpy:  
python3-numpy: NumPy is the fundamental package for scientific computing with 
python3-numpy: Python. It contains among other things: 
python3-numpy: - a powerful N-dimensional array object 
python3-numpy: - sophisticated (broadcasting) functions 
python3-numpy: - tools for integrating C/C++ and Fortran code 
python3-numpy: - useful linear algebra, Fourier transform, and random 
python3-numpy:   number capabilities  
python3-numpy: 
python3-numpy: 
"

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


