python-paste: Add new recipe
[openembedded.git] / recipes / python / python-numarray_1.1.1.bb
blob4e02294ebcc9b69273ff09a43cc10f1e2b74f745
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"
8 SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/${SRCNAME}-${PV}.tar.gz"
9 S = "${WORKDIR}/${SRCNAME}-${PV}"
11 inherit distutils
13 FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/numarray/examples/*/.debug"