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:
HUMORCE 2022-03-20 20:03:21 +08:00 committed by GitHub
parent d0ef8b0939
commit 35c71b766f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
}