From 550d367f26cb61436930c7b574297fd358de8a41 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Mon, 12 Jan 2004 15:31:52 +0000 Subject: add numeric python to build system BKrev: 4002bde8ltjYYmxl7ukiMFnLxU9D3A --- python/numeric_23.1.oe | 0 python/pyxml_0.8.3.oe | 12 ++++++++++++ 2 files changed, 12 insertions(+) create mode 100644 python/numeric_23.1.oe diff --git a/python/numeric_23.1.oe b/python/numeric_23.1.oe new file mode 100644 index 0000000000..e69de29bb2 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 " +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 + -- cgit v1.2.3