mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
Update python27 to 2.7.9
This commit is contained in:
parent
04a68ac561
commit
d5f4423c31
@ -1,15 +1,15 @@
|
|||||||
{
|
{
|
||||||
"homepage": "http://www.python.org",
|
"homepage": "http://www.python.org",
|
||||||
"license": "http://docs.python.org/2/license.html",
|
"license": "http://docs.python.org/2/license.html",
|
||||||
"version": "2.7.8",
|
"version": "2.7.9",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://www.python.org/ftp/python/2.7.8/python-2.7.8.amd64.msi",
|
"url": "https://www.python.org/ftp/python/2.7.9/python-2.7.9.amd64.msi",
|
||||||
"hash": "md5:38cadfcac6dd56ecf772f2f3f14ee846"
|
"hash": "md5:21ee51a9f44b7160cb6fc68e29a1ddd0"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://www.python.org/ftp/python/2.7.8/python-2.7.8.msi",
|
"url": "https://www.python.org/ftp/python/2.7.9/python-2.7.9.msi",
|
||||||
"hash": "md5:ef95d83ace85d1577b915dbd481977d4"
|
"hash": "md5:3ed20d8b06dcd339f814b38861f88fc9"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
@ -18,10 +18,6 @@
|
|||||||
[ "python.exe", "python2" ]
|
[ "python.exe", "python2" ]
|
||||||
],
|
],
|
||||||
"env_add_path": [ "scripts" ],
|
"env_add_path": [ "scripts" ],
|
||||||
"post_install": "pushd $env:temp
|
"post_install": "python2 -m ensurepip",
|
||||||
$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>"
|
"checkver": "<p>Latest: <a.*>.*</a> - <a href=\".*\">Python ([0-9\\.]+)</a></p>"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user