diff --git a/bucket/python37.json b/bucket/python37.json new file mode 100644 index 0000000..2b135b8 --- /dev/null +++ b/bucket/python37.json @@ -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})" + } + } +}