# pymako/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.03 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.07 minutes) - 2021 L.A. dedi box: 6x2 CPU 32GB RAM #--------------------------------------------------------------------- [settings] configure = none license = tbd nosyslinks = yes proddir = none purge = no shareddir = yes tmpsize = 1M unpack = none #--------------------------------------------------------------------- [depends] meson # Pull in possible dependencies ninja # Ditto pip setuptools python2-core:strict python3-core:strict #--------------------------------------------------------------------- [build] PATH=$PRODTREE/python2/bin:$PATH tar zxf /src/piprepo2/MarkupSafe-1.1.1.tar.gz pushd MarkupSafe-1.1.1 python setup.py build python setup.py install popd tar zxf /src/piprepo2/Mako-1.1.4.tar.gz pushd Mako-1.1.4 python setup.py build python setup.py install popd PATH=$PRODTREE/python3/bin:$PATH tar zxf /src/piprepo3/MarkupSafe-2.1.3.tar.gz pushd MarkupSafe-2.1.3 python3 setup.py build python3 setup.py install popd tar zxf /src/piprepo3/Mako-1.2.4.tar.gz pushd Mako-1.2.4 python3 setup.py build python3 setup.py install popd #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = tbd url_home = tbd url_lfs = tbd url_tarball = pypi; no fixed URL #--------------------------------------------------------------------- [history] 190826 Updated from 1.0.10 to 1.1.0 210601 Updated to 1.1.4 - actual date unknown 230626 Updated to 1.2.4 - Python3 only