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

# source: james
TARBALL=python-pythran-$PKGVER.tar.gz
MD5SUM=106497787546f3538db7bb1a9e48d88a
SRC_URL=https://files.pythonhosted.org/packages/source/p/pythran/pythran-$PKGVER.tar.gz
BUNDLE=

SLACKREQ='python3-numpy python3-ply python3-gast'
SLACKDESC="python3-pythran: python3-pythran $PKGVER (python compiler)
python3-pythran: 
python3-pythran: Pythran is an ahead of time compiler for a subset of the Python 
python3-pythran: language, with a focus on scientific computing. It takes a Python 
python3-pythran: module annotated with a few interface descriptions and turns it into 
python3-pythran: a native Python module with the same interface, but (hopefully) 
python3-pythran: faster.
python3-pythran: 
python3-pythran: https://pypi.org/project/pythran/
python3-pythran: 
python3-pythran:
"

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


