diff --git a/programming/language/python3/python3-mako/actions.py b/programming/language/python3/python3-mako/actions.py
index 72a33c7c24..fb4f737cc4 100644
--- a/programming/language/python3/python3-mako/actions.py
+++ b/programming/language/python3/python3-mako/actions.py
@@ -13,6 +13,9 @@ shelltools.export("PYTHONDONTWRITEBYTECODE", "1")
WorkDir = "Mako-%s" % get.srcVERSION()
+def build():
+ pythonmodules.compile(pyVer="3")
+
def install():
shelltools.system('sed -i "s:mako-render:&3:g" setup.py')
pythonmodules.install(pyVer="3")
@@ -20,4 +23,4 @@ def install():
#pisitools.dodoc("doc/*.txt")
pisitools.dohtml("doc/*.html")
pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), "doc/build")
- pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), "examples")
\ No newline at end of file
+ pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), "examples")
diff --git a/programming/language/python3/python3-mako/pspec.xml b/programming/language/python3/python3-mako/pspec.xml
index c5da46a123..58f332a7f4 100644
--- a/programming/language/python3/python3-mako/pspec.xml
+++ b/programming/language/python3/python3-mako/pspec.xml
@@ -14,7 +14,7 @@
library
A python3 templating language
python3-mako is a super-fast templating language that borrows the best ideas from the existing templating languages.
- https://pypi.org/packages/source/m/mako/Mako-1.1.4.tar.gz
+ https://pypi.org/packages/source/m/mako/Mako-1.1.5.tar.gz
python3-devel
python3-beaker
@@ -52,6 +52,13 @@
+
+ 2021-10-29
+ 1.1.5
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2021-10-22
1.1.4