# Id$

PortSystem 1.0
PortGroup python25 1.0

name			py25-tables
version			2.0
categories		python science
platforms		darwin
maintainers		nomaintainer@macports.org
description		Python package for users to organize scientific data tables
long_description	The goal of PyTables is to enable the end user to \
				manipulate easily scientific data tables, numarray \
				objects and Numerical Python objects in a persistent, \
				hierarchical structure. The foundation of the \
				underlying hierachical data organization is the \
				excellent HDF5 library.

homepage		http://www.pytables.org
master_sites	http://www.pytables.org/download/stable/
distname		pytables-${version}
checksums		md5 2988948ab0e827805a9d564cc0f4b66a

depends_lib-append	port:hdf5

build.target	build_ext
build.args		--inplace \
				--hdf5=${prefix}

test.run		no
test.cmd		${python.bin} test/test_all.py
test.env		PYTHONPATH=.
test.target

destroot.args	--hdf5=${prefix}

