diff options
Diffstat (limited to 'python/python-pyxml_0.8.3.oe')
-rw-r--r-- | python/python-pyxml_0.8.3.oe | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/python/python-pyxml_0.8.3.oe b/python/python-pyxml_0.8.3.oe index e69de29bb2..73ba393ccd 100644 --- a/python/python-pyxml_0.8.3.oe +++ b/python/python-pyxml_0.8.3.oe @@ -0,0 +1,13 @@ +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" +SRCNAME = "pyxml" + +SRC_URI = ${SOURCEFORGE_MIRROR}/pyxml/PyXML-${PV}.tar.gz +S = "${WORKDIR}/PyXML-${PV}" + +inherit distutils + |