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

# source: james
TARBALL=matplotlib-$PKGVER.tar.gz
MD5SUM=7aa54b06327f0e1c4f3877fc2f7d6b17
SRC_URL=https://pypi.python.org/packages/79/a9/db688816150a6ef91fd9ce284c828467f7271c7dd5982753a73a8e1aaafa/$TARBALL
BUNDLE=

SLACKREQ='python' 
SLACKDESC="python-matplotlib: python-matplotlib $PKGVER (Python plotting package)
python-matplotlib: 
python-matplotlib: matplotlib strives to produce publication quality 2D graphics for 
python-matplotlib: interactive graphing, scientific publishing, user interface 
python-matplotlib: development and web application servers targeting multiple user 
python-matplotlib: interfaces and hardcopy output formats. There is a ‘pylab’ mode 
python-matplotlib: which emulates matlab graphics.
python-matplotlib: 
python-matplotlib: https://pypi.python.org/pypi/matplotlib
python-matplotlib: 
python-matplotlib: 
"

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


