File: control

package info (click to toggle)
pyqt-builder 1.14.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 568 kB
  • sloc: python: 1,895; makefile: 5
file content (50 lines) | stat: -rw-r--r-- 2,022 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
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 (>= 6.7),
               python3-sphinx
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://riverbankcomputing.com/software/pyqt-builder/intro
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 (>= 6.7),
         ${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.

Package: pyqt-builder-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Multi-Arch: foreign
Description: PEP 517 compliant PyQt build system — documentation
 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.
 .
 This package contains the documentation for PyQt-builder.