mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 07:41:20 +00:00
24 lines
721 B
JSON
24 lines
721 B
JSON
{
|
|
"homepage": "http://www.python.org",
|
|
"license": "http://docs.python.org/3.4/license",
|
|
"version": "3.4.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://www.python.org/ftp/python/3.4.0/python-3.4.0.amd64.msi",
|
|
"hash": "md5:d59aaf1bb32d1bc01a051b3613ab0966"
|
|
},
|
|
"32bit": {
|
|
"url": "https://www.python.org/ftp/python/3.4.0/python-3.4.0.msi",
|
|
"hash": "md5:e3be8a63294e42e126493ca96cfe48bd"
|
|
}
|
|
},
|
|
"bin": [
|
|
"python.exe",
|
|
"py.exe",
|
|
"pythonw.exe",
|
|
[ "python.exe", "python3" ]
|
|
],
|
|
"env_add_path": [ "scripts" ],
|
|
"post_install": "python -m ensurepip; cp (gcm pip3).path \"$(split-path (gcm pip3).path)/pip.exe\"",
|
|
"checkver": "<p>Latest: <a href=\".*\">Python ([0-9\\.]+)</a> - <a.*>.*</a></p>"
|
|
} |