sip4 4.19.25+dfsg-3 source package in Ubuntu

Changelog

sip4 (4.19.25+dfsg-3) unstable; urgency=medium

  [ Jochen Sprickerhof ]
  * Add Provides: dh-sequence-sip3 to python3-sip-dev.

  [ Dmitry Shachnev ]
  * Add a patch to make the parser not break on py_ssize_t_clean directive
    from SIP v6.4 (closes: #998561). Thanks Jochen Sprickerhof!

 -- Dmitry Shachnev <email address hidden>  Sun, 07 Nov 2021 00:17:25 +0300

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
sip4_4.19.25+dfsg-3.dsc 2.3 KiB 10d34be9464877c0d7b531edb734a2295435107082da6eb168bd6dd9b2b2857e
sip4_4.19.25+dfsg.orig.tar.xz 397.4 KiB d738e5e9d64b27cd046c288bbf6121088ba6f70ecf410603a68c6e0ed7f67f51
sip4_4.19.25+dfsg-3.debian.tar.xz 16.6 KiB 1f80fc07743d031a0f4cc440ebe8b5469520b7b8e3e3d1e8aaa21f483db1c7c9

Available diffs

No changes file available.

Binary packages built by this source

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-dbgsym: debug symbols for python3-sip
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