diff --git a/programming/language/python/python-mako/actions.py b/programming/language/python/python-mako/actions.py
index 110b539321..e867d05c6a 100644
--- a/programming/language/python/python-mako/actions.py
+++ b/programming/language/python/python-mako/actions.py
@@ -5,18 +5,21 @@
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
+from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
-from pisi.actionsapi import shelltools
shelltools.export("PYTHONDONTWRITEBYTECODE", "1")
WorkDir = "Mako-%s" % get.srcVERSION()
+def build():
+ pythonmodules.compile()
+
def install():
pythonmodules.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")
+ pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), "examples")
\ No newline at end of file
diff --git a/programming/language/python/python-mako/pspec.xml b/programming/language/python/python-mako/pspec.xml
index 1c16010f83..6f81d71e0a 100644
--- a/programming/language/python/python-mako/pspec.xml
+++ b/programming/language/python/python-mako/pspec.xml
@@ -1,5 +1,5 @@
-
+
python-mako
@@ -8,32 +8,36 @@
PisiLinux Community
admins@pisilinux.org
+ programming.language.python
MIT
app:console
library
A python templating language
python-mako is a super-fast templating language that borrows the best ideas from the existing templating languages.
- https://pypi.python.org/packages/eb/f3/67579bb486517c0d49547f9697e36582cd19dafb5df9e687ed8e22de57fa/Mako-1.0.7.tar.gz
+ https://files.pythonhosted.org/packages/b0/3c/8dcd6883d009f7cae0f3157fb53e9afb05a0d3d33b3db1268ec2e6f4a56b/Mako-1.1.0.tar.gz
python-setuptools
+ python-devel
python-mako
+ A python templating language
- python-beaker
python-MarkupSafe
+ python-beaker
/usr/bin
- /usr/lib
/usr/share/doc
+ /usr/lib
python-mako-docs
+ Documentation files for raptor python-mako
python-mako
@@ -45,6 +49,13 @@
+
+ 2020-01-20
+ 1.1.0
+ Version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2018-08-30
1.0.7
@@ -81,4 +92,4 @@
yusuf.aydemir@pisilinux.org
-
+
\ No newline at end of file
diff --git a/programming/language/python/python-mako/translations.xml b/programming/language/python/python-mako/translations.xml
index eb7815b05a..9c054b229f 100644
--- a/programming/language/python/python-mako/translations.xml
+++ b/programming/language/python/python-mako/translations.xml
@@ -9,5 +9,6 @@
python-mako-docs
python-mako için belgelendirme dosyaları
+ python-mako-docs, python-mako için belgelendirme dosyalarını içerir.
-
+
\ No newline at end of file