Python

https://www.python.org

https://www.python.org/ftp/python

Spiegel

http://paketspiegel.de/Python-3.14.6.tar.xz onnlein
http://paketspiegel.de/python-3.14.6-docs-html.tar.bz2 onnlein
Betriebsystem

http://paketspiegel.de/Python-3.14.3.tar.xz onnlein
http://paketspiegel.de/python-3.14.3-docs-html.tar.bz2 onnlein
LFS 13.0

LFS

https://lfs.daniel-schildt.de/systemd/chapter08/Python.html

https://lfs.daniel-schildt.de/systemd/chapter07/Python.html

Python → flit_core

Python → texinfo

Bauen

BAU=/bau cd $BAU pwd if [ ! -e Python-3.14.3.tar.xz ] then wget http://paketspiegel.de/Python-3.14.3.tar.xz fi if [ -d Python-3.14.3 ] then rm --force --recursive Python-3.14.3 fi tar --extract -f Python-3.14.3.tar.xz cd Python-3.14.3 pwd cd .. pwd