# description : Python module that implements hyperfast and lightweight templating for the Python platform # depends : python3-setuptools python3-markupsafe name=python3-mako version=1.3.0 release=1 source="$name-$version.tar.gz::https://files.pythonhosted.org/packages/source/M/Mako/Mako-$version.tar.gz" build() { cd Mako-$version python3 setup.py install --root=$PKG --optimize=1 # conflict with python2-mako rm $PKG/usr/bin/mako-render }