vitables 2.0-1
http://www.vitables.org
A graphical tool for browsing and editing files in both PyTables and HDF5 formats
unsupported :: science
Maintainer: jzxu
Votes: 4
License: GPL
Last Updated: Sat, 28 Feb 2009 11:18:05 +0000
First Submitted: Mon, 06 Oct 2008 20:18:29 +0000
Dependencies pyqt python python-pytables
Thanks for the update, jedbrown. I also had to add a dependency to python-pytables, because obviously it wouldn't compile/run without the tables module.
Update for 2.0:
# Contributor: Joseph Xu <josephzxu@gmail.com>
pkgname=vitables
pkgver=2.0
pkgrel=1
arch=(x86_64 i686)
pkgdesc="A graphical tool for browsing and editing files in both PyTables and HDF5 formats"
url="http://www.vitables.org"
license=("GPL")
depends=('python' 'pyqt')
source=("http://download.berlios.de/vitables/ViTables-${pkgver}.tar.gz")
build() {
cd $srcdir/ViTables-${pkgver}
export XDG_DATA_DIRS=$pkgdir/usr/share
mkdir -p $pkgdir/usr/share/icons/hicolor/scalable/apps
mkdir -p $pkgdir/usr/share/applications
python setup.py install --prefix=/usr --root=$pkgdir
}
md5sums=('ba92f6c376a345c4d020d867ea76ec5e')
v1.6.0