# pygments/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.07 minutes) - 2021 L.A. dedi box: 6x2 CPU 32GB RAM 00.00 hours (or 000.08 minutes) - ThinkPad E540 i7 4x2 16GB RAM #--------------------------------------------------------------------- [settings] configure = none license = tbd nosyslinks = yes proddir = none purge = no shareddir = yes tmpsize = 123M unpack = none #--------------------------------------------------------------------- [depends] python2-core:strict python3-core:strict #--------------------------------------------------------------------- [build] tar zxf $PKGDIR_SPECIAL/Pygments-2.5.2.tar.gz pushd Pygments-2.5.2 python setup.py clean python setup.py build python setup.py install popd tar zxf $PKGDIR_SPECIAL/Pygments-2.14.0.tar.gz pushd Pygments-2.14.0 python3 setup.py clean 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] 190519 Updated from 2.2.0 to 2.4.0 191009 Updated to 2.4.2 230223 Updated to 2.5.2 for Python2 and 2.14.0 for Python 3