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

# source: james
TARBALL=PySimpleGUI-$PKGVER.tar.gz
MD5SUM=dc3aae9ca7a9702e47c7d36f47067290
SRC_URL=https://files.pythonhosted.org/packages/49/9c/2078e1c58936af5fcb0acb19b2963dc66478f8887e200a0f3a70e40d7cfa/$TARBALL
BUNDLE=

SLACKREQ='python3-tk'
SLACKDESC="python3-pysimplegui: python3-pysimplegui $PKGVER (Simple GUI library for Python)
python3-pysimplegui: 
python3-pysimplegui: PySimpleGUI is a super-simple library to create GUI for Python. No 
python3-pysimplegui: knowledge about classes objects and callbacks are needed. Specify GUI 
python3-pysimplegui: elements in lists, call the function and we are done.
python3-pysimplegui: 
python3-pysimplegui: https://pysimplegui.readthedocs.io/en/latest/
python3-pysimplegui: https://pypi.org/project/PySimpleGUI/
python3-pysimplegui: https://github.com/PySimpleGUI/PySimpleGUI
python3-pysimplegui: 
python3-pysimplegui: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/PySimpleGUI* &&
	python3 setup.py build &&
	python3 setup.py install --optimize=1 \
		--single-version-externally-managed --root / &&
	pkg_build_slackdesc
}


