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:
Shikanime Deva 2021-12-09 05:14:25 +01:00 committed by GitHub
parent 755ed05f04
commit c91ed20dc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

25
bucket/poetry.json Normal file
View 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"
}
}