mesa-7.9: bump PR after talloc changes
[openembedded.git] / recipes / python / python-coherence_svn.bb
blob59a38f3206a6f92d1379a2a61e37e84e77bb09dc
1 DESCRIPTION = "Coherence is a DLNA/UPnP mediaserver + backends"
2 SECTION = "devel/python"
3 LICENSE = "MIT"
4 HOMEPAGE = "http://coherence.beebits.net/wiki"
6 SRCREV = "1161"
7 PR = "r1"
9 PV = "0.6.0+svnr${SRCPV}"
11 inherit setuptools
13 DISTUTILS_INSTALL_ARGS = "--root=${D} \
14 --prefix=${prefix} \
15 --install-data=${datadir}"
17 SRC_URI = "svn://coherence.beebits.net/svn/trunk;module=Coherence;proto=https"
18 S = "${WORKDIR}/Coherence"
20 FILES_${PN} += "${datadir}"
21 RDEPENDS_${PN} += "python-twisted-pair python-divmodepsilon python-nevow python-gst python-dbus \
22 python-configobj python-twisted python-twisted-core python-twisted-protocols python-misc \
23 python-zopeinterface zope python-modules python-pygobject python-gdata python-inotify \
24 python-divmodaxiom"