ScoopInstaller_Main/python.json
2018-07-10 18:06:40 -07:00

65 lines
1.8 KiB
JSON

{
"homepage": "https://www.python.org/",
"license": "Python-2.0",
"version": "3.7.0",
"architecture": {
"64bit": {
"url": "https://www.python.org/ftp/python/3.7.0/python-3.7.0-amd64.exe#/py3.exe",
"hash": "9d6afa39538aade3a2bacb099ef1c9f78e8d4afaefff99057b902118845c5dda"
},
"32bit": {
"url": "https://www.python.org/ftp/python/3.7.0/python-3.7.0.exe#/py3.exe",
"hash": "559e56d293e05ff6159c3676da2b5a93081efad7a8acc74c12bb757e2b93daba"
}
},
"pre_install": "copy-item $dir\\py3.exe $dir\\uninstall.exe",
"installer": {
"args": [
"/quiet",
"InstallAllUsers=$(@{$true=1;$false=0}[$global])",
"TargetDir=\"$dir\"",
"AssociateFiles=0",
"Shortcuts=0",
"InstallLauncherAllUsers=$(@{$true=1;$false=0}[$global])"
]
},
"uninstaller": {
"file": "uninstall.exe",
"args": [
"/uninstall",
"/quiet",
"InstallAllUsers=0"
]
},
"bin": [
"python.exe",
"pythonw.exe",
[
"python.exe",
"python3"
],
"Lib\\idlelib\\idle.bat",
[
"Lib\\idlelib\\idle.bat",
"idle3"
]
],
"env_add_path": [
"scripts"
],
"checkver": {
"url": "https://www.python.org/downloads/windows/",
"re": "Latest Python 3 Release - Python ([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://www.python.org/ftp/python/$version/python-$version-amd64.exe#/py3.exe"
},
"32bit": {
"url": "https://www.python.org/ftp/python/$version/python-$version.exe#/py3.exe"
}
}
}
}