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

# source: james
TARBALL=python-agate-excel-$PKGVER.tar.gz
MD5SUM=39634e071822a2e56d4fa17d12021239
SRC_URL=https://github.com/wireservice/agate-excel/archive/$PKGVER.tar.gz
BUNDLE=

SLACKREQ='python-agate python-openpyxl python-xlrd'
SLACKDESC="python-agate-excel: python-agate-excel $PKGVER (Agate Excel reader)
python-agate-excel: 
python-agate-excel: agate-excel adds read support for Excel files (xls and xlsx) to agate.
python-agate-excel: 
python-agate-excel: http://agate-excel.rtfd.org
python-agate-excel: https://github.com/wireservice/agate-excel
python-agate-excel: 
python-agate-excel: 
python-agate-excel: 
python-agate-excel: 
python-agate-excel: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_pythonmodules &&
	pkg_build_slackdesc
}


