# Template file for 'PyInstaller' pkgname=PyInstaller version=4.1 revision=4 build_style=python3-module hostmakedepends="python3-setuptools" makedepends="zlib-devel" depends="python3 python3-altgraph" short_desc="Bundles a Python application and dependencies into one package" maintainer="Alex Childs " 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 CFLAGS="-Wno-stringop-truncation" post_extract() { rm -rf PyInstaller/bootloader/* }