mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
56 lines
1.7 KiB
JSON
56 lines
1.7 KiB
JSON
{
|
|
"version": "0.42.0",
|
|
"description": "A comprehensive project and package management solution for Python",
|
|
"homepage": "https://rye.astral.sh/",
|
|
"license": "MIT",
|
|
"suggest": {
|
|
"vcredist": "extras/vcredist2022"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/astral-sh/rye/releases/download/0.42.0/rye-x86_64-windows.exe#/rye.exe",
|
|
"hash": "dd4717831dff0aaa94d492adf4cdbf449d501ad012b0b95b6f525e3d9d62cd10"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/astral-sh/rye/releases/download/0.42.0/rye-x86-windows.exe#/rye.exe",
|
|
"hash": "e89962127a54ef261fcb22cf8b365a768d9a42954e12f71830d07fa04f4fe3d2"
|
|
}
|
|
},
|
|
"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/astral-sh/rye"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/astral-sh/rye/releases/download/$version/rye-x86_64-windows.exe#/rye.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/astral-sh/rye/releases/download/$version/rye-x86-windows.exe#/rye.exe"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|