aboutsummaryrefslogtreecommitdiffstats
path: root/packages/python/python-numarray_1.1.1.bb
blob: e4ff40849f39b9b65c461f404bdb5fbc4d2264ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "Next Generation sophisticated Numeric Processing Package for Python"
SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "PYRAF"
SRCNAME = "numarray"
PR = "ml0"

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

inherit distutils

# *sigh*
FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/numarray/examples/*/.debug"