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

# source: james
TARBALL=python-pillow-$PKGVER.tar.gz
MD5SUM=015285429e6b66049cbd92054a82e71b
SRC_URL=https://github.com/python-pillow/Pillow/archive/5.3.0.tar.gz
BUNDLE=

SLACKREQ='python libjpeg-turbo freetype2 libtiff libwebp lcms2 libopenjpeg2'
SLACKDESC="python-pillow: python-pillow $PKGVER (Python FORKED Imaging Library )
python-pillow: 
python-pillow: The Python Imaging Library (PIL) adds image processing capabilities 
python-pillow: to your Python interpreter. This library supports many file formats, 
python-pillow: and provides powerful image processing and graphics capabilities.
python-pillow: 
python-pillow: This is a fork of python-PIL which has stopped development 
python-pillow: since 2009.
python-pillow: 
python-pillow: https://python-pillow.org/
python-pillow: 
"

### default pkg_download
### defaulg pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/Pillow* &&
	python setup.py build_ext &&
	python setup.py install \
		--single-version-externally-managed \
		--root / &&
	pkg_build_slackdesc
}


