Description
python-sip-dev - Python/C++ bindings generator development files
Property | Value |
---|---|
Distribution | Debian 10 (Buster) |
Repository | Debian Main i386 |
Package filename | python-sip-dev_4.19.14+dfsg-2_i386.deb |
Package name | python-sip-dev |
Package version | 4.19.14+dfsg |
Package release | 2 |
Package architecture | i386 |
Package type | deb |
Category | devel::lang:c++ devel::library python role::devel-lib |
Homepage | https://riverbankcomputing.com/software/sip/intro |
License | - |
Maintainer | Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> |
Download size | 113.38 KB |
Installed size | 193.00 KB |
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.
Alternatives
Package | Version | Architecture | Repository |
---|---|---|---|
python-sip-dev_4.19.14+dfsg-2_amd64.deb | 4.19.14+dfsg | amd64 | Debian Main |
python-sip-dev | - | - | - |
Requires
Name | Value |
---|---|
python-dev | - |
python-sip | = 4.19.14+dfsg-2 |
python:any | << 2.8 |
python:any | >= 2.7~ |
sip-dev | = 4.19.14+dfsg-2 |
Download
Type | URL |
---|---|
Mirror | ftp.br.debian.org |
Binary Package | python-sip-dev_4.19.14+dfsg-2_i386.deb |
Source Package | sip4 |
Install Howto
- Update the package index:
# sudo apt-get update
- Install python-sip-dev deb package:
# sudo apt-get install python-sip-dev
Files
Path |
---|
/usr/bin/dh_sip |
/usr/include/python2.7/sip.h |
/usr/include/python2.7_d/sip.h |
/usr/lib/python2.7/dist-packages/sipdistutils.py |
/usr/share/doc/python-sip-dev/NEWS.gz |
/usr/share/doc/python-sip-dev/changelog.Debian.gz |
/usr/share/doc/python-sip-dev/changelog.gz |
/usr/share/doc/python-sip-dev/copyright |
/usr/share/man/man1/dh_sip.1.gz |
Changelog
2019-03-31 - Dmitry Shachnev <mitya57@debian.org> sip4 (4.19.14+dfsg-2) unstable; urgency=medium * Do not add SIP_OVERRIDE to the generated C++ code, to fix QGIS build.
2019-02-23 - Dmitry Shachnev <mitya57@debian.org> sip4 (4.19.14+dfsg-1) unstable; urgency=medium * New upstream release. * Bump API version to 12.6. * Backport upstream patch fixing PyQt4 build regression. * Update debian/watch to use the new tarballs location.
2019-01-12 - Scott Kitterman <scott@kitterman.com> sip4 (4.19.13+dfsg-2) unstable; urgency=medium * Team upload. * Remove myself from uploaders * Bump standards-version to 4.3.0 without further change
2018-10-05 - Dmitry Shachnev <mitya57@debian.org> sip4 (4.19.13+dfsg-1) unstable; urgency=medium [ Ondřej Nový ] * Use 'python3 -m sphinx' instead of sphinx-build for building docs * d/watch: Use https protocol [ Dmitry Shachnev ] * New upstream release. * Remove unnecessary get-orig-source target. * Update debhelper compat level to 11. * Install both upstream changelog and NEWS, per Policy 12.7. * Bump Standards-Version to 4.2.1. * Update Homepage field.
2018-07-08 - Dmitry Shachnev <mitya57@debian.org> sip4 (4.19.12+dfsg-1) unstable; urgency=medium * Exclude sipgen/lexer.c and sipgen/parser.{c,h} from the tarball. * New upstream release. - Fixes segfault when -n option is not specified (closes: #903263). * Drop header_install.diff, applied upstream. * Bump API version to 12.5. * Build sipgen only once, not for every Python version. * Stop passing -e option to configure.py, the default value is fine. * Fix race condition when generating debian/sipconfig_py3.py. * Bump Standards-Version to 4.1.5, no changes needed.
2018-07-03 - Dmitry Shachnev <mitya57@debian.org> sip4 (4.19.11+dfsg-1) unstable; urgency=medium [ Ondřej Nový ] * d/control: Remove ancient X-Python-Version field * d/control: Remove ancient X-Python3-Version field [ Dmitry Shachnev ] * New upstream release. * Update debian/copyright. * Make python-sip depend on python-enum34. * Document the new -n option in sip.1 manpage. * Fix installation of siplib/sip.h. * Simplify installation code in debian/rules. * Bump Standards-Version to 4.1.4, no changes needed.
2018-03-10 - Dmitry Shachnev <mitya57@debian.org> sip4 (4.19.8+dfsg-1) unstable; urgency=medium [ Ondřej Nový ] * d/control: Set Vcs-* to salsa.debian.org [ Dmitry Shachnev ] * New upstream bugfix release. * Bump API version to 12.4.
2018-01-25 - Dmitry Shachnev <mitya57@debian.org> sip4 (4.19.7+dfsg-1) unstable; urgency=medium * New upstream bugfix release. * Bump years in debian/copyright. * Bump Standards-Version to 4.1.3, no changes needed. * Specify empty DH_OPTIONS when using dh_installdocs with -p argument. * Add ${python[3]:Depends} to dependencies of python[3]-sip-dbg.
2017-11-25 - Dmitry Shachnev <mitya57@debian.org> sip4 (4.19.6+dfsg-1) unstable; urgency=medium * New upstream bugfix release.
2017-11-09 - Dmitry Shachnev <mitya57@debian.org> sip4 (4.19.5+dfsg-1) unstable; urgency=medium * New upstream release. * Bump API version to 12.3. * Update debhelper compat level to 10. * Bump Standards-Version to 4.1.1, no changes needed. * Remove debian/python-sip-doc.links, not needed with dh_sphinxdoc. * Use dh_installdocs --link-doc for debug packages. * Update descriptions of -dbg packages. * Remove use of ${shlibs:Depends} from -dev packages. * Remove python*-sip-dbg.postinst files, they were only needed for upgrades from Wheezy. * Regenerate dh_sip and dh_sip3 manpages during build using pod2man.
See Also
Package | Description |
---|---|
python-sip-doc_4.19.14+dfsg-2_all.deb | Python/C++ bindings generator documentation |
python-sip_4.19.14+dfsg-2_i386.deb | Python/C++ bindings generator runtime library |
python-sireader_1.1.1-1_all.deb | Python module to communicate with SportIdent main stations (Python 2) |
python-six-doc_1.12.0-1_all.deb | Python 2 and 3 compatibility library (documentation) |
python-six_1.12.0-1_all.deb | Python 2 and 3 compatibility library (Python 2 interface) |
python-skimage-doc_0.14.2-2_all.deb | Documentation and examples for scikit-image |
python-skimage-lib_0.14.2-2_i386.deb | Optimized low-level algorithms for scikit-image |
python-skimage_0.14.2-2_all.deb | Python modules for image processing |
python-sklearn-doc_0.20.2+dfsg-6_all.deb | documentation and examples for scikit-learn |
python-sklearn-lib_0.20.2+dfsg-6_i386.deb | low-level implementations and bindings for scikit-learn |
python-sklearn_0.20.2+dfsg-6_all.deb | Python modules for machine learning and data mining - Python 2 |
python-sleekxmpp_1.3.3-4_all.deb | XMPP (Jabber) Library Implementing Everything as a Plugin (Python 2.x) |
python-slepc4py-docs_3.10.0-2_all.deb | Python bindings for SLEPc libraries: documentation and examples |
python-slepc4py_3.10.0-2_i386.deb | Python 2 bindings for SLEPc libraries |
python-slides_1.0.1-15_all.deb | Python-based Slide Maker |
Advertisement
Advertisement