Skip to content

Commit

Permalink
add python37 v3.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gaojr committed Nov 24, 2019
1 parent 9ffd840 commit 8432e96
Showing 1 changed file with 74 additions and 0 deletions.
74 changes: 74 additions & 0 deletions bucket/python37.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
{
"homepage": "https://www.python.org/",
"license": "Python-2.0",
"version": "3.7.5",
"architecture": {
"64bit": {
"url": "https://www.python.org/ftp/python/3.7.5/python-3.7.5-amd64.exe#/py3.exe",
"hash": "md5:697f7a884e80ccaa9dff3a77e979b0f8"
},
"32bit": {
"url": "https://www.python.org/ftp/python/3.7.5/python-3.7.5.exe#/py3.exe",
"hash": "md5:cfe9a828af6111d5951b74093d70ee89"
}
},
"installer": {
"args": [
"/quiet",
"InstallAllUsers=$(@{$true=1;$false=0}[$global])",
"TargetDir=\"$dir\"",
"AssociateFiles=0",
"Shortcuts=0",
"InstallLauncherAllUsers=$(@{$true=1;$false=0}[$global])"
],
"keep": true
},
"uninstaller": {
"file": "py3.exe",
"args": [
"/uninstall",
"/quiet",
"InstallAllUsers=0"
]
},
"bin": [
"python.exe",
"pythonw.exe",
[
"python.exe",
"python3"
],
[
"python.exe",
"python37"
],
"Lib\\idlelib\\idle.bat",
[
"Lib\\idlelib\\idle.bat",
"idle3"
],
[
"Lib\\idlelib\\idle.bat",
"idle37"
]
],
"env_add_path": "scripts",
"checkver": {
"url": "https://www.python.org/downloads/windows/",
"re": "python-(3\\.7\\.[\\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"
}
},
"hash": {
"url": "https://www.python.org/downloads/release/python-$cleanVersion/",
"find": "$basename[\\S\\s]+?([A-Fa-f\\d]{32})"
}
}
}

0 comments on commit 8432e96

Please sign in to comment.