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

# source: james
TARBALL=python-remi-$PKGVER.tar.gz
MD5SUM=3e8f001e20d8ec7bd3a61dc3b69fde14
SRC_URL=https://files.pythonhosted.org/packages/source/r/remi/remi-$PKGVER.tar.gz
BUNDLE=

SLACKREQ='' # 
SLACKDESC="python3-remi: python3-remi $PKGVER (Platform independent GUI library)
python3-remi: 
python3-remi: Remi is a GUI library for Python applications that gets rendered in 
python3-remi: web browsers. This allows you to access your interface locally and 
python3-remi: remotely.
python3-remi: 
python3-remi: https://github.com/rawpython/remi
python3-remi: 
python3-remi: 
python3-remi: 
python3-remi:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/remi* &&
	pkg_build_python3modules &&
	#pkg_build_pip3modules remi && # also works
	pkg_build_slackdesc &&

	mkdir -p /usr/share/remi &&
	cp -r examples /usr/share/remi &&

	cd doc &&
	make html &&
	cp -r _build/html /usr/share/remi/doc &&

	return 0
}
