summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2004-07-16 20:31:00 +0000
committerBryan Østergaard <kloeri@gentoo.org>2004-07-16 20:31:00 +0000
commit9f4aec4869943a3f85cd49bc02d2474d8a1a4aef (patch)
tree30a10ceb7c765d7761750fbbf12aa19e1a73055a /dev-python/pytables
parentStable on hppa (diff)
downloadhistorical-9f4aec4869943a3f85cd49bc02d2474d8a1a4aef.tar.gz
historical-9f4aec4869943a3f85cd49bc02d2474d8a1a4aef.tar.bz2
historical-9f4aec4869943a3f85cd49bc02d2474d8a1a4aef.zip
Version bump.
Diffstat (limited to 'dev-python/pytables')
-rw-r--r--dev-python/pytables/ChangeLog7
-rw-r--r--dev-python/pytables/Manifest4
-rw-r--r--dev-python/pytables/files/digest-pytables-0.8.11
-rw-r--r--dev-python/pytables/pytables-0.8.1.ebuild19
4 files changed, 29 insertions, 2 deletions
diff --git a/dev-python/pytables/ChangeLog b/dev-python/pytables/ChangeLog
index baaa07aa6ba0..a8141fa9823e 100644
--- a/dev-python/pytables/ChangeLog
+++ b/dev-python/pytables/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/pytables
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.5 2004/06/25 01:43:51 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.6 2004/07/16 20:31:00 kloeri Exp $
+
+*pytables-0.8.1 (16 Jul 2004)
+
+ 16 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> +pytables-0.8.1.ebuild:
+ Version bump.
04 May 2004; Bryan Østergaard <kloeri@gentoo.org> pytables-0.7.2.ebuild,
pytables-0.8.ebuild:
diff --git a/dev-python/pytables/Manifest b/dev-python/pytables/Manifest
index f047f90d3305..78a6aa4b32ca 100644
--- a/dev-python/pytables/Manifest
+++ b/dev-python/pytables/Manifest
@@ -1,6 +1,8 @@
+MD5 8654ab4c9d12f4b9794cfe4fa1565cac pytables-0.8.1.ebuild 524
MD5 393982375718238b543a3f490ce313f0 pytables-0.7.2.ebuild 526
MD5 e4de646b3ac34662f127e785520c0bc4 pytables-0.8.ebuild 524
-MD5 7ef27b79cd01151942c71d65eb30fb23 ChangeLog 679
+MD5 60341939fc2770e87d17785a6e655440 ChangeLog 801
MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159
MD5 ce105875d1c8066cfaee8b302c563c03 files/digest-pytables-0.8 65
MD5 215625681422b404c7b499e6ec664314 files/digest-pytables-0.7.2 66
+MD5 666811c77fb131983a32904d33c5bc3e files/digest-pytables-0.8.1 67
diff --git a/dev-python/pytables/files/digest-pytables-0.8.1 b/dev-python/pytables/files/digest-pytables-0.8.1
new file mode 100644
index 000000000000..9adeb9c678c3
--- /dev/null
+++ b/dev-python/pytables/files/digest-pytables-0.8.1
@@ -0,0 +1 @@
+MD5 f9c6518df01638e8cb35c6977098c21f pytables-0.8.1.tar.gz 2306360
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=""