summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pytables/pytables-0.7.2.ebuild')
-rw-r--r--dev-python/pytables/pytables-0.7.2.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/pytables/pytables-0.7.2.ebuild b/dev-python/pytables/pytables-0.7.2.ebuild
new file mode 100644
index 000000000000..1d7b60701889
--- /dev/null
+++ b/dev-python/pytables/pytables-0.7.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-0.7.2.ebuild,v 1.1 2004/02/15 15:50:22 kloeri Exp $
+
+inherit distutils
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Module for Python that use HDF5"
+SRC_URI="mirror://sourceforge/pytables/${P}.tar.gz"
+HOMEPAGE="http://pytables.sourceforge.net/"
+
+DEPEND=">=dev-lang/python-2.2
+ >=sys-devel/gcc-3.2
+ dev-libs/hdf5
+ dev-python/numarray"
+
+SLOT="0"
+KEYWORDS="~x86"
+LICENSE="as-is"