diff options
author | Chris White <chriswhite@gentoo.org> | 2005-11-30 09:38:30 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-11-30 09:38:30 +0000 |
commit | 67c8b060271109f68d8b0a44de61d297ddfbe2e7 (patch) | |
tree | 42ce8164da9dd6d55caa82dfe6832b4a2a0a6ad5 /dev-python/pytables/pytables-0.7.2.ebuild | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-67c8b060271109f68d8b0a44de61d297ddfbe2e7.tar.gz gentoo-2-67c8b060271109f68d8b0a44de61d297ddfbe2e7.tar.bz2 gentoo-2-67c8b060271109f68d8b0a44de61d297ddfbe2e7.zip |
Diffstat (limited to 'dev-python/pytables/pytables-0.7.2.ebuild')
-rw-r--r-- | dev-python/pytables/pytables-0.7.2.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/dev-python/pytables/pytables-0.7.2.ebuild b/dev-python/pytables/pytables-0.7.2.ebuild index c438ac894d88..1d7b60701889 100644 --- a/dev-python/pytables/pytables-0.7.2.ebuild +++ b/dev-python/pytables/pytables-0.7.2.ebuild @@ -1,19 +1,19 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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.6 2005/02/07 04:43:45 fserb Exp $ +# $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 - sci-libs/hdf5 - dev-python/numarray" + >=sys-devel/gcc-3.2 + dev-libs/hdf5 + dev-python/numarray" SLOT="0" -KEYWORDS="x86" +KEYWORDS="~x86" LICENSE="as-is" -IUSE="" |