aboutsummaryrefslogtreecommitdiffstats
path: root/python/python-pyxml_0.8.3.oe
blob: d0868f2f6c6dd1259ecc0e5a257f001572e418e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "A sophisticated XML Processing Package for Python"
SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core python-xml python-netclient"
SRCNAME = "pyxml"

SRC_URI = "${SOURCEFORGE_MIRROR}/pyxml/PyXML-${PV}.tar.gz"
S = "${WORKDIR}/PyXML-${PV}"

inherit distutils