python3 3.13.4 = https://github.com/python/cpython/archive/refs/tags/v3.13.4.tar.gz ``` sh *** build *** CFLAGS="-I/pkg/gnu/include/ncurses" ./configure --prefix=/pkg/gnu/python3 --enable-optimizations && make -j$(nproc) && make install ``` ``` sh *** config *** pip3 install setuptools ``` ``` cfg *** build deps *** ncurses zlib readline sqlite libxcrypt ```