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

# source: james
TARBALL=python-xlrd-$PKGVER.tar.gz
MD5SUM=e5d5b96924d791b22898b622eb3e918e
SRC_URL=https://files.pythonhosted.org/packages/aa/05/ec9d4fcbbb74bbf4da9f622b3b61aec541e4eccf31d3c60c5422ec027ce2/xlrd-$PKGVER.tar.gz
BUNDLE=

SLACKREQ='python'
SLACKDESC="python-xlrd: python-xlrd $PKGVER (XLSX data extractor for Python)
python-xlrd: 
python-xlrd: Extract data from Excel spreadsheets (.xls and .xlsx, versions 2.0 
python-xlrd: onwards) on any platform. Pure Python (2.7, 3.4+). Strong support for 
python-xlrd: Excel dates. Unicode-aware.
python-xlrd: 
python-xlrd: https://pypi.org/project/xlrd/
python-xlrd: 
python-xlrd: 
python-xlrd: 
python-xlrd: 
"

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


