slackbuilds/python/python2-sip
Matteo Bernardini 909b2e09d3
python/python2-sip: Fix download link.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2020-09-05 08:26:49 +07:00
..
README python/python2-sip: Updated for version 4.19.20. 2020-04-05 16:23:13 +01:00
python2-sip.SlackBuild python/python2-sip: Updated for version 4.19.20. 2020-04-05 16:23:13 +01:00
python2-sip.info python/python2-sip: Fix download link. 2020-09-05 08:26:49 +07:00
slack-desc python/python2-sip: Added (Tool to generate Python bindings). 2018-07-14 06:55:56 +07:00

README

SIP is a tool that makes it very easy to create Python bindings for
C and C++ libraries.  It was originally developed to create PyQt,
the Python bindings for the Qt toolkit, but can be used to create
bindings for any C or C++ library.

This is an updated version of the stock slackware package. It should not
interfere with the stock version.

To build against this library in your python2 applications you will need to
tell your application the binary name and/or include path:

/usr/bin/python2-sip
/usr/include/python2.7/python2-sip/

To use the module in your python2 projects, it is named PyQt5.sip.