some packages
This commit is contained in:
14
packages/python.shrap
Normal file
14
packages/python.shrap
Normal file
@@ -0,0 +1,14 @@
|
||||
(package
|
||||
(name "python3")
|
||||
(version "3.14.3")
|
||||
(homepage "https://www.python.org/")
|
||||
(dependencies zlib libopenssl bzip2)
|
||||
(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")
|
||||
(shell "python -m ensurepip --upgrade")
|
||||
(shell "python -m pip install --upgrade setuptools wheel truststore")))
|
||||
Reference in New Issue
Block a user