File: control

package info (click to toggle)
pyqt6-sip 13.10.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 600 kB
  • sloc: ansic: 10,824; python: 11; sh: 8; makefile: 3
file content (24 lines) | stat: -rw-r--r-- 940 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
Source: pyqt6-sip
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,
               pybuild-plugin-pyproject,
               python3-all-dev,
               python3-setuptools (>= 75.8.1)
Standards-Version: 4.7.2
Homepage: https://github.com/Python-SIP/sip
Vcs-Git: https://salsa.debian.org/python-team/packages/pyqt6-sip.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pyqt6-sip

Package: python3-pyqt6.sip
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: runtime module for Python extensions using SIP
 SIP is a collection of tools that makes it very easy to create Python bindings
 for C and C++ libraries.
 .
 PyQt6.sip is a runtime module, it is used by PyQt6 and other Python extension
 modules built with SIP.