          MODULE=python-sip4
         VERSION=4.19.25
          SOURCE=sip-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/sip-$VERSION
      SOURCE_URL=https://www.riverbankcomputing.com/static/Downloads/sip/$VERSION/
     SOURCE_VFY=sha256:b39d93e937647807bac23579edbff25fe46d16213f708370072574ab1f1b4211
        WEB_SITE=http://www.riverbankcomputing.co.uk/software/sip/intro
         ENTERED=20020520
         UPDATED=20210227
        REPLACES=sip
           SHORT="Create Python bindings for C++ libraries"

cat << EOF
SIP is a tool that makes it very easy to create Python bindings for 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++ library.
SIP comprises a code generator and a Python module. The code generator
processes a set of specification files and generates C++ code which is then
compiled to create the bindings extension module. The SIP Python module
provides support functions to the automatically generated code.
EOF
