mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-01 05:24:27 +00:00
56 lines
1.7 KiB
JSON
56 lines
1.7 KiB
JSON
{
|
|
"version": "0.36.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.36.0/rye-x86_64-windows.exe#/rye.exe",
|
|
"hash": "809e6986c665e7ef9f669c713616d24f20d434c3ed0c87c009d3f75376060556"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mitsuhiko/rye/releases/download/0.36.0/rye-x86-windows.exe#/rye.exe",
|
|
"hash": "384a8f1919889e9574a3e54c61c064bdcdb3784f40f66681d7b5cbd681e1be9e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|