ports/devel/py-pyinstaller-hooks-contrib/pkg-descr
Christopher Hall 05b066f1d9 devel/py-pyinstaller-hooks-contrib: The PyInstaller community hooks repository.
This repository is a collection of hooks for many packages, and allows
PyInstaller to work with these packages seamlessly.

Differential Revision: https://reviews.freebsd.org/D43478

Co-authored-by:	Alastair Hogge <agh@riseup.net>

PR:		276396
2024-01-18 21:14:49 +03:00

8 lines
410 B
Text

This package is a collection of hooks for PyInstaller and allows it to
work seamlessly when a package does not work with PyInstaller or has
data files that are needed at runtime.
Various hooks are avaiable. A runtime hook helps the bootloader to
launch an app, setting up the environment. A package hook tells
PyInstaller what to include in the final application - such as the
data files and hidden imports.