mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
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
8 lines
410 B
Text
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.
|