summaryrefslogtreecommitdiff
path: root/packages/python/python-numeric_23.3.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-02-09 11:01:56 +0000
committerMichael Lauer <mickey@vanille-media.de>2005-02-09 11:01:56 +0000
commit5d7dc2d94e88f492539761b4909a69955a5142b0 (patch)
tree0c922779ffcadcf5d2aab29530980bad1351a22f /packages/python/python-numeric_23.3.bb
parentead81927963fb9513ffb18bc50d7f4ced7198117 (diff)
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2005/02/09 02:42:08+01:00 uni-frankfurt.de!mickeyl update python-numeric to v23.7 2005/02/09 02:02:21+01:00 uni-frankfurt.de!mickeyl fix qwt 4.2 compilage against 2.3.10. Yes, QT_VERSION again (or still *sigh*) 2005/02/09 01:44:39+01:00 uni-frankfurt.de!mickeyl fix PyQt compilage against QtE 2.3.10 (QT_VERSION again *sigh*) BKrev: 4209eda4ikLKONxgarptvjIfCJ5yOA
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}
-}
-