dvbapp : TranscodingSetup update
[vuplus_openembedded] / recipes / python / python-numarray_1.1.1.bb
1 DESCRIPTION = "Next Generation sophisticated Numeric Processing Package for Python"
2 SECTION = "devel/python"
3 PRIORITY = "optional"
4 LICENSE = "PYRAF"
5 SRCNAME = "numarray"
6 PR = "ml1"
7
8 SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/${SRCNAME}-${PV}.tar.gz"
9 S = "${WORKDIR}/${SRCNAME}-${PV}"
10
11 inherit distutils
12
13 FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/numarray/examples/*/.debug"