# pip/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.12 minutes) - 2021 L.A. dedi box: 6x2 CPU 32GB RAM 00.00 hours (or 000.18 minutes) - ThinkPad E540 i7 4x2 16GB 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 setuptools python2-core:strict python3-core:strict #--------------------------------------------------------------------- [build] PATH=$PRODTREE/python2/bin:$PATH # rm -fr dist # python setup.py clean # python setup.py build # python setup.py install pip2 install --no-index --force-reinstall --upgrade \ --find-links /src/piprepo2 pip || true PATH=$PRODTREE/python3/bin:$PATH # rm -fr dist # python3 setup.py clean # python3 setup.py build # python3 setup.py install python3 -m pip \ install --no-index --force-reinstall --upgrade \ --find-links /src/piprepo3 pip || true #--------------------------------------------------------------------- # 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] 181023 Added package. Started with 18.1. 210614 Reworked setup