mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
56 lines
1.7 KiB
JSON
56 lines
1.7 KiB
JSON
{
|
|
"version": "0.25.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.25.0/rye-x86_64-windows.exe#/rye.exe",
|
|
"hash": "e8430de0747bd0877013d4409c770df6fde73ecfd6565a52cc83dd1d0ec16a82"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mitsuhiko/rye/releases/download/0.25.0/rye-x86-windows.exe#/rye.exe",
|
|
"hash": "0c337a2454ca5b40c01d1d2f82d98cef71d0199bbe1c62b0e4ef8a73e013335a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|