mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 20:51:21 +00:00
pipx: Add version 1.3.3 (#5315)
* pipx: Add version 1.3.1 * pipx: Update to version 1.3.3 * Update pipx.json
This commit is contained in:
parent
b7f4fcd575
commit
5ede4e1fed
19
bucket/pipx.json
Normal file
19
bucket/pipx.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user