From: Michael Lauer Date: Mon, 12 Jan 2004 15:31:52 +0000 (+0000) Subject: add numeric python to build system X-Git-Tag: Release-2010-05/1~20423 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=550d367f26cb61436930c7b574297fd358de8a41;p=openembedded.git add numeric python to build system BKrev: 4002bde8ltjYYmxl7ukiMFnLxU9D3A --- 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 +