diff options
Diffstat (limited to 'python/python-numeric_23.3.oe')
-rw-r--r-- | python/python-numeric_23.3.oe | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/python/python-numeric_23.3.oe b/python/python-numeric_23.3.oe index e69de29bb2..7da74df69d 100644 --- a/python/python-numeric_23.3.oe +++ b/python/python-numeric_23.3.oe @@ -0,0 +1,15 @@ +DESCRIPTION = "A sophisticated Numeric Processing Package for Python" +SECTION = "devel/python" +PRIORITY = "optional" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" +RDEPENDS = "python-core" + +SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/Numeric-${PV}.tar.gz" +S = "${WORKDIR}/Numeric-${PV}" + +inherit distutils + +do_stage() { + cp -a Include/Numeric ${STAGING_INCDIR} +} + |