mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 09:07:01 +02:00
PyInstaller: update to 6.9.0.
This commit is contained in:
parent
efac9e3b0a
commit
0687a6276f
1 changed files with 7 additions and 7 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue