aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-01-12 15:31:52 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-01-12 15:31:52 +0000
commit550d367f26cb61436930c7b574297fd358de8a41 (patch)
tree0956a23a583d8516daccbd23784dcc197b9d3839 /python
parentf9868c31c5c914591ff87b62a8547388d145a1ed (diff)
downloadopenembedded-550d367f26cb61436930c7b574297fd358de8a41.tar.gz
add numeric python to build system
BKrev: 4002bde8ltjYYmxl7ukiMFnLxU9D3A
Diffstat (limited to 'python')
-rw-r--r--python/numeric_23.1.oe0
-rw-r--r--python/pyxml_0.8.3.oe12
2 files changed, 12 insertions, 0 deletions
diff --git a/python/numeric_23.1.oe b/python/numeric_23.1.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/python/numeric_23.1.oe
diff --git a/python/pyxml_0.8.3.oe b/python/pyxml_0.8.3.oe
index e69de29bb2..c940eef23e 100644
--- a/python/pyxml_0.8.3.oe
+++ b/python/pyxml_0.8.3.oe
@@ -0,0 +1,12 @@
+DESCRIPTION="A sophisticated XML Processing Package for Python"
+SECTION="base"
+PRIORITY="optional"
+MAINTAINER="Michael Lauer <mickey@Vanille.de>"
+RDEPENDS="libc6 python-core python-xml python-netclient"
+DEPENDS=virtual/libc python
+
+SRC_URI = ${SOURCEFORGE_MIRROR}/pyxml/PyXML-${PV}.tar.gz
+S = ${WORKDIR}/PyXML-${PV}
+
+inherit distutils
+