pyoxidizer: Add version 0.24.0 (#4612)

* Add PyOxidizer to Main Bucket

* Add newline to end of file

* Suggest `bazel`

* Add 32bit

* Add newline

* Update bucket/pyoxidizer.json

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

---------

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
simonsan 2023-04-02 18:35:10 +02:00 committed by GitHub
parent eb77bee6a8
commit 7ded92d685
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

42
bucket/pyoxidizer.json Normal file
View File

@ -0,0 +1,42 @@
{
"version": "0.24.0",
"description": "A modern Python application packaging and distribution tool",
"homepage": "https://github.com/indygreg/PyOxidizer",
"license": "MPL-2.0",
"suggest": {
"bazel": "bazel"
},
"architecture": {
"64bit": {
"url": "https://github.com/indygreg/PyOxidizer/releases/download/pyoxidizer%2F0.24.0/pyoxidizer-0.24.0-x86_64-pc-windows-msvc.zip",
"hash": "c1b757bc7c64921b38bf5fd70d2a2e2f591d36fe1cae3b5722822c08f651ba7b",
"extract_dir": "pyoxidizer-0.24.0-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/indygreg/PyOxidizer/releases/download/pyoxidizer%2F0.24.0/pyoxidizer-0.24.0-i686-pc-windows-msvc.zip",
"hash": "2e2b52d1565c71d36f8e83b8aa63949b2887b7cb2136f2f89ceef855b5d156c3",
"extract_dir": "pyoxidizer-0.24.0-i686-pc-windows-msvc"
}
},
"bin": "pyoxidizer.exe",
"checkver": {
"url": "https://github.com/indygreg/PyOxidizer/tags",
"regex": "/pyoxidizer/([\\d.]+)\\.tar\\.gz"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/indygreg/PyOxidizer/releases/download/pyoxidizer%2F$version/pyoxidizer-$version-x86_64-pc-windows-msvc.zip",
"extract_dir": "pyoxidizer-$version-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/indygreg/PyOxidizer/releases/download/pyoxidizer%2F$version/pyoxidizer-$version-i686-pc-windows-msvc.zip",
"extract_dir": "pyoxidizer-$version-i686-pc-windows-msvc"
}
},
"hash": {
"mode": "extract",
"url": "$url.sha256"
}
}
}