# httpie/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created based on "git" upstream sources. The sources were obtained as follows: ocgitfetch --run \ https://github.com/httpie/httpie.git #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] license = See "license*.txt" in installed tree licprefix = $PRODTREE/python3 proddir = none purge = no shareddir = yes tmpsize = 11M #--------------------------------------------------------------------- [depends] piprepomain python:strict python3-core:strict #--------------------------------------------------------------------- [configure] killany dnsmasq || true for pkg in \ certifi defusedxml idna multidict requests urllib3 \ PySocks Pygments \ charset-normalizer \ requests-toolbelt do pip3install $pkg || exit 1 done service dnsmasq restart || true #--------------------------------------------------------------------- [build] python3 setup.py build python3 setup.py install #--------------------------------------------------------------------- # 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_page = tbd url_home = tbd url_lfs = tbd url_tarball = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 220122 Added package. Started with 88140422a (same as 3.0.0). 220123 Updated to 3b441fa57 - same as 3.0.1 220308 Updated to 266c6375c - same as 3.1.0 220802 Updated to b54239b52 - same as 3.2.1 230218 Updated to b16392fbb