aboutsummaryrefslogtreecommitdiffstats
path: root/python/python-numeric_23.1.oe
blob: 819c1b8065882dafa2c2b1a9af59389d1cd1f59d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "A sophisticated Numeric Processing Package for Python"
SECTION = "base"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core"
DEPENDS = "virtual/libc"

SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/Numeric-${PV}.tar.gz"
S = "${WORKDIR}/Numeric-${PV}"

inherit distutils

do_stage() {
	cp -a Include/Numeric ${STAGING_INCDIR}
}