From 2278a4940d468e56cb3722286d3870ccf0664ab6 Mon Sep 17 00:00:00 2001 From: Rob Cakebread Date: Mon, 23 Apr 2007 19:24:07 +0000 Subject: Version bump. bug #167037 (Portage version: 2.1.2.4) --- dev-python/pytables/ChangeLog | 7 ++++++- dev-python/pytables/files/digest-pytables-1.4 | 3 +++ dev-python/pytables/pytables-1.4.ebuild | 19 +++++++++++++++++++ 3 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 dev-python/pytables/files/digest-pytables-1.4 create mode 100644 dev-python/pytables/pytables-1.4.ebuild (limited to 'dev-python/pytables') 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 +pytables-1.4.ebuild: + Version bump. bug #167037 21 Feb 2007; Lukasz Strzygowski 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="" -- cgit v1.2.3-65-gdbad