summaryrefslogtreecommitdiffhomepage
path: root/vars/python3.vars
AgeCommit message (Collapse)AuthorFilesLines
2020-02-26General cleanup, pt. II.Lucio Andrés Illanes Albornoz1-2/+2
2020-02-25General cleanup, pt. I.Lucio Andrés Illanes Albornoz1-1/+1
2019-04-26vars/python[23]{,_host}.vars: call pkg_fetch_download() to fetch ${PKG_URL}.Lucio Andrés Illanes Albornoz1-0/+1
2019-01-19etc/build.usage, subr/build_{args,checks}.subr: merges -c into -C as -C prefix.Lucio Andrés Illanes Albornoz1-2/+2
etc/build.usage, subr/build_{args,init}.subr: merges -[46N] into -F as ipv4|ipv6|offline. subr/ex_rtl_fetch.subr: honour ${{ARG_FETCH_FORCE,DEFAULT_GIT_ARGS}}. subr/pkg_install_strip.subr: correctly strip non-release build binaries. subr/pkg_install_strip.subr:pkg_install_strip(): honour ${ARG_DEBUG_MINIPIX}. vars/env.vars, subr/pkg_fetch_{download,git,wget}.subr: merges fetch_{git,wget} into fetch_download. vars/midipix.vars: adds ${DEFAULT_GIT_ARGS}. vars/{musl,python[23]{,_host}}.vars: updated concerning fetch_download.
2018-12-19native python3: build using sbpython3 (external build project for Python-3.x).midipix1-11/+4
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2018-07-09vars/build.vars:python3{,_host}:${PKG_CONFIGURE_ARGS{,_EXTRA}: build w/ ↵Lucio Andrés Illanes Albornoz1-0/+1
--with-system-expat --with-system-ffi. vars/python3{,_host}.vars:pkg_configure_pre(): remove in-tree Modules/zlib/ (via Redfoxmoon.)
2017-12-03Separate front end (build.sh, subr/build_*) from dispatcher.Lucio Andrés Illanes Albornoz (arab, vxp)1-3/+3
2017-11-22subr/*: reorganised as {ex{,_{pkg,rtl,setup}},pkg}_*.Lucio Andrés Illanes Albornoz (arab, vxp)1-3/+3
2017-02-06build.sh, {subr,vars}/*: general cleanup.Lucio Andrés Illanes Albornoz (arab, vxp)1-4/+4
2017-02-05build.sh, {subr,vars}/*: general cleanup.Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+1
2017-01-19{clang,llvm}_host: adds clang v3.8.1 and llvm v3.8.1 (via Redfoxmoon.)Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+1
2016-11-151) Replaces the SysV-style build script link mechanism w/ build {,meta-}targets,Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+17
2) splits build.{subr,sh}} into subr/{build,pkg,rtl}.subr and build.sh, 3) replaces {997.strip,998.midipix_sh,999.tarballs}.build with subr/{strip,tarball}.subr, 4) moves patches to patches/, vars files to vars/, and everything else to etc/, 5) renames `Create `Midipix mintty shell' shortcut.vbs' to midipix_shortcut.vbs, 6) fixes a Weechat configure issue, and 7) updates etc/{build.usage,README}.