Source: pyinstaller-hooks-contrib Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Soren Stoutner Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, pyinstaller , pylint , python3-all-dev , python3-altair , python3-apscheduler , python3-argon2 , python3-av , python3-boto3 , python3-branca , python3-cairocffi , python3-cairosvg , python3-capstone , python3-cassandra , python3-cftime , python3-cloudpickle , python3-cloudscraper , python3-cryptography , python3-dask , # Currently broken. # python3-dateutil , python3-distributed , python3-dbus-fast , python3-eccodes , python3-enchant , python3-exchangelib , python3-fabric , python3-falcon , python3-fiona , python3-folium , # Currently broken. # python3-freetype , python3-geopandas , python3-gitlab , python3-gmsh , python3-google-api-core , python3-h5py , python3-humanize , python3-iminuit , python3-jieba , python3-jsonschema , python3-langdetect , python3-lark , python3-limits , python3-lxml , python3-markdown , python3-mecab , # This pulls in scipy, which causes failures. # python3-metpy , python3-mistune , python3-mnemonic , python3-msoffcrypto-tool , python3-netcdf4 , python3-numcodecs , python3-onnx , python3-opencc , python3-openpyxl , python3-orjson , python3-passlib , python3-pendulum , python3-phonenumbers , python3-plotly , python3-psutil , python3-publicsuffix2 , python3-pubsub , python3-pycparser , python3-pycryptodome , python3-pydantic , python3-pydicom , python3-pygraphviz , python3-pymediainfo , python3-pymssql , python3-pynput , python3-pyodbc , python3-pypinyin , python3-pyproj , python3-pyqt5 , python3-pyqtgraph , python3-pysaml2 , python3-pystray , python3-pytest , python3-pytest-xvfb , python3-rtree , python3-ruamel.yaml , python3-schwifty , python3-scipy , python3-seedir , python3-sentry-sdk , # This pulls in scipy, which causes failures. # python3-skimage , python3-slixmpp , python3-soundfile , # This pulls in scipy, which causes failures. # python3-statsmodels , python3-stdnum , python3-swagger-spec-validator , python3-tables , python3-torch , python3-twisted , python3-pyphen , python3-unidecode , python3-uvicorn , python3-uvloop , python3-websockets , python3-wordcloud , python3-xarray , python3-xmlschema , python3-xyzservices , python3-yapf , python3-zmq , weasyprint Homepage: https://github.com/pyinstaller/pyinstaller-hooks-contrib Vcs-Git: https://salsa.debian.org/python-team/packages/python-pyinstaller-hooks-contrib.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pyinstaller-hooks-contrib Rules-Requires-Root: no Standards-Version: 4.7.2 Package: pyinstaller-hooks-contrib Architecture: all Section: utils Depends: pyinstaller, ${misc:Depends}, ${python3:Depends} Description: Community hooks for PyInstaller Hook files 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 data files and (hidden) imports. . This package is a collection of hooks contributed by the community for many common packages.