mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
28 lines
891 B
JSON
28 lines
891 B
JSON
{
|
|
"homepage": "http://www.python.org",
|
|
"license": "http://docs.python.org/2/license.html",
|
|
"version": "2.7.7",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://www.python.org/ftp/python/2.7.7/python-2.7.7.amd64.msi",
|
|
"hash": "md5:497e749747ebd31e40b06bffdfebb2ee"
|
|
},
|
|
"32bit": {
|
|
"url": "https://www.python.org/ftp/python/2.7.7/python-2.7.7.msi",
|
|
"hash": "md5:35ff484a9cf08d155e64dc0fb4965f90"
|
|
}
|
|
},
|
|
"bin": [
|
|
"python.exe",
|
|
"pythonw.exe",
|
|
[ "python.exe", "python2" ]
|
|
],
|
|
"env_add_path": [ "scripts" ],
|
|
"post_install": "pushd $env:temp
|
|
$s = 'https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py'
|
|
echo \"running $s...\";(new-object net.webclient).downloadstring($s) | python 2>&1 > $null
|
|
popd",
|
|
"notes": "To use PIP to manage Python packages, run 'easy_install pip'",
|
|
"checkver": "<p>Latest: <a.*>.*</a> - <a href=\".*\">Python ([0-9\\.]+)</a></p>"
|
|
}
|