15 lines
588 B
Plaintext
15 lines
588 B
Plaintext
(package
|
|
(name "python")
|
|
(version "3.14.3")
|
|
(homepage "https://www.python.org/")
|
|
(dependencies zlib libopenssl bzip2 libffi libreadline)
|
|
(src (tar
|
|
(url "https://www.python.org/ftp/python/3.14.3/Python-3.14.3.tgz")
|
|
(dir "Python-3.14.3")
|
|
(blake3 "24c87671a9bf9d1b5543093c1f76b7540bbcfc430217ee1faa34ad3a856d43c3")))
|
|
(build
|
|
(configure_make)
|
|
(shell "ln -sf /usr/bin/python3 /usr/bin/python || true")
|
|
(shell "python -m ensurepip --upgrade")
|
|
(shell "python -m pip install --upgrade setuptools wheel truststore")))
|