blob: 1b0fccc8a27192bdc4836be811bd4c0794bd554f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/numarray/numarray-0.8.ebuild,v 1.5 2005/01/12 19:57:52 kingtaco Exp $
inherit distutils
DESCRIPTION="Numarray is an array processing package designed to efficiently manipulate large multi-dimensional arrays"
SRC_URI="mirror://sourceforge/numpy/${P}.tar.gz"
HOMEPAGE="http://www.stsci.edu/resources/software_hardware/numarray"
DEPEND=">=dev-lang/python-2.2.2"
IUSE=""
SLOT="0"
KEYWORDS="x86"
LICENSE="BSD"
|