python3 3.13.4 = https://github.com/python/cpython/archive/refs/tags/v3.13.4.tar.gz ``` sh *** build *** ./configure --prefix="$pkgpath" --enable-shared --with-lto --enable-optimizations make -j$(nproc) make install ``` ``` sh *** config *** pip3 install setuptools ln -f bin/python3 bin/python ``` ``` cfg *** build deps *** ncurses zlib readline sqlite libxcrypt ```