Source: pyqt-builder Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Dmitry Shachnev Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-setuptools, python3-sipbuild (>= 5.5) Rules-Requires-Root: no Standards-Version: 4.5.1 Homepage: https://pypi.org/project/PyQt-builder/ Vcs-Git: https://salsa.debian.org/python-team/packages/pyqt-builder.git Vcs-Browser: https://salsa.debian.org/python-team/packages/pyqt-builder Package: python3-pyqtbuild Architecture: all Depends: python3-packaging, python3-sipbuild (>= 5.5), ${misc:Depends}, ${python3:Depends} Recommends: qt5-qmake Description: PEP 517 compliant PyQt build system PyQt-builder is the PEP 517 compliant build system for PyQt and projects that extend PyQt. It extends the sip build system and uses Qt's qmake to perform the actual compilation and installation of extension modules. . Projects that use PyQt-builder provide an appropriate pyproject.toml file and an optional project.py script. Any PEP 517 compliant frontend, for example sip-install or pip can then be used to build and install the project.