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

# source: james
TARBALL=python-openpyxl-$PKGVER.tar.gz
MD5SUM=8732ce0b25bc7bbb2e9bce0daee72d1a
SRC_URL=https://files.pythonhosted.org/packages/f4/5f/fb8706fba43b46716e252fdd3ffdfe801a63a0f4663b80b6f3421d85ab70/openpyxl-$PKGVER.tar.gz
BUNDLE=

SLACKREQ='python3 python3-jdcal python3-et_xmlfile'
SLACKDESC="python3-openpyxl: python-openpyxl $PKGVER (Python XLSX library)
python3-openpyxl: 
python3-openpyxl: openpyxl is a Python library to read/write Excel 2010 
python3-openpyxl: xlsx/xlsm/xltx/xltm files.
python3-openpyxl: 
python3-openpyxl: https://pypi.org/project/openpyxl/
python3-openpyxl: 
python3-openpyxl: This is for Python3.
python3-openpyxl: 
python3-openpyxl: 
python3-openpyxl: 
"

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


