Files
ports/archived/python2-mako/spkgbuild
2022-11-02 08:50:51 +00:00

13 lines
355 B
Plaintext
Executable File

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