Source: sip5 Section: devel Priority: optional Maintainer: Debian Python Team Uploaders: Dmitry Shachnev Build-Depends: bison, debhelper-compat (= 13), dh-python, flex, python3-all-dbg, python3-all-dev, python3-packaging, python3-setuptools, python3-toml Build-Depends-Indep: dh-sequence-sphinxdoc, python3-doc, python3-sphinx Rules-Requires-Root: no Standards-Version: 4.5.1 Homepage: https://riverbankcomputing.com/software/sip/intro Vcs-Git: https://salsa.debian.org/python-team/packages/sip5.git Vcs-Browser: https://salsa.debian.org/python-team/packages/sip5 Package: python3-sipbuild Architecture: any Section: python Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} Description: Python bindings generator for C/C++ libraries — the build system SIP is a collection of tools that makes it very easy to create Python bindings for C and C++ libraries. . The sipbuild module implements the SIP build system. The module may be used by project-specific project.py scripts or extended by other build systems. Package: python3-sipbuild-dbg Architecture: any Section: debug Depends: python3-sipbuild (= ${binary:Version}), ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} Description: Python bindings generator for C/C++ libraries — debug extension SIP is a collection of tools that makes it very easy to create Python bindings for C and C++ libraries. . The sipbuild module implements the SIP build system. The module may be used by project-specific project.py scripts or extended by other build systems. . This package contains the extension built for the Python 3 debug interpreter, and the debugging symbols for python3-sipbuild package. Package: sip5-tools Architecture: all Depends: python3-pkg-resources, python3-sipbuild, ${misc:Depends}, ${python3:Depends} Provides: sip-tools (= ${binary:Version}) Description: Python bindings generator for C/C++ libraries — command line tools SIP is a collection of tools that makes it very easy to create Python bindings for C and C++ libraries. . This package contains the following command line tools: - sip-build - sip-distinfo - sip-install - sip-module - sip-sdist - sip-wheel - sip5 (legacy) . Please depend on sip-tools instead of sip5-tools if your package does not use the legacy sip5 tool. Package: sip5-doc Architecture: all Section: doc Depends: ${misc:Depends}, ${sphinxdoc:Depends} Suggests: python3-doc Description: Python bindings generator for C/C++ libraries — documentation SIP is a collection of tools that makes it very easy to create Python bindings for C and C++ libraries. . This package contains the HTML documentation for SIP.