summaryrefslogtreecommitdiff
path: root/packages/python/python-numeric_23.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/python/python-numeric_23.3.bb')
-rw-r--r--packages/python/python-numeric_23.3.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/packages/python/python-numeric_23.3.bb b/packages/python/python-numeric_23.3.bb
deleted file mode 100644
index 7026bfbee8..0000000000
--- a/packages/python/python-numeric_23.3.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-DESCRIPTION = "A sophisticated Numeric Processing Package for Python"
-SECTION = "devel/python"
-PRIORITY = "optional"
-MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-LICENSE = "PYRAF"
-PR = "ml1"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/Numeric-${PV}.tar.gz \
- file://no-lapack.patch;patch=1"
-S = "${WORKDIR}/Numeric-${PV}"
-
-inherit distutils
-
-do_stage() {
- cp -a Include/Numeric ${STAGING_INCDIR}
-}
-