File: control

package info (click to toggle)
pyqt-builder 1.7.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 460 kB
  • sloc: python: 1,517; makefile: 5
file content (32 lines) | stat: -rw-r--r-- 1,266 bytes parent folder | download
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
Source: pyqt-builder
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Dmitry Shachnev <mitya57@debian.org>
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.