summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2006-07-17 16:24:50 +0000
committerAlastair Tse <liquidx@gentoo.org>2006-07-17 16:24:50 +0000
commit7249603f730e638d9724ef114941444391175912 (patch)
treee18e895133826d7514a4937e9efe5097b386fe8d /dev-python/numpy
parentversion bump. add block to dev-python/numpy because it also provides f2py. no... (diff)
downloadgentoo-2-7249603f730e638d9724ef114941444391175912.tar.gz
gentoo-2-7249603f730e638d9724ef114941444391175912.tar.bz2
gentoo-2-7249603f730e638d9724ef114941444391175912.zip
stable bump for x86, add block on dev-python/f2py because it provides the same package.
(Portage version: 2.1-r1)
Diffstat (limited to 'dev-python/numpy')
-rw-r--r--dev-python/numpy/ChangeLog7
-rw-r--r--dev-python/numpy/numpy-0.9.8.ebuild6
2 files changed, 10 insertions, 3 deletions
diff --git a/dev-python/numpy/ChangeLog b/dev-python/numpy/ChangeLog
index ae4ee8e731ba..f1ba8c2f1299 100644
--- a/dev-python/numpy/ChangeLog
+++ b/dev-python/numpy/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/numpy
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v 1.8 2006/06/14 01:06:59 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v 1.9 2006/07/17 16:24:50 liquidx Exp $
+
+ 17 Jul 2006; Alastair Tse <liquidx@gentoo.org> -numpy-0.9.6.ebuild,
+ -numpy-0.9.6-r1.ebuild, numpy-0.9.8.ebuild:
+ Stable bump for x86. Block on !dev-python/f2py because numpy provides
+ this package. (#131833)
*numpy-0.9.8 (14 Jun 2006)
diff --git a/dev-python/numpy/numpy-0.9.8.ebuild b/dev-python/numpy/numpy-0.9.8.ebuild
index c3c94ea90834..6e03084f26a1 100644
--- a/dev-python/numpy/numpy-0.9.8.ebuild
+++ b/dev-python/numpy/numpy-0.9.8.ebuild
@@ -1,18 +1,20 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-0.9.8.ebuild,v 1.1 2006/06/14 01:06:59 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-0.9.8.ebuild,v 1.2 2006/07/17 16:24:50 liquidx Exp $
inherit distutils
DESCRIPTION="Multi-dimensional array object and processing for Python."
SRC_URI="mirror://sourceforge/numpy/${P}.tar.gz"
HOMEPAGE="http://numeric.scipy.org/"
+# numpy provides the latest version of dev-python/f2py
DEPEND=">=dev-lang/python-2.3
+ !dev-python/f2py
lapack? ( virtual/blas
virtual/lapack )"
IUSE="lapack"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
LICENSE="BSD"
src_unpack() {