PyInstaller: update to 6.9.0.

This commit is contained in:
Eloi Torrents 2024-08-01 11:15:09 +02:00
parent efac9e3b0a
commit 0687a6276f

View file

@ -1,18 +1,18 @@
# Template file for 'PyInstaller'
pkgname=PyInstaller
version=4.1
revision=4
version=6.9.0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="zlib-devel"
depends="python3 python3-altgraph"
depends="python3 python3-altgraph python3-pyinstaller-hooks-contrib"
short_desc="Bundles a Python application and dependencies into one package"
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
license="GPL-2.0-only"
homepage="http://www.pyinstaller.org"
changelog="https://pyinstaller.readthedocs.io/en/v4.0/CHANGES.html"
distfiles="https://github.com/pyinstaller/pyinstaller/releases/download/v${version}/pyinstaller-${version}.tar.gz"
checksum=954ae81de9a4bc096ff02433b3e245b9272fe53f27cac319e71fe7540952bd3d
homepage="https://www.pyinstaller.org"
changelog="https://pyinstaller.org/en/stable/CHANGES.html"
distfiles="https://github.com/pyinstaller/pyinstaller/archive/refs/tags/v${version}.tar.gz"
checksum=716a011358c113a1df80fbcbc206df42f901126a558980d2fd687dfe343646b8
CFLAGS="-Wno-stringop-truncation"