moving winpython from extras to main bucket (#2301)

This commit is contained in:
Benedetto Polimeni 2018-06-12 20:40:56 +02:00 committed by Richard Kuhnt
parent 3e8fa9d73a
commit c13235ac82

49
winpython.json Normal file
View File

@ -0,0 +1,49 @@
{
"description": "Free, open-source and portable Python distribution for Windows",
"version": "3.6.5.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/winpython/WinPython_3.6/3.6.5.0/WinPython64-3.6.5.0Zero.exe#/dl.7z",
"hash": "83cb7ccf519a7fffc0cf6b00f0cb2d45f8d4cbf55b6e9b463fcd2534fa6f450a",
"extract_dir": "python-3.6.5.amd64"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/winpython/WinPython_3.6/3.6.5.0/WinPython32-3.6.5.0Zero.exe#/dl.7z",
"hash": "83cb7ccf519a7fffc0cf6b00f0cb2d45f8d4cbf55b6e9b463fcd2534fa6f450a",
"extract_dir": "python-3.6.5"
}
},
"homepage": "https://winpython.github.io/",
"bin": [
"python.exe",
"pythonw.exe",
[
"python.exe",
"python3"
]
],
"env_add_path": [
"scripts"
],
"checkver": {
"url": "https://winpython.github.io/md5_sha1.txt",
"re": "-([\\d.]+)Zero.exe"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/winpython/WinPython_$majorVersion.$minorVersion/$version/WinPython64-$versionZero.exe#/dl.7z",
"extract_dir": "python-$majorVersion.$minorVersion.$patchVersion.amd64"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/winpython/WinPython_$majorVersion.$minorVersion/$version/WinPython32-$versionZero.exe#/dl.7z",
"extract_dir": "python-$majorVersion.$minorVersion.$patchVersion"
}
},
"hash": {
"url": "https://winpython.github.io/md5_sha1.txt",
"find": "([a-fA-F\\d]{64})\\s|\\s$basename"
}
}
}