]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/python/python-pyxml_0.8.4.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / python / python-pyxml_0.8.4.bb
1 DESCRIPTION = "A sophisticated XML Processing Package for Python"
2 SECTION = "devel/python"
3 PRIORITY = "optional"
4 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
5 LICENSE = "PSF"
6 RDEPENDS = "python-core python-xml python-netclient"
7 SRCNAME = "pyxml"
8 PV = "0.8.3"
9
10 SRC_URI = "${SOURCEFORGE_MIRROR}/pyxml/PyXML-${PV}.tar.gz"
11 S = "${WORKDIR}/PyXML-${PV}"
12
13 inherit distutils
14