sip4 4.19.20+dfsg-1ubuntu1 source package in Ubuntu
Changelog
sip4 (4.19.20+dfsg-1ubuntu1) focal; urgency=medium * python-sip-dev: Depend on python2-dev instead of python-dev. -- Matthias Klose <email address hidden> Tue, 07 Jan 2020 13:34:57 +0100
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Focal
- Original maintainer:
- Debian Python Modules Team
- Architectures:
- any all
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
sip4_4.19.20+dfsg.orig.tar.xz | 393.9 KiB | 69414e23b2ed9a4c91c69428f132f21fcbb6e9bf44c04cc37a1429481f7200d3 |
sip4_4.19.20+dfsg-1ubuntu1.debian.tar.xz | 16.3 KiB | e86a81dcf81da3b53e8869f8d392b7004076dcdc3789a04553b8bf7ff162bc96 |
sip4_4.19.20+dfsg-1ubuntu1.dsc | 2.6 KiB | b26b90cde948e38073f01f6346f4d25d3c862152583e85e6e6d3fc1683304d0b |
Available diffs
Binary packages built by this source
- python-sip: Python/C++ bindings generator runtime library
SIP is a tool for generating bindings for C++ classes with some ideas
borrowed from SWIG, but capable of tighter bindings because of its
specificity towards C++ and Python.
- python-sip-dbg: Python/C++ bindings generator runtime library (debug extension)
SIP is a tool for generating bindings for C++ classes with some ideas
borrowed from SWIG, but capable of tighter bindings because of its
specificity towards C++ and Python.
.
This package contains the extension built for the Python debug interpreter,
and the debugging symbols for python-sip package.
- python-sip-dev: Python/C++ bindings generator development files
SIP is a tool for generating bindings for C++ classes with some ideas
borrowed from SWIG, but capable of tighter bindings because of its
specificity towards C++ and Python.
.
SIP was originally designed to generate Python bindings for KDE and so
has explicit support for the signal slot mechanism used by the Qt/KDE
class libraries.
.
Features:
- connecting Qt signals to Python functions and class methods
- connecting Python signals to Qt slots
- overloading virtual member functions with Python class methods
- protected member functions
- abstract classes
- enumerated types
- global class instances
- static member functions.
.
This package contains sipdistutils and the development headers needed to
develop Python bindings with sip.
- python-sip-doc: Python/C++ bindings generator documentation
SIP is a tool for generating bindings for C++ classes with some ideas
borrowed from SWIG, but capable of tighter bindings because of its
specificity towards C++ and Python.
.
SIP was originally designed to generate Python bindings for KDE and so
has explicit support for the signal slot mechanism used by the Qt/KDE
class libraries.
.
Features:
- connecting Qt signals to Python functions and class methods
- connecting Python signals to Qt slots
- overloading virtual member functions with Python class methods
- protected member functions
- abstract classes
- enumerated types
- global class instances
- static member functions.
.
This package contains the html documentation.
- python3-sip: Python 3/C++ bindings generator runtime library
SIP is a tool for generating bindings for C++ classes with some ideas
borrowed from SWIG, but capable of tighter bindings because of its
specificity towards C++ and Python.
.
This package provides SIP with support for Python 3
- python3-sip-dbg: Python 3/C++ bindings generator runtime library (debug extension)
SIP is a tool for generating bindings for C++ classes with some ideas
borrowed from SWIG, but capable of tighter bindings because of its
specificity towards C++ and Python.
.
This package contains the extension built for the Python 3 debug interpreter,
and the debugging symbols for python3-sip package.
- python3-sip-dev: Python 3/C++ bindings generator development files
SIP is a tool for generating bindings for C++ classes with some ideas
borrowed from SWIG, but capable of tighter bindings because of its
specificity towards C++ and Python.
.
SIP was originally designed to generate Python bindings for KDE and so
has explicit support for the signal slot mechanism used by the Qt/KDE
class libraries.
.
Features:
- connecting Qt signals to Python functions and class methods
- connecting Python signals to Qt slots
- overloading virtual member functions with Python class methods
- protected member functions
- abstract classes
- enumerated types
- global class instances
- static member functions.
.
This package contains sipdistutils and the development headers needed to
develop Python 3 bindings with sip.
- sip-dev: Python/C++ bindings generator code generator application
SIP is a tool for generating bindings for C++ classes with some ideas
borrowed from SWIG, but capable of tighter bindings because of its
specificity towards C++ and Python.
.
SIP was originally designed to generate Python bindings for KDE and so
has explicit support for the signal slot mechanism used by the Qt/KDE
class libraries.
.
Features:
- connecting Qt signals to Python functions and class methods
- connecting Python signals to Qt slots
- overloading virtual member functions with Python class methods
- protected member functions
- abstract classes
- enumerated types
- global class instances
- static member functions.
.
This package contains the code generator tool needed to develop Python and
Python 3 bindings with sip.
- sip-dev-dbgsym: debug symbols for sip-dev