mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-07 09:50:25 +00:00
16 lines
496 B
Plaintext
Executable File
16 lines
496 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.9
|
|
release=1
|
|
source=(https://files.pythonhosted.org/packages/source/M/Mako/Mako-$version.tar.gz)
|
|
md5sum=(d739720f3f0d6a1cb6a96ea7a4760c3e)
|
|
|
|
build() {
|
|
cd Mako-$version
|
|
python2 setup.py install --root=$PKG --optimize=1
|
|
}
|