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

# source: BLFS don't remember which version updated to BLFS 11.3
TARBALL=Mako-$PKGVER.tar.gz
MD5SUM=651f365616611fcd4f2702a9002e2195
SRC_URL=https://files.pythonhosted.org/packages/source/M/Mako/$TARBALL
BUNDLE=

SLACKREQ='python3'
SLACKDESC="python3-mako: python3-mako $PKGVER (Python3 lightweight templating)
python3-mako: 
python3-mako: Mako is a Python module that implements hyperfast and 
python3-mako: lightweight templating for the Python platform.  
python3-mako: 
python3-mako: 
python3-mako: 
python3-mako: 
python3-mako: 
python3-mako: 
python3-mako: 
"

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


