add numeric python to build system
authorMichael Lauer <mickey@vanille-media.de>
Mon, 12 Jan 2004 15:31:52 +0000 (15:31 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Mon, 12 Jan 2004 15:31:52 +0000 (15:31 +0000)
BKrev: 4002bde8ltjYYmxl7ukiMFnLxU9D3A

python/numeric_23.1.oe [new file with mode: 0644]
python/pyxml_0.8.3.oe

diff --git a/python/numeric_23.1.oe b/python/numeric_23.1.oe
new file mode 100644 (file)
index 0000000..e69de29
index e69de29..c940eef 100644 (file)
@@ -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
+