Files
ports/core/python3-mako/spkgbuild
2020-06-07 13:47:11 +08:00

17 lines
427 B
Plaintext
Executable File

# description : Python module that implements hyperfast and lightweight templating for the Python platform
# depends : python3-setuptools python3-markupsafe
name=python3-mako
version=1.1.3
release=1
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
# conflict with python2-mako
rm $PKG/usr/bin/mako-render
}