spe-py stable port information

Info2: <<
Package: spe-py%type_pkg[python]
Version: 0.7.2.c
Revision: 1
Distribution: (%type_pkg[python] = 24) 10.5
Type: python(2.4)
Description: Stani's Python Editor
License: GPL
Maintainer: None

# Dependencies:
Depends: python%type_pkg[python], wxpython-py%type_pkg[python]

# Unpack Phase:
Source: http://projects.blender.org/frs/download.php/260/SPE-%v-wx2.5.2.8.-bl2.35.zip
Source-MD5: 9bb9c502b25cc14e46abf6d66c239936

# Patch Phase:

# Compile Phase:
CompileScript: <<
perl -pi.bak -e 's|python|/%i/bin/python%type_pkg[python]|g' spe
python%type_raw[python] setup.py build
<<
# Install Phase:
InstallScript: <<
python%type_raw[python] setup.py install --root=%d

rm -rf %i/lib/python%type_raw[python]/site-packages/_spe/plugins/pychecker2/utest/CVS
rm -rf %i/lib/python%type_raw[python]/site-packages/_spe/plugins/pychecker2/scripts/CVS
rm -rf %i/lib/python%type_raw[python]/site-packages/_spe/plugins/pychecker2/tests/CVS
rm -rf %i/lib/python%type_raw[python]/site-packages/_spe/plugins/pychecker2/tests/expected/CVS
mv %i/bin/spe %i/bin/spe-py%type_raw[python]
<<
PostInstScript: <<
update-alternatives --install %p/bin/spe spe %p/bin/spe-py%type_raw[python] %type_pkg[python]
<<
PreRmScript: <<
if [ $1 != "upgrade" ]; then
update-alternatives --remove spe %p/bin/spe-py%type_raw[python]
fi
<<
DocFiles: README.txt
DescDetail: <<
Spe is a python IDE with auto-indentation, auto completion, call tips,
syntax coloring, syntax highlighting, uml viewer, class explorer, source
index, auto todo list, sticky notes, integrated pycrust shell, python
file browser, recent file browser, drag&drop, context help, ...
<<
Homepage: http://spe.pycs.net
<<