build: bump pyinstaller
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
PYINSTALLER_REPO="https://github.com/pyinstaller/pyinstaller.git"
|
||||
PYINSTALLER_COMMIT="5d7a0449ecea400eccbbb30d5fcef27d72f8f75d"
|
||||
# ^ tag "v6.6.0"
|
||||
PYINSTALLER_COMMIT="306d4d92580fea7be7ff2c89ba112cdc6f73fac1"
|
||||
# ^ tag "v6.13.0"
|
||||
|
||||
PYTHON_VERSION=3.12.10
|
||||
|
||||
|
||||
@@ -2,8 +2,8 @@ altgraph==0.17.4 \
|
||||
--hash=sha256:1b5afbb98f6c4dcadb2e2ae6ab9fa994bbb8c1d75f4fa96d340f9437ae454406
|
||||
packaging==25.0 \
|
||||
--hash=sha256:d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f
|
||||
pefile==2024.8.26 \
|
||||
--hash=sha256:3ff6c5d8b43e8c37bb6e6dd5085658d658a7a0bdcd20b6a07b1fcfc1c4e9d632
|
||||
pefile==2023.2.7 \
|
||||
--hash=sha256:82e6114004b3d6911c77c3953e3838654b04511b8b66e8583db70c65998017dc
|
||||
pip==25.1.1 \
|
||||
--hash=sha256:3de45d411d308d5054c2168185d8da7f9a2cd753dbac8acbfa88a8909ecd9077
|
||||
pyinstaller-hooks-contrib==2025.4 \
|
||||
|
||||
@@ -88,8 +88,8 @@ brew install autoconf automake libtool gettext coreutils pkgconfig
|
||||
|
||||
info "Building PyInstaller."
|
||||
PYINSTALLER_REPO="https://github.com/pyinstaller/pyinstaller.git"
|
||||
PYINSTALLER_COMMIT="5d7a0449ecea400eccbbb30d5fcef27d72f8f75d"
|
||||
# ^ tag "v6.6.0"
|
||||
PYINSTALLER_COMMIT="306d4d92580fea7be7ff2c89ba112cdc6f73fac1"
|
||||
# ^ tag "v6.13.0"
|
||||
(
|
||||
if [ -f "$CACHEDIR/pyinstaller/PyInstaller/bootloader/Darwin-64bit/runw" ]; then
|
||||
info "pyinstaller already built, skipping"
|
||||
|
||||
@@ -3,9 +3,11 @@ setuptools
|
||||
wheel
|
||||
|
||||
# needed by pyinstaller:
|
||||
# fixme: ugly to have to duplicate this here from upstream
|
||||
macholib>=1.8
|
||||
altgraph
|
||||
pyinstaller-hooks-contrib>=2020.6
|
||||
pyinstaller-hooks-contrib>=2025.2
|
||||
packaging>=22.0
|
||||
|
||||
# Note: hidapi requires Cython at build-time (not needed at runtime).
|
||||
# For reproducible builds, the version of Cython must be pinned down.
|
||||
|
||||
@@ -3,7 +3,9 @@ setuptools
|
||||
wheel
|
||||
|
||||
# needed by pyinstaller:
|
||||
pefile>=2017.8.1
|
||||
# fixme: ugly to have to duplicate this here from upstream
|
||||
pefile>=2022.5.30,!=2024.8.26
|
||||
altgraph
|
||||
pywin32-ctypes>=0.2.0
|
||||
pyinstaller-hooks-contrib>=2020.11
|
||||
pywin32-ctypes>=0.2.1
|
||||
pyinstaller-hooks-contrib>=2025.2
|
||||
packaging>=22.0
|
||||
|
||||
Reference in New Issue
Block a user