mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
poetry: Update install script (#3397)
* poetry: Update manifest - Use `install-poetry.py` instead of `get-poetry.py` * update * upd * Update bucket/poetry.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
parent
d0ef8b0939
commit
35c71b766f
@ -4,22 +4,19 @@
|
||||
"homepage": "https://python-poetry.org/",
|
||||
"license": "MIT",
|
||||
"depends": "python",
|
||||
"url": "https://raw.githubusercontent.com/python-poetry/poetry/1.1.13/get-poetry.py",
|
||||
"hash": "e973b3badb95a916bfe250c22eeb7253130fd87312afa326eb02b8bdcea8f4a7",
|
||||
"url": "https://install.python-poetry.org#/install-poetry.py",
|
||||
"hash": "761cdefb65de97882482d5edf29de6d90e42917447aabfde63a693206c4550c6",
|
||||
"installer": {
|
||||
"script": "$env:POETRY_HOME=$dir; python $dir/$fname --version $version --no-modify-path -y"
|
||||
},
|
||||
"uninstaller": {
|
||||
"script": "$env:POETRY_HOME=$dir; python $dir/get-poetry.py --uninstall -y"
|
||||
},
|
||||
"bin": "bin\\poetry.bat",
|
||||
"env_set": {
|
||||
"POETRY_HOME": "$dir"
|
||||
"script": [
|
||||
"$env:POETRY_HOME=\"$dir\"",
|
||||
"python3 \"$dir\\$fname\" --version $version"
|
||||
]
|
||||
},
|
||||
"bin": "venv\\Scripts\\poetry.exe",
|
||||
"checkver": {
|
||||
"github": "https://github.com/python-poetry/poetry/"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://raw.githubusercontent.com/python-poetry/poetry/$version/get-poetry.py"
|
||||
"url": "https://install.python-poetry.org#/install-poetry.py"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user