%general-entities; ]> Mako-&mako-version; Mako Introduction to Mako Module Mako is a template library written in Python . It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. &lfs77_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &mako-md5sum; Download size: &mako-size; Estimated disk space required: &mako-buildsize; Estimated build time: &mako-time; Mako Dependencies Required and or Optional mock User Notes: Installation of Mako Both Python 2 and Python 3 modules can be built and installed without any conflicts. To install Mako for Python 2, run the following command as the root user: python setup.py install --optimize=1 To install Mako for Python 3, run the following command as the root user: sed -i "s:mako-render:&3:g" setup.py && python3 setup.py install --optimize=1 The test suite requires the optional mock python module. If it is not installed and you have internet access, it will be automatically downloaded before the tests. Run the tests by issuing python setup.py test and/or python3 setup.py test. Command Explanations sed -i "s:mako-render:&3:g" setup.py: This sed prevents setup.py from overwriting an already installed script by the Python 2 module. Remove it if you are building this module only for Python 3. Contents Installed Programs Installed Library Installed Directory None None /usr/lib/python&python2-majorver;/site-packages/Mako-&mako-version;-py&python2-majorver;.egg and/or /usr/lib/python&python3-majorver;/site-packages/Mako-&mako-version;-py&python3-majorver;.egg