Mako is a Python module that implements hyperfast and lightweight templating for the Python platform.
This package is known to build and work properly using an LFS 12.4 platform.
Download (HTTP): https://files.pythonhosted.org/packages/source/M/Mako/mako-1.3.10.tar.gz
Download SHA256 Sum: 99579a6f39583fa7e5630a28c3c1f440e4e97a414b80372649c0ce338da2ea28
Download MD5 sum: c9dfb2bf42827459dd505c60f2262a7c
Download size: 384 KB
Estimated disk space required: 3.9 MB (with tests)
Estimated build time: less than 0.1 SBU (with tests)
![[Note]](../images/note.png)
The tarball name has changed from Mako to mako, but still installs the module as Mako.
"pytest"
Build the module:
pip3 wheel -w dist --no-build-isolation --no-deps --no-cache-dir $PWD
Install the module as the root user:
pip3 install --no-index --find-links dist --no-user Mako
To test the installation, issue pytest.