diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-03-09 23:05:07 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-03-09 23:05:07 +0000 |
commit | ccdc32e0e4fbaa91bee24a957cd033f0cefc85db (patch) | |
tree | 033b7ba55659d3ff88a5fe1a4a0ca30d94c593cf | |
parent | dodoc: Changelog does not exist; ChangeLog does. (Manifest recommit) (diff) | |
download | gentoo-2-ccdc32e0e4fbaa91bee24a957cd033f0cefc85db.tar.gz gentoo-2-ccdc32e0e4fbaa91bee24a957cd033f0cefc85db.tar.bz2 gentoo-2-ccdc32e0e4fbaa91bee24a957cd033f0cefc85db.zip |
Version bump.
-rw-r--r-- | dev-python/pytables/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pytables/files/digest-pytables-0.8 | 1 | ||||
-rw-r--r-- | dev-python/pytables/pytables-0.8.ebuild | 18 |
3 files changed, 25 insertions, 1 deletions
diff --git a/dev-python/pytables/ChangeLog b/dev-python/pytables/ChangeLog index bbe7c941663d..75709b4ebd46 100644 --- a/dev-python/pytables/ChangeLog +++ b/dev-python/pytables/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pytables # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.2 2004/02/16 20:49:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.3 2004/03/09 23:05:07 kloeri Exp $ + +*pytables-0.8 (10 Mar 2004) + + 10 Mar 2004; <kloeri@gentoo.org> pytables-0.8.ebuild: + Version bump. 16 Feb 2004; Michael Sterrett <mr_bones_@gentoo.org> pytables-0.7.2.ebuild: don't set S to default; repoman: Fix leading whitespace diff --git a/dev-python/pytables/files/digest-pytables-0.8 b/dev-python/pytables/files/digest-pytables-0.8 new file mode 100644 index 000000000000..92d35ae4c06a --- /dev/null +++ b/dev-python/pytables/files/digest-pytables-0.8 @@ -0,0 +1 @@ +MD5 20e6709d1bf29143ac7766479e48a8f4 pytables-0.8.tar.gz 1878023 diff --git a/dev-python/pytables/pytables-0.8.ebuild b/dev-python/pytables/pytables-0.8.ebuild new file mode 100644 index 000000000000..d3211ef04544 --- /dev/null +++ b/dev-python/pytables/pytables-0.8.ebuild @@ -0,0 +1,18 @@ +# 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.8.ebuild,v 1.1 2004/03/09 23:05:07 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" |