Files
ports/main/python3-mako/spkgbuild
2023-11-09 21:54:26 +00:00

17 lines
450 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.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
}