From c91ed20dc60716c44753fe0d44a286d41b222ed5 Mon Sep 17 00:00:00 2001 From: Shikanime Deva <22115108+Shikanime@users.noreply.github.com> Date: Thu, 9 Dec 2021 05:14:25 +0100 Subject: [PATCH] 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 --- bucket/poetry.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 bucket/poetry.json diff --git a/bucket/poetry.json b/bucket/poetry.json new file mode 100644 index 0000000000..0a6b9e975c --- /dev/null +++ b/bucket/poetry.json @@ -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" + } +}