swm_version: 1 base: distro_version: dev pins: {} mutations: - type: source_patch tarball: https://www.python.org/ftp/python/3.12.10/Python-3.12.10.tgz sha256: 15d9c623abfd2165fe816ea1fb385d6ed8cf3c664661ab357f1782e3036a6dac build: compiler: zig-cc target: x86_64-linux-musl link: dynamic flags: [] phases: configure: ./configure --prefix=/usr --without-ensurepip --disable-test-modules --with-ensurepip=no CFLAGS="-Wno-error=date-time" compile: make -j"$(nproc)" install: |- make install DESTDIR=/out && \ LD_LIBRARY_PATH=/out/usr/lib /out/usr/bin/python3 -c "import ssl, _ctypes, _curses, readline, sqlite3, bz2, lzma, zlib, pyexpat; print('modulos opcionales: OK')" zig_version: 0.13.0 target_bin: /usr/bin/python3 expected_hash: b3:ff5cf5e5080f20587b26946d0dfff36a58c9096d30eace4ae9cece24594d171e deps: build: - zlib - pkgconf - openssl-threads runtime: - readline-shared - sqlite-shared - xz-shared - bzip2-shared