git-machete: Add version 3.23.2 (#5540)

This commit is contained in:
Paweł Lipski 2024-03-11 02:28:51 +01:00 committed by GitHub
parent ae2d8196de
commit 9c34eed623
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

29
bucket/git-machete.json Normal file
View File

@ -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"
}
}