mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
python 3.3.5 (also add python3 alias)
This commit is contained in:
parent
20c58921a9
commit
573304f002
16
python.json
16
python.json
@ -1,18 +1,22 @@
|
|||||||
{
|
{
|
||||||
"homepage": "http://www.python.org",
|
"homepage": "http://www.python.org",
|
||||||
"license": "http://docs.python.org/3.3/license.html",
|
"license": "http://docs.python.org/3.3/license.html",
|
||||||
"version": "3.3.4",
|
"version": "3.3.5",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "http://python.org/ftp/python/3.3.4/python-3.3.4.amd64.msi",
|
"url": "http://www.python.org/ftp/python/3.3.5/python-3.3.5.amd64.msi",
|
||||||
"hash": "md5:fe66db6a92f8135cbbefa3265e8a99ec"
|
"hash": "md5:ebb3ab0df91389a6dd45317d6f4ac838"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "http://python.org/ftp/python/3.3.4/python-3.3.4.msi",
|
"url": "http://www.python.org/ftp/python/3.3.5/python-3.3.5.msi",
|
||||||
"hash": "md5:839af9c8044a1c45338b618294d7a6f3"
|
"hash": "md5:ee4de0c34fd8c575db8a7805e2b9584a"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": [ "python.exe", "py.exe" ],
|
"bin": [
|
||||||
|
"python.exe",
|
||||||
|
"py.exe",
|
||||||
|
[ "python.exe", "python3" ]
|
||||||
|
],
|
||||||
"env_add_path": [ "scripts" ],
|
"env_add_path": [ "scripts" ],
|
||||||
"post_install": "pushd $env:temp
|
"post_install": "pushd $env:temp
|
||||||
$s = 'https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py'
|
$s = 'https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user