From 9c34eed623f3f8dbd5bb048005e3d37c441f568a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Lipski?= Date: Mon, 11 Mar 2024 02:28:51 +0100 Subject: [PATCH] git-machete: Add version 3.23.2 (#5540) --- bucket/git-machete.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 bucket/git-machete.json diff --git a/bucket/git-machete.json b/bucket/git-machete.json new file mode 100644 index 0000000000..9f56b6166b --- /dev/null +++ b/bucket/git-machete.json @@ -0,0 +1,29 @@ +{ + "version": "3.23.2", + "description": "Probably the sharpest git repository organizer & rebase/merge workflow automation tool you've ever seen", + "homepage": "https://github.com/VirtusLab/git-machete", + "license": "MIT", + "depends": "python", + "url": "https://files.pythonhosted.org/packages/py3/g/git-machete/git_machete-3.23.2-py3-none-any.whl", + "hash": "5755803007c9588228ae16f97ca1a0dc032156c88a932d715dc1c374e0217d4a", + "installer": { + "script": [ + "Push-Location \"$dir\"", + "python -m venv git-machete", + ".\\git-machete\\Scripts\\activate", + "try {", + " python -m pip install \"$fname\"", + "}", + "finally {", + " Remove-Item \"$fname\"", + " deactivate", + " Pop-Location", + "}" + ] + }, + "bin": "git-machete\\Scripts\\git-machete.exe", + "checkver": "github", + "autoupdate": { + "url": "https://files.pythonhosted.org/packages/py3/g/git-machete/git_machete-$version-py3-none-any.whl" + } +}