vitables-py _unstable_ port information

Info2: <<
Package: vitables-py%type_pkg[python]
Version: 2.0
Revision: 2
Type: python(2.5 2.6)
Maintainer: Lev Givon
Depends: python%type_pkg[python], pytables-py%type_pkg[python] (>= 2.0-1), pyqt4-py%type_pkg[python] (>= 4.7.4-1)
Source: http://download.berlios.de/vitables/ViTables-%v.tar.gz
Source-MD5: ba92f6c376a345c4d020d867ea76ec5e
CompileScript: <<
#! /bin/sh -ev
export PYTHONPATH="%p/lib/qt4-x11/lib/python%type_raw[python]/site-packages:$PYTHONPATH"
python%type_raw[python] setup.py build
<<
InstallScript: <<
#! /bin/sh -ev
export PYTHONPATH="%p/lib/qt4-x11/lib/python%type_raw[python]/site-packages:$PYTHONPATH"
python%type_raw[python] setup.py install --root=%d
rm -rf %i/lib/python%type_raw[python]/site-packages/vitables/doc
rm -rf %i/lib/python%type_raw[python]/site-packages/vitables/examples
mv %i/bin/vitables %i/bin/vitables%type_raw[python]
perl -pi -e "s|import os.path|sys.path.insert\(0, \'%p/lib/qt4-x11/lib/python%type_raw[python]/site-packages\'\)|g" %i/bin/vitables%type_raw[python]
perl -pi -e 's|darwin|darwin_never|g' %i/bin/vitables%type_raw[python]
<<
DocFiles: ANNOUNCE.txt ChangeLog.txt LICENSE.txt README.txt TODO.txt doc/*.pdf examples/
Description: Grapical HDF5 file editor
DescDetail: <<
ViTables is a graphical tool for browsing and editing files in both
PyTables and HDF5 format. With ViTables you can easily navigate
through the data hierarchy, view and modify metadata, view actual data
and more.
<<
PostInstScript: <<
update-alternatives --install %p/bin/vitables vitables %p/bin/vitables%type_raw[python] %type_pkg[python]
<<
PreRmScript: <<
update-alternatives --remove vitables %p/bin/vitables%type_raw[python]
<<
License: GPL
Homepage: http://vitables.org/
<<