summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2005-04-20 15:59:13 +0000
committerAlastair Tse <liquidx@gentoo.org>2005-04-20 15:59:13 +0000
commit3cc5bbf35e69420e53d41d8d7c9cc223b11e5942 (patch)
tree9efc51716f49f19240bacca9393b968384cebec8 /dev-python/pytables
parentStable x86 for hardened. (diff)
downloadgentoo-2-3cc5bbf35e69420e53d41d8d7c9cc223b11e5942.tar.gz
gentoo-2-3cc5bbf35e69420e53d41d8d7c9cc223b11e5942.tar.bz2
gentoo-2-3cc5bbf35e69420e53d41d8d7c9cc223b11e5942.zip
fix numarray dep (#72327)
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-python/pytables')
-rw-r--r--dev-python/pytables/ChangeLog5
-rw-r--r--dev-python/pytables/Manifest12
-rw-r--r--dev-python/pytables/pytables-0.9.1.ebuild4
3 files changed, 7 insertions, 14 deletions
diff --git a/dev-python/pytables/ChangeLog b/dev-python/pytables/ChangeLog
index 4329febeff7f..e17afa4ac2cf 100644
--- a/dev-python/pytables/ChangeLog
+++ b/dev-python/pytables/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pytables
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.18 2005/02/07 04:43:44 fserb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.19 2005/04/20 15:59:13 liquidx Exp $
+
+ 20 Apr 2005; Alastair Tse <liquidx@gentoo.org> pytables-0.9.1.ebuild:
+ fix numarray dep (#72327)
07 Feb 2005; Fernando Serboncini <fserb@gentoo.org> pytables-0.7.2.ebuild,
pytables-0.8.ebuild:
diff --git a/dev-python/pytables/Manifest b/dev-python/pytables/Manifest
index 1a5ab85b891a..4e514c61edc1 100644
--- a/dev-python/pytables/Manifest
+++ b/dev-python/pytables/Manifest
@@ -1,20 +1,10 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 4b7d1c532b766ebba1ef055fe446486c ChangeLog 2182
MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159
MD5 ab78ac37a87e443155a6718fe13b6581 pytables-0.7.2.ebuild 522
MD5 a7e3e676434ccd740ca1d742e2da0dd6 pytables-0.8.1.ebuild 528
MD5 17c1213be156b60e0e58f637f90aa08d pytables-0.8.ebuild 520
-MD5 acbbd0381f90c40d08a1940f4b3d4da4 pytables-0.9.1.ebuild 528
+MD5 681d28e64d573eb57efd92c4273a4319 pytables-0.9.1.ebuild 534
MD5 215625681422b404c7b499e6ec664314 files/digest-pytables-0.7.2 66
MD5 ce105875d1c8066cfaee8b302c563c03 files/digest-pytables-0.8 65
MD5 666811c77fb131983a32904d33c5bc3e files/digest-pytables-0.8.1 67
MD5 fd8c69b76c15d2bec91326d54c2cad8f files/digest-pytables-0.9.1 67
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
-
-iD8DBQFCBvIXxtZcznfol0URApS8AKD88Pw/WkvXl8/is7RBm1DBys2xBwCdHSC7
-DnVJT601Ocr2/nuC7IG5/pw=
-=7CD6
------END PGP SIGNATURE-----
diff --git a/dev-python/pytables/pytables-0.9.1.ebuild b/dev-python/pytables/pytables-0.9.1.ebuild
index 672abe75795c..e552e1c24ea4 100644
--- a/dev-python/pytables/pytables-0.9.1.ebuild
+++ b/dev-python/pytables/pytables-0.9.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-0.9.1.ebuild,v 1.3 2005/02/07 04:43:45 fserb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-0.9.1.ebuild,v 1.4 2005/04/20 15:59:13 liquidx Exp $
inherit distutils
@@ -11,7 +11,7 @@ HOMEPAGE="http://pytables.sourceforge.net/"
DEPEND=">=dev-lang/python-2.2
>=sys-devel/gcc-3.2
sci-libs/hdf5
- dev-python/numarray"
+ >=dev-python/numarray-1.0"
SLOT="0"
KEYWORDS="~x86 ~ppc"