Source: python-pyinstaller-hooks-contrib
Section: python
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Uploaders:
 Daniel Ruiz de Alegría <daniruiz@kali.org>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
Standards-Version: 4.6.2
Homepage: https://github.com/pyinstaller/pyinstaller-hooks-contrib
Vcs-Browser: https://gitlab.com/kalilinux/packages/python-pyinstaller-hooks-contrib
Vcs-Git: https://gitlab.com/kalilinux/packages/python-pyinstaller-hooks-contrib.git

Package: python3-pyinstaller-hooks-contrib
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${python3:Depends},
Enhances:
 python3-pyinstaller,
Description: Community maintained hooks for PyInstaller
 This package provides a collection of hooks for many packages, and allows
 PyInstaller to work with these packages seamlessly.
 .
 A "hook" file extends PyInstaller to adapt it to the special needs and methods
 used by a Python package. The word "hook" is used for two kinds of files. A
 runtime hook helps the bootloader to launch an app, setting up the environment.
 A package hook (there are several types of those) tells PyInstaller what to
 include in the final app - such as the data files and (hidden) imports
 mentioned above.
