mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
poetry: Add version 1.1.12 (#3067)
* poetry: Add version 1.1.12 * poetry: Remove Python dependency * poetry: Reorder JSON manifest * Update poetry.json * adjust indentation Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Issac Lin <issaclin32@gmail.com>
This commit is contained in:
parent
755ed05f04
commit
c91ed20dc6
25
bucket/poetry.json
Normal file
25
bucket/poetry.json
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"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": "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"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user