Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / python / python-soappy_0.11.3.oe
1 DESCRIPTION = "Python SOAP Bindings"
2 SECTION = "devel/python"
3 PRIORITY = "optional"
4 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
5 RDEPENDS = "python-core python-xml python-fpconst"
6 SRCNAME = "SOAPpy"
7
8 SRC_URI = "${SOURCEFORGE_MIRROR}/pywebsvcs/${SRCNAME}-${PV}.tar.gz \
9            file://fpconst.py"
10 S = "${WORKDIR}/${SRCNAME}-${PV}"
11
12 inherit distutils
13
14 # *cough*, yes this is a bit hackish.. but for now ;)
15
16 do_compile_prepend() {
17         install -m 0644 ${WORKDIR}/fpconst.py ${S}/SOAPpy/fpconst.py
18 }