diff --git a/bucket/pipx.json b/bucket/pipx.json new file mode 100644 index 0000000000..2002ec6cee --- /dev/null +++ b/bucket/pipx.json @@ -0,0 +1,19 @@ +{ + "version": "1.3.3", + "description": "Install and run Python applications in isolated environments", + "homepage": "https://pipx.pypa.io/", + "license": "MIT", + "suggest": { + "Python": "python" + }, + "url": "https://github.com/pypa/pipx/releases/download/1.3.3/pipx.pyz", + "hash": "348b59b82b1ba9032513d36c2ea03ad3a34e45805ef8de7638a047673ee8b4cb", + "bin": "pipx.bat", + "pre_install": "Set-Content -Value '@python \"%~dp0pipx.pyz\" %*' -Path \"$dir\\pipx.bat\"", + "checkver": { + "github": "https://github.com/pypa/pipx" + }, + "autoupdate": { + "url": "https://github.com/pypa/pipx/releases/download/$version/pipx.pyz" + } +}