2024-02-26 20:25:13 +00:00

56 lines
1.7 KiB
JSON

{
"version": "0.27.0",
"description": "An experimental package management solution for Python",
"homepage": "https://rye-up.com/",
"license": "MIT",
"suggest": {
"vcredist": "extras/vcredist2022"
},
"architecture": {
"64bit": {
"url": "https://github.com/mitsuhiko/rye/releases/download/0.27.0/rye-x86_64-windows.exe#/rye.exe",
"hash": "91c8ad66d362b754c982d08f1d536f55bdded15a1177a01913916afec0d35e6e"
},
"32bit": {
"url": "https://github.com/mitsuhiko/rye/releases/download/0.27.0/rye-x86-windows.exe#/rye.exe",
"hash": "dc20300ba7088f476bc05b255ede57cdaf0d8efb0b9d2e27d6a11b8c744ae888"
}
},
"pre_install": [
"if (!(Test-Path \"$persist_dir\\config.toml\")) {",
" New-Item -Path \"$dir\\config.toml\" | Out-Null",
"}"
],
"post_install": [
"& \"$dir\\rye.exe\" self install --yes",
"Remove-Item \"$dir\\rye.exe\""
],
"env_add_path": "shims",
"env_set": {
"RYE_HOME": "$persist_dir"
},
"persist": [
"self",
"shims",
"py",
"tools",
"config.toml"
],
"checkver": {
"github": "https://github.com/mitsuhiko/rye"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/mitsuhiko/rye/releases/download/$version/rye-x86_64-windows.exe#/rye.exe"
},
"32bit": {
"url": "https://github.com/mitsuhiko/rye/releases/download/$version/rye-x86-windows.exe#/rye.exe"
}
},
"hash": {
"url": "$url.sha256"
}
}
}