Revert "Update to python-3.12.1."

This reverts commit 8ae8363167cc195f92803489e2f97391e2527c5f.

The libglib build broke due to no distutils module.
This commit is contained in:
Jonas 'Sortie' Termansen 2024-02-28 10:28:33 +01:00
parent 718080eedd
commit 4396cce838
3 changed files with 1079 additions and 556 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,10 +1,10 @@
NAME=python
BUILD_LIBRARIES='libbz2 libcurses libexpat libffi libreadline libssl libz liblzma libiconv? libintl? llibmpdec?'
VERSION=3.12.1
VERSION=3.6.0
DISTNAME=Python-$VERSION
COMPRESSION=tar.xz
ARCHIVE=$DISTNAME.$COMPRESSION
SHA256SUM=8dfb8f426fcd226657f9e2bd5f1e96e53264965176fa17d32658e873591aeb21
SHA256SUM=b0c5f904f685e32d9232f7bdcbece9819a892929063b6e385414ad2dd6a23622
UPSTREAM_SITE=https://www.python.org/ftp/python/$VERSION
UPSTREAM_ARCHIVE=$ARCHIVE
BUILD_SYSTEM=configure

View File

@ -0,0 +1,3 @@
rm -rf -- 'Python/graminit.c'
rm -rf -- 'Python/importlib.h'
rm -rf -- 'Python/importlib_external.h'