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

# source: BLFS
TARBALL=Mako-$PKGVER.tar.gz
MD5SUM=c5fc31a323dd4990683d2f2da02d4e20
SRC_URL=https://files.pythonhosted.org/packages/source/M/Mako/$TARBALL
BUNDLE=

SLACKREQ='python'
SLACKDESC="python-mako: python-mako $PKGVER (Python lightweight templating)
python-mako: 
python-mako: Mako is a Python module that implements hyperfast and 
python-mako: lightweight templating for the Python platform.  
python-mako: 
python-mako: 
python-mako: 
python-mako: 
python-mako: 
python-mako: 
python-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
}


