summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+