# setuptools/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.05 minutes) - 2021 L.A. dedi box: 6x2 CPU 32GB RAM 00.00 hours (or 000.10 minutes) - HP EliteBook 8560w 32GB RAM #--------------------------------------------------------------------- [settings] compiler = gcc # "clang" semi-works configure = none license = Per-package nosyslinks = yes proddir = none purge = no shareddir = yes tmpsize = 34M unpack = none setpaths = $PRODTREE/curl openssl libsodium zlib libgmp #--------------------------------------------------------------------- [depends] curl-low libgmp libsodium meson # Pull in possible dependencies ninja # Ditto openssl python2-core:strict python3-core:strict zlib #--------------------------------------------------------------------- [build] export FIXGCCOPTR=yes SP=$PKGDIR_SPECIAL unzip $SP/setuptools-44.1.1.zip cd setuptools-44.1.1 python setup.py build python setup.py install cd .. tar zxf $SP/setuptools-68.0.0.tar.gz cd setuptools-68.0.0 python3 setup.py build python3 setup.py install cd .. #--------------------------------------------------------------------- # 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] 170714 Added package 180520 Updated from unknown to 39.2.0 181023 Updated to 40.4.3 181111 Updated to 40.5.0 190530 Updated to 41.0.1 210128 Updated to 44.1.1 - Python2 frozen here # date approx. 210425 Updated to 49.1.0 # date approx. 230103 Updated to 59.2.0 230626 Updated to 68.0.0