mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
26 lines
877 B
JSON
26 lines
877 B
JSON
{
|
|
"version": "1.1.12",
|
|
"description": "Dependency Management for Python",
|
|
"homepage": "https://python-poetry.org/",
|
|
"license": "MIT",
|
|
"depends": "python",
|
|
"url": "https://raw.githubusercontent.com/python-poetry/poetry/1.1.12/get-poetry.py",
|
|
"hash": "e973b3badb95a916bfe250c22eeb7253130fd87312afa326eb02b8bdcea8f4a7",
|
|
"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"
|
|
},
|
|
"checkver": {
|
|
"github": "https://github.com/python-poetry/poetry/"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://raw.githubusercontent.com/python-poetry/poetry/$version/get-poetry.py"
|
|
}
|
|
}
|