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

# source: kirk updated by james
TARBALL=python-pystache-$PKGVER.tar.gz
MD5SUM=c20250cf45a205676491ee4e667ca882
SRC_URL=https://files.pythonhosted.org/packages/source/p/pystache/pystache-$PKGVER.tar.gz
BUNDLE=

SLACKREQ='python3'
SLACKDESC="python3-pystache: python3-pystache $PKGVER (Templating system)
python3-pystache: 
python3-pystache: Pystache is a Python implementation of Mustache. Mustache is a 
python3-pystache: framework-agnostic, logic-free templating system inspired by 
python3-pystache: ctemplate and et.
python3-pystache: 
python3-pystache: https://pypi.org/project/pystache/
python3-pystache: https://mustache.github.io/mustache.5.html
python3-pystache: 
python3-pystache: 
python3-pystache: 
"

### default pkg_download
### defaulg pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/sip*
	pkg_build_python3modules &&  # this still works
	#pkg_build_pip3modules sip && # this works too
	pkg_build_slackdesc
}


