          MODULE=sip
         VERSION=4.13.2
          SOURCE=$MODULE-$VERSION.tar.gz
   SOURCE_URL[0]=http://www.riverbankcomputing.com/static/Downloads/sip4
   SOURCE_URL[1]=http://spacehopper.org/mirrors
      SOURCE_VFY=sha1:1c5df9182e8046f1c0d01603a2474fa2418bcea0
        WEB_SITE=http://www.riverbankcomputing.co.uk/software/sip/intro
         ENTERED=20020520
         UPDATED=20120215
           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
