2025-07-04 16:30:06 +00:00

33 lines
989 B
JSON

{
"version": "7.3.20",
"description": "A fast, compliant alternative implementation of the Python language.",
"homepage": "https://www.pypy.org",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://downloads.python.org/pypy/pypy2.7-v7.3.20-win64.zip",
"hash": "76d02853601ef8d3c9dd821a9faa84cabf9bc469d6b77797b21ed311b25d5419",
"extract_dir": "pypy2.7-v7.3.20-win64"
}
},
"bin": [
"pypy.exe",
"pypyw.exe"
],
"checkver": {
"url": "https://www.pypy.org/download.html",
"regex": "pypy(?<py>2[\\d.]+)-v([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.python.org/pypy/pypy$matchPy-v$version-win64.zip",
"extract_dir": "pypy$matchPy-v$version-win64"
}
},
"hash": {
"url": "https://www.pypy.org/checksums.html"
}
}
}