summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cakebread <pythonhead@gentoo.org>2007-04-23 19:24:07 +0000
committerRob Cakebread <pythonhead@gentoo.org>2007-04-23 19:24:07 +0000
commit2278a4940d468e56cb3722286d3870ccf0664ab6 (patch)
tree25a327b844ea01ddd3e7cb71cacf409af43ec049 /dev-python/pytables
parentx86 stable (diff)
downloadgentoo-2-2278a4940d468e56cb3722286d3870ccf0664ab6.tar.gz
gentoo-2-2278a4940d468e56cb3722286d3870ccf0664ab6.tar.bz2
gentoo-2-2278a4940d468e56cb3722286d3870ccf0664ab6.zip
Version bump. bug #167037
(Portage version: 2.1.2.4)
Diffstat (limited to 'dev-python/pytables')
-rw-r--r--dev-python/pytables/ChangeLog7
-rw-r--r--dev-python/pytables/files/digest-pytables-1.43
-rw-r--r--dev-python/pytables/pytables-1.4.ebuild19
3 files changed, 28 insertions, 1 deletions
diff --git a/dev-python/pytables/ChangeLog b/dev-python/pytables/ChangeLog
index 31ee43d87c5b..3f361cd88788 100644
--- a/dev-python/pytables/ChangeLog
+++ b/dev-python/pytables/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/pytables
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.22 2007/02/21 17:09:35 lucass Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.23 2007/04/23 19:24:07 pythonhead Exp $
+
+*pytables-1.4 (23 Apr 2007)
+
+ 23 Apr 2007; Rob Cakebread <pythonhead@gentoo.org> +pytables-1.4.ebuild:
+ Version bump. bug #167037
21 Feb 2007; Lukasz Strzygowski <lucass@gentoo.org>
files/digest-pytables-0.7.2, files/digest-pytables-0.8,
diff --git a/dev-python/pytables/files/digest-pytables-1.4 b/dev-python/pytables/files/digest-pytables-1.4
new file mode 100644
index 000000000000..6f1f5b28bb58
--- /dev/null
+++ b/dev-python/pytables/files/digest-pytables-1.4
@@ -0,0 +1,3 @@
+MD5 f6c50a9c2c18286a284e3a50d111ed3d pytables-1.4.tar.gz 4051791
+RMD160 34e25f9e8baa1aacb17d48dd7af67302f5d5f892 pytables-1.4.tar.gz 4051791
+SHA256 04a68f8f53eac65cb1caaf98f85e4984a193f0366c3bf9faf0f5d13ca6f54675 pytables-1.4.tar.gz 4051791
diff --git a/dev-python/pytables/pytables-1.4.ebuild b/dev-python/pytables/pytables-1.4.ebuild
new file mode 100644
index 000000000000..86af179e9d58
--- /dev/null
+++ b/dev-python/pytables/pytables-1.4.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-1.4.ebuild,v 1.1 2007/04/23 19:24:07 pythonhead 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
+ sci-libs/hdf5
+ >=dev-python/numarray-1.0"
+
+SLOT="0"
+KEYWORDS="~ia64 ~ppc ~x86"
+LICENSE="as-is"
+IUSE=""