1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139
|
Source: pyinstaller-hooks-contrib
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Soren Stoutner <soren@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-setuptools,
pyinstaller <!nocheck>,
pylint <!nocheck>,
python3-all-dev <!nocheck>,
python3-altair <!nocheck>,
python3-apscheduler <!nocheck>,
python3-argon2 <!nocheck>,
python3-av <!nocheck>,
python3-boto3 <!nocheck>,
python3-branca <!nocheck>,
python3-cairocffi <!nocheck>,
python3-cairosvg <!nocheck>,
python3-capstone <!nocheck>,
python3-cassandra <!nocheck>,
python3-cftime <!nocheck>,
python3-cloudpickle <!nocheck>,
python3-cloudscraper <!nocheck>,
python3-cryptography <!nocheck>,
python3-dask <!nocheck>,
# Currently broken. <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/873#issuecomment-2746580287>
# python3-dateutil <!nocheck>,
python3-distributed <!nocheck>,
python3-dbus-fast <!nocheck>,
python3-eccodes [!armhf !i386] <!nocheck>,
python3-enchant <!nocheck>,
python3-eth-typing <!nocheck>,
python3-eth-utils <!nocheck>,
python3-exchangelib <!nocheck>,
python3-fabric <!nocheck>,
python3-falcon <!nocheck>,
python3-fiona <!nocheck>,
python3-folium <!nocheck>,
# Currently broken. <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/873#issuecomment-2707751940>
# python3-freetype <!nocheck>,
python3-geopandas <!nocheck>,
python3-gitlab <!nocheck>,
python3-gmsh <!nocheck>,
python3-google-api-core <!nocheck>,
python3-h5py <!nocheck>,
python3-humanize <!nocheck>,
python3-iminuit <!nocheck>,
python3-jieba <!nocheck>,
python3-jsonschema <!nocheck>,
python3-langdetect <!nocheck>,
python3-lark <!nocheck>,
python3-limits <!nocheck>,
python3-lxml <!nocheck>,
python3-markdown <!nocheck>,
python3-mecab <!nocheck>,
python3-metpy <!nocheck>,
python3-mistune <!nocheck>,
python3-mnemonic <!nocheck>,
python3-msoffcrypto-tool <!nocheck>,
python3-netcdf4 <!nocheck>,
python3-numcodecs <!nocheck>,
python3-onnx <!nocheck>,
python3-opencc <!nocheck>,
python3-openpyxl <!nocheck>,
python3-orjson <!nocheck>,
python3-passlib <!nocheck>,
python3-pendulum <!nocheck>,
python3-phonenumbers <!nocheck>,
python3-plotly <!nocheck>,
python3-psutil <!nocheck>,
python3-publicsuffix2 <!nocheck>,
python3-pubsub <!nocheck>,
python3-pycparser <!nocheck>,
python3-pycryptodome <!nocheck>,
python3-pydantic <!nocheck>,
python3-pydicom <!nocheck>,
python3-pygraphviz <!nocheck>,
python3-pymediainfo <!nocheck>,
python3-pymssql <!nocheck>,
python3-pynput <!nocheck>,
python3-pyodbc <!nocheck>,
python3-pyphen <!nocheck>,
python3-pypinyin <!nocheck>,
python3-pyproj <!nocheck>,
python3-pyqt5 <!nocheck>,
python3-pyqtgraph <!nocheck>,
python3-pysaml2 <!nocheck>,
python3-pystray <!nocheck>,
python3-pytest <!nocheck>,
python3-pytest-xvfb <!nocheck>,
python3-rtree <!nocheck>,
python3-ruamel.yaml <!nocheck>,
python3-schwifty <!nocheck>,
python3-scipy <!nocheck>,
python3-seedir <!nocheck>,
python3-sentry-sdk <!nocheck>,
python3-skimage <!nocheck>,
python3-slixmpp <!nocheck>,
python3-soundfile <!nocheck>,
python3-statsmodels <!nocheck>,
python3-stdnum <!nocheck>,
python3-swagger-spec-validator <!nocheck>,
python3-tables <!nocheck>,
python3-torch [!armhf !i386] <!nocheck>,
python3-twisted <!nocheck>,
python3-unidecode <!nocheck>,
python3-uvicorn <!nocheck>,
python3-uvloop <!nocheck>,
python3-websockets <!nocheck>,
python3-wordcloud <!nocheck>,
python3-xarray <!nocheck>,
python3-xmlschema <!nocheck>,
python3-xyzservices <!nocheck>,
python3-yapf <!nocheck>,
python3-zmq <!nocheck>,
weasyprint <!nocheck>
Homepage: https://github.com/pyinstaller/pyinstaller-hooks-contrib
Vcs-Git: https://salsa.debian.org/python-team/packages/pyinstaller-hooks-contrib.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pyinstaller-hooks-contrib
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.
|