### this file is sourced not run
PKGVER=5.2
PKGBUILD=1
PKGARCH=noarch

# source: james
TARBALL=python-pywebview-$PKGVER.tar.gz
MD5SUM=b22820055cacc8a67f318c8d83b9d214
SRC_URL=https://files.pythonhosted.org/packages/source/p/pywebview/pywebview-$PKGVER.tar.gz
BUNDLE=

SLACKREQ='python3-pygobject webkitgtk' # or PySide2 or PyQt6 
SLACKDESC="python3-pywebview: python3-pywebview $PKGVER (webview library for python)
python3-pywebview: 
python3-pywebview: pywebview is a lightweight cross-platform wrapper around a webview 
python3-pywebview: component that allows to display HTML content in its own native GUI 
python3-pywebview: window. pywebview uses native GUI for creating a web component 
python3-pywebview: window: WinForms on Windows, Cocoa on macOS, QT or GTK on Linux and 
python3-pywebview: Kivy for Android.
python3-pywebview: 
python3-pywebview: https://github.com/r0x0r/pywebview
python3-pywebview: https://pywebview.flowrl.com/
python3-pywebview:
"

### default pkg_download
### default pkg_prepare
### default pkg_package

### build
pkg_build() {
	pkg_build_pip3modules pywebview &&
	pkg_build_slackdesc
}
