Files
ports/core/python2-mako/spkgbuild
2019-06-02 13:40:38 +08:00

16 lines
497 B
Plaintext
Executable File

# description : Python module that implements hyperfast and lightweight templating for the Python platform
# homepage : http://www.makotemplates.org/
# maintainer : Emmett1, emmett1.2miligrams at gmail.com
# depends : python2 python2-markupsafe
name=python2-mako
version=1.0.11
release=1
source=(https://files.pythonhosted.org/packages/source/M/Mako/Mako-$version.tar.gz)
md5sum=(9151f90c6558e4dcaf4c9fa54ef3b151)
build() {
cd Mako-$version
python2 setup.py install --root=$PKG --optimize=1
}