description="Implements hyperfast and lightweight templating for the Python platform."
url="https://pypi.org/project/Mako/"
packager="tnut <tnut@nutyx.org>"

makedepends=(python python-markupsafe)

name=python-mako
version=1.0.13
release=2

source=(https://files.pythonhosted.org/packages/source/M/Mako/Mako-$version.tar.gz)

build() {

cd Mako-$version
python3 setup.py install --root=$PKG --optimize=1
}
