Source: pyinstaller Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Soren Stoutner # Many of the tests depend on pyinstaller-hooks-contrib, but that depends on PyInstaller. # Disabling these packages deselects the tests. They are left below in a commented fashion # to make it easy to enable them once pyinstaller-hooks-contrib makes it into Debian. # # "pythonX.Y-dev " is required for any version of Python that is not # the default but is available in the repository. A similar change must be # made in debian/tests/control. Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-setuptools, zlib1g-dev, ghostscript , # libkf6i18nlocaledata6 , # locales , python3-all-dev , python3-altgraph , python3-dev , python3-django , python3-elementpath , python3-gevent , python3-ipython , python3-jinja2 , python3-lxml , python3-matplotlib , python3-numpy , python3-pandas , python3-pil , python3-pkg-resources , python3-psutil , python3-pygments , # python3-pyqt5.qtmultimedia , # python3-pyqt5.qtwebengine , # python3-pyqt6.qtmultimedia , # python3-pyqt6.qtqml , # python3-pyqt6.qtwebengine , # python3-pyside2.qtcore , # python3-pyside2.qtmultimedia , # python3-pyside2.qtnetwork , # python3-pyside2.qtqml , # python3-pyside2.qtquick , # python3-pyside2.qtquickcontrols2 , # python3-pyside2.qtquickwidgets , # python3-pyside2.qtuitools , # python3-pyside2.qtwebengine , # python3-pyside2.qtwebenginewidgets , # python3-pyside2.qtwidgets , python3-pyside6.qtmultimedia , python3-pyside6.qtnetwork , python3-pyside6.qtquick3d , python3-pyside6.qtquickcontrols2 , python3-pyside6.qtquickwidgets , python3-pyside6.qtuitools , python3-pyside6.qtwebenginequick , python3-pyside6.qtwebenginewidgets , python3-pytest , python3-pytest-xvfb , # python3-pytzdata , python3-requests , python3-scapy , python3-scipy , python3-six , python3-sphinx , python3-sqlalchemy , python3-tk , python3-twisted , python3-urllib3 , python3-zeep , python3-zope.interface , qml6-module-qtqml-workerscript , qml6-module-qtquick-controls , qml6-module-qtquick-window , qml6-module-qtwebengine , # tzdata , xmldiff Standards-Version: 4.7.0 Homepage: https://pyinstaller.org/en/stable/ Vcs-Git: https://salsa.debian.org/python-team/packages/pyinstaller.git Vcs-Browser: https://salsa.debian.org/python-team/packages/pyinstaller Rules-Requires-Root: no Package: pyinstaller Architecture: any Section: utils Depends: python3-pyinstaller (= ${binary:Version}), ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} Description: Utility to bundle a Python application into a single package PyInstaller reads a Python script written by you. It analyzes your code to discover every other module and library your script needs in order to execute. Then it collects copies of all those files and puts them with your script in a single folder, or optionally in a single executable file. . This package contains the executables. It depends on 'python3-pyinstaller', which contains the Python modules. Package: python3-pyinstaller Architecture: any # binutils and python3-dev are needed at runtime. See Depends: binutils, python3-dev, ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} Description: Python modules to bundle a Python application into a single package PyInstaller reads a Python script written by you. It analyzes your code to discover every other module and library your script needs in order to execute. Then it collects copies of all those files and puts them with your script in a single folder, or optionally in a single executable file. . This package contains the Python modules. The utility executables are contained in the 'pyinstaller' package.