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 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
Source: sip6
Section: devel
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Dmitry Shachnev <mitya57@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python (>= 5.20211213),
dh-sequence-sphinxdoc <!nodoc>,
pybuild-plugin-pyproject,
python3-all,
python3-all-dev <!nocheck>,
python3-doc <!nodoc>,
python3-myst-parser <!nodoc>,
python3-packaging,
python3-ply,
python3-setuptools (>= 69.5),
python3-setuptools-scm (>= 8),
python3-sphinx <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>
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/sip6.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/sip6
Testsuite: autopkgtest-pkg-pybuild
Package: python3-sipbuild
Architecture: all
Section: python
Depends: python3-ply, ${misc:Depends}, ${python3: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: sip-tools
Architecture: all
Depends: python3-sipbuild (>= 6.2), ${misc:Depends}, ${python3:Depends}
Breaks: sip5-tools (<< 6)
Replaces: sip5-tools (<< 6)
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
Package: sip6-doc
Build-Profiles: <!nodoc>
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Suggests: python3-doc
Multi-Arch: foreign
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.
|