summaryrefslogtreecommitdiff
blob: 37eed0822aca37af1de14bfd792435da92d6ac2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit distutils

MY_P=NumPtr-${PV}

SRC_URI="http://geosci.uchicago.edu/csc/numptr/${MY_P}.tar.gz"
DESCRIPTION="SWIGable module that makes it possible to access data stored in Numeric arrays as if they were normal C/C++ arrays"
HOMEPAGE="http://geosci.uchicago.edu/csc/numptr"
LICENSE="GPL-2"

SLOT="0"
IUSE=""
KEYWORDS="~x86"

DEPEND=">=dev-lang/python-2.2*
		dev-lang/swig"

S=${WORKDIR}/${MY_P}