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
|
Source: pyqt5-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 (>= 69.5)
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/Python-SIP/sip
Vcs-Git: https://salsa.debian.org/python-team/packages/pyqt5-sip.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pyqt5-sip
Package: python3-pyqt5.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.
.
PyQt5.sip is a runtime module, it is used by PyQt5 and other Python extension
modules built with SIP.
|