diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-16 20:31:00 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-16 20:31:00 +0000 |
commit | 2d77674826c51f75b212e6d570d86ac7bc8bb4d4 (patch) | |
tree | 19ad122fa7688dee28f673630eb340d4092ac90f /dev-python/pytables/pytables-0.8.1.ebuild | |
parent | Stable on hppa (Manifest recommit) (diff) | |
download | gentoo-2-2d77674826c51f75b212e6d570d86ac7bc8bb4d4.tar.gz gentoo-2-2d77674826c51f75b212e6d570d86ac7bc8bb4d4.tar.bz2 gentoo-2-2d77674826c51f75b212e6d570d86ac7bc8bb4d4.zip |
Version bump.
Diffstat (limited to 'dev-python/pytables/pytables-0.8.1.ebuild')
-rw-r--r-- | dev-python/pytables/pytables-0.8.1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/pytables/pytables-0.8.1.ebuild b/dev-python/pytables/pytables-0.8.1.ebuild new file mode 100644 index 000000000000..6b08b69ed5f6 --- /dev/null +++ b/dev-python/pytables/pytables-0.8.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-0.8.1.ebuild,v 1.1 2004/07/16 20:31:00 kloeri Exp $ + +inherit distutils + +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" +IUSE="" |