qscintilla2-qt4-py stable port information

Info2: <<
Package: qscintilla2-qt4%type_pkg[qt]-py%type_pkg[python]
Version: 2.6.1
Revision: 1
Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
Type: qt (-mac -x11), python (2.4 2.5 2.6 2.7 3.1)
GCC: 4.0
Source: http://www.riverbankcomputing.com/static/Downloads/QScintilla2/QScintilla-gpl-%v.tar.gz
Source-MD5: 39a1d0567a20b416177eb1a8afe225a7
BuildDepends: <<
(%type_pkg[qt] = -mac) libpng15,
(%type_pkg[qt] = -mac) system-openssl-dev,
libiconv-dev,
qscintilla2.8-qt4%type_pkg[qt] (>= %v-1),
qt4-base%type_pkg[qt] (>= 4.7.3-1),
sip-py%type_pkg[python] (>= 4.13.2-1),
sip-py%type_pkg[python]-bin (>= 4.13.2-1),
(%type_pkg[qt] = -x11) x11-dev
<<
Depends: <<
(%type_pkg[qt] = -mac) libpng15-shlibs,
libiconv,
qscintilla2.8-qt4%type_pkg[qt]-shlibs (>= %v-1),
qt4-base%type_pkg[qt]-qtcore-shlibs (>= 4.7.3-1),
qt4-base%type_pkg[qt]-qtgui-shlibs (>= 4.7.3-1),
(%type_pkg[qt] = -mac) pyqt4-mac-py%type_pkg[python] (>= 4.9.1-1),
(%type_pkg[qt] = -x11) pyqt4-py%type_pkg[python] (>= 4.9.1-1),
(%type_pkg[qt] = -x11) x11-shlibs
<<

# Make sure QScintilla2.api file goes in a python-versioned directory.
PatchScript: perl -pi -e 's/"python"/"python%type_raw[python]"/' Python/configure.py

UseMaxBuildJobs: true

CompileScript: <<
#!/bin/sh -ev
cd Python

if [ "%type_pkg[qt]" = "-mac" ]; then
sipdir=%i/share/sip-py%type_pkg[python]/pyqt4-mac
else
sipdir=%i/share/sip-py%type_pkg[python]/pyqt4
fi

export PYTHONPATH=%p/lib/qt4%type_pkg[qt]/lib/python%type_raw[python]/site-packages

%p/bin/python%type_raw[python] configure.py
make
<<
InstallScript: <<
#!/bin/sh -ev
cd Python
make install DESTDIR=%d
<<
Description: QScintilla python bindings for pyqt4
DocFiles: LICENSE* NEWS README GPL_EXCEPTION* OPENSOURCE-NOTICE.TXT
License: GPL
Homepage: http://www.riverbankcomputing.co.uk/software/qscintilla
Maintainer: Daniel Johnson
<<